«
class documentation

_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_expire Undocumented
Instance Variable sp_flag Undocumented
Instance Variable sp_inact Undocumented
Instance Variable sp_lstchg Undocumented
Instance Variable sp_max Undocumented
Instance Variable sp_min Undocumented
Instance Variable sp_nam Undocumented
Instance Variable sp_pwd Undocumented
Instance Variable sp_warn Undocumented
def __getitem__(self, index):

Undocumented

def __init__(self, username: str, password: str, lastChange: int, min: int, max: int, warn: int, inact: int, expire: int, flag: int):

Undocumented

def __len__(self) -> int:

Undocumented

sp_expire =

Undocumented

sp_flag =

Undocumented

sp_inact =

Undocumented

sp_lstchg =

Undocumented

sp_max =

Undocumented

sp_min =

Undocumented

sp_nam =

Undocumented

sp_pwd =

Undocumented

sp_warn =

Undocumented