Nuclos LDAP Active Directory: base DN, manager DN, sAMAccountName, filter, synchronization, authentication, memberof. |
Language: Deutsch · English
Connect LDAP/Active Directory – authentication, synchronization, filters and attribute mapping.
On this page |
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.
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 of the LDAP connection | 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 | Access user (create your own) | yourdomain\manager or CN=manager,OU=Users,DC=yourdomain,DC=de |
| Manager Passwort | Passwort des Manager-Benutzers | – |
| Filter (authentication) | Filter for login | (sAMAccountName={0}) |
| Alternative filter (auth.) | Restrict login to an AD group | (&(objectClass=user)(sAMAccountName={0})(memberof=CN=Gruppe,OU=Users,DC=yourdomain,DC=de)) |
| Filter (synchronization) | Filter for synchronization | (objectClass=user) |
| Nuclos attribute | Description | LDAP attribute |
|---|---|---|
| name | Benutzername | sAMAccountName |
| firstname | Vorname | givenName |
| lastname | Nachname | sn |
| E-Mail-Adresse |
Tools such as JXplorer, Apache Directory Studio or Microsoft's AD Explorer help determine the base DN/manager DN and the tree structure. |