Tue 23 Oct 2007
Upgrading my OpenLDAP BDB Backend for Suse 10.3
Filed in Software, Linux, LDAPAdd your comments
When I upgraded from OpenSuse 10.2 to OpenSuse 10.3 I should have backed up my LDAP database as LDIF before I started. I didn’t do that of course but I thought maybe I could just copy the database over and tweak the config file in /etc/openldap/slapd.conf. The OpenLDAP server, slapd, can be configured to use a few different backends for storage. The most common seems to be a Berkeley Database. On my installation the database resides in /var/lib/ldap. There are a bunch of files there, it looks like a couple log files, a DB_CONFIG file and several database files (they have the extension .bdb).
I don’t have exact step-by-step directions for how I fixed it but I’ll go over the highlights of what worked for me.
Read the rest of “Upgrading my OpenLDAP BDB Backend for Suse 10.3″…