PasswdEntry

An entry in /etc/passwd

Members

Functions

isInShadow
bool isInShadow()

Gets wether the password is stored in /etc/shadow

toString
string toString()

Converts this entry back to a /etc/passwd formatted entry

Static functions

parseEntry
PasswdEntry parseEntry(string entry)

Parses an entry in the passwd file

Variables

comment
string comment;

Comment about entry

groupId
ushort groupId;

The group id

homePath
string homePath;

Path to home directory

password
string password;

The user's password

shell
string shell;

The user's preferred shell

userId
ushort userId;

The user id

username
string username;

The user's username

Meta