PasswdDB

Password DB

class PasswdDB : UnixFDB!(PasswdEntry, PasswdDB, "/etc/passwd", "/etc/.pwd.lock") {}

Constructors

this
this(string data, bool readonly)
Undocumented in source.

Members

Functions

find
PasswdEntry find(string name)

Find entry with name

find
PasswdEntry find(ushort uid)

Find entry with uid

has
bool has(string name)

Gets wether a entry with specified name exists

Meta