Ubuntu/openldap
From r00tedvw.com wiki
(Difference between revisions)
Line 6: | Line 6: | ||
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. | 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> | <nowiki>~$ sudo dpkg-reconfigure slapd</nowiki> | ||
+ | *Omit OpenLDAP server configuration? '''No''' | ||
+ | *DNS domain name? '''domain.com''' | ||
+ | *Organization name? '''domain''' | ||
+ | *Administrator password? '''setup password''' | ||
+ | *Database backend? '''HDB''' | ||
+ | *Remove the database when slapd is purged? '''No''' | ||
+ | *Move old database? '''Yes''' | ||
+ | *Allow LDAPv2 protocol? '''No''' |
Revision as of 21:26, 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
- Omit OpenLDAP server configuration? No
- DNS domain name? domain.com
- Organization name? domain
- Administrator password? setup password
- Database backend? HDB
- Remove the database when slapd is purged? No
- Move old database? Yes
- Allow LDAPv2 protocol? No