← Back to LDAP
Admin panel
Logout
👤 {{ handler.get_display_username() }}
Edit LDAP configuration
{% if error %}
⚠
{{ escape(error) }}
{% end %}
{% raw xsrf_form_html() %}
Configuration name
*
350 characters.
LDAP server URL
*
Use
ldap://
for unencrypted and
ldaps://
for SSL/TLS.
Base DN
*
The base DN where LDAP groups are located.
Member attribute
LDAP attribute containing group members (default:
member
).
User DN template
*
Use
{username}
as the placeholder.
Active configuration
Only active configurations are used for user synchronization.
Cancel
Details
Created
{{ config['created_at'][:19] if config['created_at'] else '' }}
Status
{% if config['active'] %}
Active
{% else %}
Inactive
{% end %}