class documentation
class _ShadowRecord:
Constructor: _ShadowRecord(username, password, lastChange, min, ...)
_ShadowRecord
holds the shadow user data for a single user in ShadowDatabase
. It corresponds to spwd.struct_spwd. See that class for attribute documentation.
Method | __getitem__ |
Undocumented |
Method | __init__ |
Undocumented |
Method | __len__ |
Undocumented |
Instance Variable | sp |
Undocumented |
Instance Variable | sp |
Undocumented |
Instance Variable | sp |
Undocumented |
Instance Variable | sp |
Undocumented |
Instance Variable | sp |
Undocumented |
Instance Variable | sp |
Undocumented |
Instance Variable | sp |
Undocumented |
Instance Variable | sp |
Undocumented |
Instance Variable | sp |
Undocumented |
def __init__(self, username:
str
, password: str
, lastChange: int
, min: int
, max: int
, warn: int
, inact: int
, expire: int
, flag: int
):
¶
Undocumented