twisted.python.fakepwd
module documentationtwisted.python
View Source
twisted.python.fakepwd
provides a fake implementation of the pwd
API.
Class | UserDatabase | UserDatabase
holds a traditional POSIX user data in memory and makes it available via
the same API as pwd . |
Class | ShadowDatabase | ShadowDatabase
holds a shadow user database in memory and makes it available via the same
API as spwd . |
Class | _UserRecord | _UserRecord
holds the user data for a single user in UserDatabase .
It corresponds to pwd.struct_passwd .
See that class for attribute documentation. |
Class | _ShadowRecord | _ShadowRecord
holds the shadow user data for a single user in ShadowDatabase .
It corresponds to spwd.struct_spwd . See that class for
attribute documentation. |