Comment 8 for bug 365915

Revision history for this message
deadsven (deadsven) wrote : Re: package slapd 2.4.15-1ubuntu3 failed to install/upgrade:

I don't use openldap anymore. But if it helps, this is how the slapd was setup originally. This was before intrepid. I just did a fresh installation and added some lines to slapd.conf. This is from our installation notes:

sudo apt-get install slapd ldap-utils
echo -e "\ndatabase hdb\nsuffix \"dc=api,dc=no\"\nrootdn \"cn=Manager,dc=api,dc=no\"\nrootpw password" | sudo tee -a /etc/ldap/slapd.conf
sudo /etc/init.d/slapd restart

I did not remove the preconfigured "nodomain" entry, so I guess i had 2 databases, yes.

With the upgrade to intrepid, the slapd was converted to a new configuration format. But I can't help with further details on the new format.