Go to file
cvsdist df493e3615 auto-import openldap-2.0.27-2 from openldap-2.0.27-2.src.rpm 2004-09-09 09:33:44 +00:00
.cvsignore auto-import openldap-2.0.27-2 from openldap-2.0.27-2.src.rpm 2004-09-09 09:33:44 +00:00
Makefile Setup of module openldap 2004-09-09 09:28:19 +00:00
MigrationTools-26-suffix.patch auto-import openldap-2.0.11-8 from openldap-2.0.11-8.src.rpm 2004-09-09 09:28:57 +00:00
MigrationTools-27-simple.patch auto-import openldap-2.0.11-8 from openldap-2.0.11-8.src.rpm 2004-09-09 09:28:57 +00:00
MigrationTools-36-mktemp.patch auto-import openldap-2.0.11-8 from openldap-2.0.11-8.src.rpm 2004-09-09 09:28:57 +00:00
MigrationTools-38-instdir.patch auto-import openldap-2.0.11-8 from openldap-2.0.11-8.src.rpm 2004-09-09 09:28:57 +00:00
README.upgrading auto-import changelog data from openldap-2.0.7-14.src.rpm 2004-09-09 09:28:35 +00:00
autofs.schema auto-import changelog data from openldap-2.0.7-14.src.rpm 2004-09-09 09:28:35 +00:00
guide.html auto-import openldap-2.0.11-8 from openldap-2.0.11-8.src.rpm 2004-09-09 09:28:57 +00:00
ldap.init auto-import openldap-2.0.11-12 from openldap-2.0.11-12.src.rpm 2004-09-09 09:29:24 +00:00
migration-tools.txt auto-import changelog data from openldap-1.2.11-15.src.rpm 2004-09-09 09:28:22 +00:00
openldap-1.2.11-cldap.patch auto-import changelog data from openldap-1.2.11-15.src.rpm 2004-09-09 09:28:22 +00:00
openldap-2.0.11-ldaprc.patch auto-import openldap-2.0.11-8 from openldap-2.0.11-8.src.rpm 2004-09-09 09:28:57 +00:00
openldap.spec auto-import openldap-2.0.27-2 from openldap-2.0.27-2.src.rpm 2004-09-09 09:33:44 +00:00
sources auto-import openldap-2.0.27-2 from openldap-2.0.27-2.src.rpm 2004-09-09 09:33:44 +00:00

README.upgrading

The OpenLDAP on-disk format has changed between the 1.2.x and 2.0.x releases.

You will very likely need to dump out your directory to a text file using
"ldbmcat -n" before upgrading and re-import the entries into the new format
using "slapadd" after the upgrade.

Because schema checking is now available and enabled by default, some entries
may not import cleanly.  In particular, if you have used previous versions of
the migration scripts, some of the entries (particularly oncRpc objects) may
be missing "description" attributes which are now required by the schema.

If this is the case, you will need to either edit the LDIF files prior to
importing them, or add "schemacheck off" to your new slapd.conf file to disable
schema checking while the entries are being imported.  (Disabling schema
checking on your server is strongly discouraged, however.)