Edit LDAP Configuration

{% if error %}
{{ escape(error) }}
{% end %}
{% raw xsrf_form_html() %}
A unique name to identify this LDAP configuration (3-50 characters)
LDAP server URL (ldap:// for unencrypted, ldaps:// for SSL/TLS)
The base DN where LDAP groups are located
LDAP attribute that contains group members (default: member)
Template to extract username from member DN. Use {username} placeholder.
Only active configurations are used for user synchronization

Configuration Details

Created: {{ config['created_at'][:19] if config['created_at'] else 'N/A' }}

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