Features Overview

LDAP Manager provides a modern, intuitive interface for managing OpenLDAP servers with powerful features for directory management, monitoring, and administration.

Dashboard & Multi-Cluster Management

Manage multiple LDAP servers from a single interface. The dashboard shows all configured clusters with health status indicators.

LDAP Manager Dashboard

Key Features:

Connecting to LDAP

When you first connect to a cluster, you'll be prompted to enter the admin password. This password is securely encrypted and cached using Fernet symmetric encryption with automatic TTL expiration.

Password Caching: Passwords are encrypted at rest using Fernet (AES-128-CBC + HMAC) and stored in /app/.cache/ within the container. Encryption keys are stored securely in /app/.secrets/ with 0600 file permissions. Passwords expire after 1 hour by default. They are never logged or transmitted in plain text. See Security Guide for details.

How It Works:

  1. Click on a cluster name
  2. Enter the bind DN password when prompted
  3. Password is cached for future use
  4. All users can access the cluster without re-entering password

Users Management

Browse, search, create, edit, and manage LDAP user entries with an intuitive table interface.

LDAP Users Management

Features:

User Actions:

Each user row has an Actions menu with:

Groups Management

View and manage LDAP groups including groupOfNames, groupOfUniqueNames, and posixGroup.

LDAP Groups Management

Features:

Organizational Units (OUs)

Navigate and manage the organizational unit hierarchy in your LDAP directory.

LDAP Organizational Units

Features:

All Directory Entries

View all LDAP entries regardless of type - users, groups, OUs, and custom objects.

All LDAP Directory Entries

Features:

Monitoring & Health Status

Real-time monitoring of LDAP cluster health, connection metrics, and replication status.

Single Node Monitoring

LDAP Single Node Monitoring

Monitor individual LDAP server health and statistics.

Multi-Node Cluster Monitoring

LDAP Multi-Node Cluster Monitoring

View health status across all nodes in a multi-master cluster.

Monitoring Features:

Replication Topology

Visualize multi-master replication topology and sync status between nodes.

LDAP Replication Topology

Features:

Activity Logs

View LDAP operation history and search examples.

Features:

Production-Grade Features

LDAP Manager includes enterprise-grade features for security, high availability, and monitoring.

Load Balancing & Failover

For multi-master LDAP clusters, LDAP Manager intelligently distributes load and provides automatic failover:

Security Features

See Security Guide for detailed information.

Quality Assurance

Observability

See Production Deployment Guide for setup instructions.

Custom Schema Support

LDAP Manager automatically detects and displays custom objectClasses and attributes.

How It Works:

Example Custom Schemas:

Column Customization

Users can customize which columns are visible in tables.

Features:

Server-Side Features

Server-Side Pagination (RFC 2696)

Efficiently handle large LDAP directories without loading all entries at once.

Server-Side Search

Fast LDAP filter-based search performed on the server.

Auto-Discovery

Automatic base DN detection from LDAP rootDSE.

Technology Stack

Frontend

Backend

Compatible LDAP Servers

Next Steps