Manage LDAP configurations and synchronize users from LDAP groups.
| 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 |
No LDAP configurations found. Create your first configuration above.
{% 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' }} |
No sync logs found. Run a sync to see activity.
{% end %}