simdb.remote.core.auth.ldap module¶
- class simdb.remote.core.auth.ldap.LdapAuthenticator[source]¶
Bases:
AuthenticatorAuthenticator for authenticating using an LDAP server.
This requires the following extra parameters in the server configuration:
ldap_server- the URI of the LDAP serverldap_bind- the bind string for the LDAP authentication (formatted to replace {username} with username)ldap_query_user- the bind string for the LDAP queryldap_query_password- the password for the LDAP queryldap_query_base- the base point for the LDAP queryldap_query_filter- the filter to apply to the LDAP query (formatted to replace {username} with username)