[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Installing openldap 2.2.19 on RHEL 3



Craig White wrote:
I do have a really dumb question... the file
called /usr/local/var/openldap-data/DB_CONFIG

should that be owned by ldap:ldap or root:root or ??:??

It doesn't matter who owns it as long as ldap can read it.

My one potential note for your nicely written procedure: to make it complete you should add the lines for creating the ldap user and granting ownership to ldap for the data path.

/usr/sbin/useradd -s /sbin/nologin ldap
/bin/rm -r /home/ldap
chown -R ldap /usr/local/var/openldap-data

Jon Roberts
www.mentata.com