Edit LDAP configuration

{% if error %}
 {{ escape(error) }}
{% end %}
{% raw xsrf_form_html() %}
350 characters.
Use ldap:// for unencrypted and ldaps:// for SSL/TLS.
The base DN where LDAP groups are located.
LDAP attribute containing group members (default: member).
Use {username} as the placeholder.
Only active configurations are used for user synchronization.

Details

Created
{{ config['created_at'][:19] if config['created_at'] else '' }}
Status
{% if config['active'] %} Active {% else %} Inactive {% end %}