LDAP management
Configurations ({{ len(configs) }})
| ID | Name | Server | Base DN | Member | 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 '' }} |
No LDAP configurations yet create your first configuration above.
Recent sync logs
| Config | Type | Found | Created | Removed | Status | Time |
|---|---|---|---|---|---|---|
| {{ escape(log['config_name']) }} | {{ escape(log['sync_type']) }} | {{ log['users_found'] }} | {{ log['users_created'] }} | {{ log['users_removed'] }} | {% if log['status'] == 'success' %} Success {% else %} {{ log['status'].upper() }} {% end %} | {{ log['sync_time'][:19] if log['sync_time'] else '' }} |
No sync logs yet run a sync to see activity here.