... wrote:
I have running OpenLDAP on a virtual Ubuntu 12.04 32bit. Now I am trying to
^^^^^
move with my data to a newer Debian 7 64bit.
^^^^^
So I installed OpenLDAP and rsynced /var/lib/ldap and /etc/ldap tot he new machine.
^^^^^^^
Don't do that because the DB file format are platform specific.
Export your data with slapcat and restore it on the new machine with slapadd.
Ciao, Michael.