Ubuntu/openldap
From r00tedvw.com wiki
(Difference between revisions)
Line 3: | Line 3: | ||
<nowiki>~$ sudo apt-get update && sudo apt-get install slapd ldap-utils</nowiki> | <nowiki>~$ sudo apt-get update && sudo apt-get install slapd ldap-utils</nowiki> | ||
It should ask for you to setup an administrator password. | It should ask for you to setup an administrator password. | ||
+ | ===Configuring=== | ||
+ | By default openldap does not ask you for any configuration settings when installing. You must do this afterwards which means it may not be fully functional directly have installation. | ||
+ | <nowiki>~$ sudo dpkg-reconfigure slapd</nowiki> |
Revision as of 21:22, 18 August 2015
Performed on Ubuntu 14.04 LTS
Installing
~$ sudo apt-get update && sudo apt-get install slapd ldap-utils
It should ask for you to setup an administrator password.
Configuring
By default openldap does not ask you for any configuration settings when installing. You must do this afterwards which means it may not be fully functional directly have installation.
~$ sudo dpkg-reconfigure slapd