dunex.auth.shadow

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

ShadowDB
class ShadowDB

Shadow Password DB

Functions

getspnam
ShadowEntry getspnam(string name)

Get shadow entry by name

Imports

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

Structs

ShadowEntry
struct ShadowEntry

An entry in /etc/shadow

Meta