OpenLDAP: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
6vffdh (Diskussion | Beiträge) |
6vffdh (Diskussion | Beiträge) |
||
Zeile 21: | Zeile 21: | ||
H:\>whoami /fqdn | H:\>whoami /fqdn | ||
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 == | ||
+ | |||
+ | |||
+ | [https://support.microsoft.com/en-us/help/321051/how-to-enable-ldap-over-ssl-with-a-third-party-certification-authority You can enable LDAP over SSL (LDAPS) by installing a properly formatted certificate from either a Microsoft certification authority (CA) or a non-Microsoft CA according to the guidelines in this article.] |
Version vom 23. April 2020, 14:10 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
[[]]