gws.plugin.auth_provider.ldap.Config
struct
LDAP authorization provider gws.plugin.auth_provider.ldap.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
url | str | LDAP server url like "ldap://host:port/baseDN?searchAttribute" gws.plugin.auth_provider.ldap.Config.url | |
users | [ gws.plugin.auth_provider.ldap.UserSpec ] | map LDAP filters to gws roles gws.plugin.auth_provider.ldap.Config.users | |
activeDirectory | bool | True | true if the LDAP server is ActiveDirectory gws.plugin.auth_provider.ldap.Config.activeDirectory |
allowedMethods | [ str ] | allowed authorization methods gws.base.auth.provider.Config.allowedMethods | |
bindDN | str | bind DN gws.plugin.auth_provider.ldap.Config.bindDN | |
bindPassword | str | bind password gws.plugin.auth_provider.ldap.Config.bindPassword | |
displayNameFormat | gws.core.types.FormatStr | format for user's display name gws.plugin.auth_provider.ldap.Config.displayNameFormat | |
timeout | gws.core.types.Duration | 30 | LDAP server timeout gws.plugin.auth_provider.ldap.Config.timeout |
type | 'ldap' | object type gws.plugin.auth_provider.ldap.Config.type | |
uid | str | Zuweisung einer eindeutigen ID als Text |