module documentation
(source)

Cred plugin for UNIX user accounts.
Class ​UNIXChecker A credentials checker for a UNIX server. This will check that an authenticating username/password is a valid user on the system.
Class ​UNIXChecker​Factory A factory for UNIXChecker.
Function verify​Crypted​Password Use crypt.crypt to Verify that an unencrypted password matches the encrypted password.
Variable the​Unix​Checker​Factory Undocumented
Variable unix​Checker​Factory​Help Undocumented
def verifyCryptedPassword(crypted, pw): (source)
Use crypt.crypt to Verify that an unencrypted password matches the encrypted password.
Parameters
cryptedThe encrypted password, obtained from the Unix password database or Unix shadow password database.
pwThe unencrypted password.
Returns
boolTrue if there is successful match, else False.
theUnixCheckerFactory = (source)

Undocumented

unixCheckerFactoryHelp: str = (source)

Undocumented