|
|
__init__(self,
filename)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
adduserhost(self,
userhost,
user)
add userhost/mask |
source code
|
|
|
|
deluserhost(self,
userhost)
del userhost/mask |
source code
|
|
|
|
exist(self,
name)
see if user with username exists |
source code
|
|
|
|
|
|
|
getuser(self,
userhost)
get user for which userhost matches |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
addnosave(self,
name,
userhosts,
perms)
add user without saving |
source code
|
|
|
|
permitted(self,
userhost,
who,
what)
check if (who,what) is in users permit list |
source code
|
|
|
|
|
|
|
getname(self,
userhost)
get name of user with userhost |
source code
|
|
|
|
|
|
|
merge(self,
name,
userhost)
add userhosts to user with name |
source code
|
|
|
|
|
|
|
allowed(self,
userhost,
perms,
log=True)
check if user with userhosts is allowed to execute perm command |
source code
|
|
|
|
status(self,
userhost,
status)
check if user has status set |
source code
|
|
|
|
|
|
|
setemail(self,
name,
email)
set email of user |
source code
|
|
|
Inherited from persist.Persist:
save
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|