dunex.auth.passwd

Undocumented in source.

Members

Classes

DoesNotExistException (from dunex.auth.fdb)
class DoesNotExistException via public import dunex.auth.fdb : LockException, DoesNotExistException;

Exception thrown when an entry does not exist

LockException (from dunex.auth.fdb)
class LockException via public import dunex.auth.fdb : LockException, DoesNotExistException;

Exception thrown when the database is locked

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

Imports

StdioException (from std.stdio)
public import std.stdio : StdioException;
Undocumented in source.

Structs

PasswdEntry
struct PasswdEntry

An entry in /etc/passwd

Meta