Below are simple steps to install and configure OpenLDAP on GNU/Linux
apt-get update
apt-get install slapd ldap-utils
dpkg-reconfigure slapd
Omit OpenLDAP server configuration? No
DNS domain name? your-domain.com
Organization name? your-domain
Administrator password? enter a secure password twice
Database backend? MDB
Remove the database when slapd is purged? No
Move old database? Yes
Allow LDAPv2 protocol? No
/etc/init.d/slapd restart
And then to create users on OpenLDAP, you can use phpldapadmin
apt-get install phpldapadmin
For more configuration, you can visit this site
https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-openldap-and-phpldapadmin-on-ubuntu-16-04
https://www.itzgeek.com/how-tos/linux/centos-how-tos/step-step-openldap-server-configuration-centos-7-rhel-7.html
apt-get update
apt-get install slapd ldap-utils
dpkg-reconfigure slapd
Omit OpenLDAP server configuration? No
DNS domain name? your-domain.com
Organization name? your-domain
Administrator password? enter a secure password twice
Database backend? MDB
Remove the database when slapd is purged? No
Move old database? Yes
Allow LDAPv2 protocol? No
/etc/init.d/slapd restart
And then to create users on OpenLDAP, you can use phpldapadmin
apt-get install phpldapadmin
For more configuration, you can visit this site
https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-openldap-and-phpldapadmin-on-ubuntu-16-04
https://www.itzgeek.com/how-tos/linux/centos-how-tos/step-step-openldap-server-configuration-centos-7-rhel-7.html
Comments
Post a Comment