Hi,
Does anyone installed openldap 2.4.39 or later. Please help me with self created document as i am getting stuck at various point.
I have installed and configured but not able to : 1) Change the ldap to work for ldap(389) to ldaps(636) with openssl certs. 2) Not able to convert the slapd.conf to config. 3) Implementing password policies. 4) 2 node Replication Master-Master
Please help as it is been 2 weeks and am dead stuck. Project completion data is near so quick help will be highly appreciated.
Thanks again
Regards Sam
--On March 5, 2014 at 2:12:05 PM +0800 saurabh ohri sam_ohri@yahoo.co.in wrote:
Hi,
Does anyone installed openldap 2.4.39 or later. Please help me with self created document as i am getting stuck at various point.
I have installed and configured but not able to :
- Change the ldap to work for ldap(389) to ldaps(636) with openssl
certs. 2) Not able to convert the slapd.conf to config. 3) Implementing password policies. 4) 2 node Replication Master-Master
I would suggest providing more information on what you've attempted, and to read the admin guide.
For converting slapd.conf to cn=config, it is quite simple:
slaptest -f /path/to/slapd.conf -F /path/to/config/storagedir
like:
mkdir -p /usr/local/var/cn=config
slaptest -f /usr/local/etc/slapd.conf -F /usr/local/var/cn=config
mv /usr/local/etc/slapd.conf /usr/local/etc/slapd.conf.dead
slapd -F /usr/local/var/cn=config
--Quanah
openldap-technical@openldap.org