Module pgs_files::shadow [] [src]

Fuctions and Structs for dealing with /etc/shadow

Structs

ShadowEntry

An entry from /etc/shadow

Functions

get_all_entries

Return a Vec<ShadowEntry> containing all ShadowEntry's from /etc/shadow

get_all_entries_from_path

Return a Vec<ShadowEntry> containing all ShadowEntry's for a given &Path

get_entry_by_name

Return a ShadowEntry for a given name from /etc/shadow

get_entry_by_name_from_path

Return a ShadowEntry for a given name and &Path