dunex.auth.passwd

Members

Classes

PasswdDB
class PasswdDB

Password DB

Functions

getpwnam
PasswdEntry getpwnam(string name)

Returns a field in the passwd database by name

getpwuid
PasswdEntry getpwuid(ushort uid)

Returns a field in the passwd database by user id

Structs

PasswdEntry
struct PasswdEntry

An entry in /etc/passwd

Meta