dunex-auth ~master (2019-11-12T14:39:17Z)
Dub
Repo
ShadowDB
dunex
auth
shadow
Password DB
class
ShadowDB : UnixFDB!(ShadowEntry, ShadowDB, "/etc/shadow", "/etc/.shdw.lock") {
ShadowEntry
find
(
string
name
)
;
bool
has
(
string
name
)
;
}
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
Source
See Implementation
dunex
auth
shadow
classes
ShadowDB
functions
getspnam
structs
ShadowEntry
Password DB