{% set nav_title = "โš™ Admin Panel" %} {% set show_admin_link = False %} {% include '_app_nav_header.html' %}
โ† Back to LDAP settings

Edit LDAP configuration

{% if error %}
{{ escape(error) }}
{% end %}
{% raw xsrf_form_html() %}

3โ€“50 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 %}