Setting up a new ldap server. Since this will replace an existing server, it’s being set up under a different name. Files in bold will need to be changed when the name is changed.

1. Make sure openldap-server rpm is installed. Use up2date -i openldap-server if it’s not.

2. Make new /usr/share/ssl/certs/slapd.pem with 10 year time period.

3. Check ownership of file /usr/share/ssl/certs/slapd.pem. Should be 640 and group ldap.

4. Edit /etc/openldap/slapd.conf and /etc/openldap/ldap.conf to reflect our location.

5. Start ldap with /etc/rc.d/init.d/ldap start