For more information on the search, visit the help page.
UserRecord
pw_dir
checkers
IAuthorizedKeysDB
CryptedPasswordRecord
InMemorySSHKeyDB
SSHProtocolChecker
SSHPublicKeyChecker
SSHPublicKeyDatabase
UNIXAuthorizedKeysFiles
UNIXPasswordDatabase
UserDB
readAuthorizedKeyFile
_keysFromFilepaths
_lookupUser
_pwdGetByName
_shadowGetByName
pwd
_log
twisted.conch.checkers.UserRecord
twisted
conch
class UserRecord(tuple[str, str, int, int, str, str, str]): (source)
View In Hierarchy
A record in a UNIX-style password database. See pwd for field details.
This corresponds to the undocumented type pwd.struct_passwd, but lacks named field accessors.
str
Undocumented