# Functions
CurrentGroup looks up the current user's group by their primary group id's entry in /etc/passwd.
CurrentUser looks up the current user by their user id in /etc/passwd.
GetAdditionalGroupsPath looks up a list of groups by name or group id against the group file.
GetExecUser parses a user specification string (using the passwd and group readers as sources for /etc/passwd and /etc/group data, respectively).
GetExecUserPath is a wrapper for GetExecUser.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
LookupGid looks up a group by its group id in /etc/group.
LookupGroup looks up a group by its name in /etc/group.
LookupUid looks up a user by their user id in /etc/passwd.
LookupUser looks up a user by their username in /etc/passwd.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
The current operating system does not provide the required data for user lookups.