Upgrading Notes: 2.0.27 to 2.3.24

From Notes

Jump to: navigation, search

Upgrading from 2.0.27 to 2.3.34

  • The uid in the dn must match the uid in the attributes:
dn: uid=user,ou=People,dc=example,dc=com
uid: user
  • No more device attribute on Hosts:
objectClass: device

Once these are fixed, the slapadd should work great!

slapadd -l <file>.ldif

Remember to chown /var/lib/openldap-data to ldap prior to starting so that you don't get an alock error!!

chown -R ldap:ldap /var/lib/openldap-data
Personal tools