PasswdDB

Password DB

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

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