OpenLDAP: Unterschied zwischen den Versionen

Aus Meine Wiki
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „OpenLDAP“)
 
Zeile 1: Zeile 1:
OpenLDAP
+
[[Category:LPCI2]]
 +
 
 +
==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. [https://help.ubuntu.com/lts/serverguide/openldap-server.html#openldap-server-installation 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'' [https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-a-basic-ldap-server-on-an-ubuntu-12-04-vps Mehr]
 +
: 5 Installation Web Interface: ''sudo apt-get install phpldapadmin''

Version vom 20. Oktober 2018, 23:19 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