ShadowDB

Shadow Password DB

class ShadowDB : UnixFDB!(ShadowEntry, ShadowDB, "/etc/shadow", "/etc/.shdw.lock") {}

Constructors

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

Members

Functions

find
ShadowEntry find(string name)

Find entry with name

has
bool has(string name)

Gets wether a entry with specified name exists

Meta