LDAP Management

+ Create New LDAP Configuration

Manage LDAP configurations and synchronize users from LDAP groups.

LDAP Configurations ({{ len(configs) }} total)

{% if configs %} {% for config in configs %} {% end %}
ID Name Server Base DN Member Attribute User Template Status Created Actions
{{ config['id'] }} {{ escape(config['name']) }} {{ escape(config['server']) }} {{ escape(config['ldap_base_dn']) }} {{ escape(config['ldap_member_attributes']) }} {{ escape(config['user_template']) }} {% if config['active'] %}ACTIVE{% else %}INACTIVE{% end %} {{ config['created_at'][:19] if config['created_at'] else 'N/A' }} Edit Delete
{% else %}

No LDAP configurations found. Create your first configuration above.

{% end %}

Recent Sync Logs

{% if sync_logs %} {% for log in sync_logs %} {% end %}
Config Type Users Found Users Created Users Removed Status Time
{{ escape(log['config_name']) }} {{ escape(log['sync_type']) }} {{ log['users_found'] }} {{ log['users_created'] }} {{ log['users_removed'] }} {{ log['status'].upper() }} {{ log['sync_time'][:19] if log['sync_time'] else 'N/A' }}
{% else %}

No sync logs found. Run a sync to see activity.

{% end %}
{% raw xsrf_form_html() %}