Portability | non-portable (requires POSIX) |
---|---|
Stability | provisional |
Maintainer | jeremy@seereason.com |
Safe Haskell | Safe-Infered |
support for etcshadow
TODO: This module is modelled after System.Posix.User but lacks many of the #ifdefs. Those are probably important.
- data SUserEntry = SUserEntry {}
- getSUserEntryForName :: String -> IO SUserEntry
Documentation
data SUserEntry Source
Entry returned by getSUserEntryForName
TODO: add other fields
SUserEntry | |
|
getSUserEntryForName :: String -> IO SUserEntrySource
getSUserEntryForName name
calls getspnam
to obtain
the SUserEntry
information associated with the user login
name
.p