class documentation
class Config(gws.base.auth.provider.Config): (source)
Constructor: Config(*args, **kwargs)
LDAP authorization provider
Class Variable | active |
true if the LDAP server is ActiveDirectory |
Class Variable | bind |
bind DN |
Class Variable | bind |
bind password |
Class Variable | display |
format for user's display name |
Class Variable | timeout |
LDAP server timeout |
Class Variable | url |
//host:port/baseDN?searchAttribute" |
Class Variable | users |
map LDAP filters to gws roles |
Inherited from Config
:
Class Variable | allowed |
allowed authorization methods |
Inherited from Config
(via Config
):
Class Variable | uid |
unique ID |
Inherited from Data
(via Config
, Config
):
Method | __init__ |
Undocumented |
Method | __repr__ |
Undocumented |
Method | get |
Undocumented |
Method | set |
Undocumented |
Method | update |
Undocumented |