Language: Deutsch · English
Connect LDAP/Active Directory – authentication, synchronization, filters and attribute mapping.
HOW-TO ADMINISTRATOR STAND: JUL 2026 GILT FUER NUCLOS 4.2026.X
Auf dieser Seite
Menu Administration → LDAP configuration. An LDAP (e.g. Microsoft Active Directory) is a hierarchical directory service for central management of resources such as users. Nuclos uses LDAP for authentication and a simple synchronization (LDAP → Nuclos); authorization remains in Nuclos.
Create users
Users must be created manually in Nuclos with the same user name and assigned to a group with the system start right. Synchronization neither creates nor deletes users.
With an active LDAP configuration a synchronization icon appears in the user detail view. It copies first name, last name and e-mail from the configured LDAP attributes.
| Field | Description | Example |
|---|---|---|
| Name | Name der LDAP-Anbindung | yourdc |
| URL | Verbindungsstring mit IP/Port | ldap://192.168.1.1:389 |
| Base DN | Basis-DN mit den Benutzerdaten | DC=yourdomain,DC=de |
| Search Scope | Suchtiefe | SUBTREE |
| Manager DN | Zugriffsbenutzer (eigenen anlegen) | yourdomain\manager oder CN=manager,OU=Users,DC=yourdomain,DC=de |
| Manager Passwort | Passwort des Manager-Benutzers | – |
| Filter (Authentifizierung) | Filter für die Anmeldung | (sAMAccountName={0}) |
| Alternativer Filter (Auth.) | Anmeldung auf AD-Gruppe eingrenzen | (&(objectClass=user)(sAMAccountName={0})(memberof=CN=Gruppe,OU=Users,DC=yourdomain,DC=de)) |
| Filter (Synchronisation) | Filter für die Synchronisation | (objectClass=user) |
| Nuclos attribute | Description | LDAP attribute |
|---|---|---|
| name | Benutzername | sAMAccountName |
| firstname | Vorname | givenName |
| lastname | Nachname | sn |
| E-Mail-Adresse |
Tools
Tools such as JXplorer, Apache Directory Studio or Microsoft's AD Explorer help determine the base DN/manager DN and the tree structure.