Expand description
Code to inspect user db information on unix.
Modulesยง
- serde_
support ๐ - Serde support for
TrustedUserandTrustedGroup.
Structsยง
- Trusted
Users ๐Cache - Cache for the trusted uid/gid answers
Enumsยง
- Trusted
Group - A group that we can be configured to trust.
- Trusted
User - A user that we can be configured to trust.
Staticsยง
- CACHE ๐
- Cached trusted id determinations
Functionsยง
- cur_
groups ๐ - Return a vector of the group ID values for every group to which we belong.
- get_
own_ ๐username - Find our username, if possible.
- get_
self_ ๐named_ gid_ impl - Obtain the gid of a group named after the current user
- handle_
pwd_ ๐error - Convert an
io::Errorrepresenting a user/group handling failure into anError
Type Aliasesยง
- Id ๐
- uids and gids, convenient type alias