OpenLDAP
Install HUBzero LDAP support
# apt-get install -y hubzero-openldap
You will be prompted to enter a LDAP administrative password.
Some packages will ask you to configure them when you run this step
Configuring nslcd: LDAP server URI:
Enter "ldap://localhost/"
Configuring nslcd: LDAP server search base:
keep the default
Configuring libnss-ldapd
Select only "group", "passwd", "shadow"
Configure OpenLDAP Database
# hzldap init # hzcms configure ldap --enable # hzldap syncusers
Test
# getent passwdYou should see an entry for user 'admin' toward the end of the list if everything is working correctly.