class twisted.plugins.cred_unix.UNIXCheckerFactory: (source)
Implements interfaces: twisted.cred.strcred.ICheckerFactory, twisted.plugin.IPlugin
A factory for UNIXChecker
.
Class Variable | authType | A tag that identifies the authentication method. |
Class Variable | argStringFormat | A short (one-line) description of the argument string format. |
Method | generateChecker | This checker factory ignores the argument string. Everything needed to generate a user database is pulled out of the local UNIX environment. |
A short (one-line) description of the argument string format.
str
)
This checker factory ignores the argument string. Everything needed to generate a user database is pulled out of the local UNIX environment.