OpenLDAP: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
6vffdh (Diskussion | Beiträge) |
6vffdh (Diskussion | Beiträge) |
||
Zeile 22: | Zeile 22: | ||
CN=Administrator,CN=Users,DC=Domain,DC=local | CN=Administrator,CN=Users,DC=Domain,DC=local | ||
− | |||
− | |||
== How to enable LDAP over SSL with a third-party certification authority == | == How to enable LDAP over SSL with a third-party certification authority == |
Version vom 23. April 2020, 14:11 Uhr
210.4 Konfiguration eines OpenLDAP-Service
- Test Server mit Ubuntu 16.04.1 LTS
- Benötigt werden packages slapd und ldap-utils respectively.
- Installation auf Ubuntu. Link
- 1 Hostname angepasst.
- 2 sudo apt install slapd ldap-utils (5 Pakete ca. 17,2 MB: ldap-utils libltdl7 libodbc1 libslp1 slapd)
- 3 Password für Administrator-Eintrag in LDAP-Verzeichnis muss konfiguriert werden.
- 4 Konfigurations Wizard: sudo dpkg-reconfigure slapd Mehr
- 5 Installation Web Interface: sudo apt-get install phpldapadmin
How can I determine my user account's OU in a Windows domain?
H:\>whoami /fqdn CN=Administrator,CN=Users,DC=Domain,DC=local