Go to file
Ralf Haferkamp 5195e7ad09 - Removed obsolete hunk from openldap2.dif
- Remove ldap.conf patch to use saner default for Certificate 
  verification (bnc#575146)

OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=33
2010-03-16 10:44:10 +00:00
.gitattributes OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openldap2?expand=0&rev=1 2006-12-18 23:17:14 +00:00
.gitignore OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openldap2?expand=0&rev=1 2006-12-18 23:17:14 +00:00
addonschema.tar.gz OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openldap2?expand=0&rev=35 2008-08-29 23:03:33 +00:00
baselibs.conf OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openldap2?expand=0&rev=29 2008-06-25 16:32:44 +00:00
check-build.sh OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openldap2?expand=0&rev=43 2008-11-21 16:02:17 +00:00
DB_CONFIG OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openldap2?expand=0&rev=1 2006-12-18 23:17:14 +00:00
ldapi_url.dif OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openldap2?expand=0&rev=1 2006-12-18 23:17:14 +00:00
libldap-gethostbyname_r.dif OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openldap2?expand=0&rev=1 2006-12-18 23:17:14 +00:00
openldap2-client.changes - Removed obsolete hunk from openldap2.dif 2010-03-16 10:44:10 +00:00
openldap2-client.spec - Removed obsolete hunk from openldap2.dif 2010-03-16 10:44:10 +00:00
openldap2.changes - Removed obsolete hunk from openldap2.dif 2010-03-16 10:44:10 +00:00
openldap2.dif - Removed obsolete hunk from openldap2.dif 2010-03-16 10:44:10 +00:00
openldap2.spec - Removed obsolete hunk from openldap2.dif 2010-03-16 10:44:10 +00:00
openldap-2.3.37.dif OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openldap2?expand=0&rev=50 2009-06-19 23:13:14 +00:00
openldap-2.3.37.tar.bz2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openldap2?expand=0&rev=27 2008-05-16 23:48:12 +00:00
openldap-2.4.21.tar.bz2 Updating link to change in openSUSE:Factory/openldap2 revision 58.0 2010-01-21 09:23:34 +00:00
openldap-rc.tgz Updating link to change in openSUSE:Factory/openldap2 revision 58.0 2010-01-21 09:23:34 +00:00
pie-compile.dif Accepting request 26203 from network:ldap:OpenLDAP:RE24 2009-12-10 15:36:32 +00:00
pre_checkin.sh OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openldap2?expand=0&rev=1 2006-12-18 23:17:14 +00:00
README.update OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openldap2?expand=0&rev=27 2008-05-16 23:48:12 +00:00
ready OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openldap2?expand=0&rev=1 2006-12-18 23:17:14 +00:00
sasl-slapd.conf OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openldap2?expand=0&rev=1 2006-12-18 23:17:14 +00:00
schema2ldif Updating link to change in openSUSE:Factory/openldap2 revision 54.0 2009-10-02 22:27:25 +00:00
slapd_conf.dif OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openldap2?expand=0&rev=16 2007-12-19 13:52:01 +00:00
slapd_getaddrinfo_dupl.dif OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openldap2?expand=0&rev=47 2009-03-24 18:56:33 +00:00
slapd-back-hdb-fortify.dif Updating link to change in openSUSE:Factory/openldap2 revision 59.0 2010-02-18 15:46:12 +00:00
slapd-bconfig-del-db.dif OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openldap2?expand=0&rev=51 2009-08-06 16:21:51 +00:00

Updating from OpenLDAP 2.3.X to 2.4.X
=====================================

Changed Database format:
    Due change in the "BDB"-backend's index database format, existing
    bdb-databases need to be reloaded from LDIF completely. This is
    normally done during the package installation/update. This might not
    work in all setups and for that database dumps of all bdb/hdb
    databases are created during the update. 
    You can find the database dump of each bdb database in the
    database directory for that database (default: /var/lib/ldap/). The
    file name is "ldapbak.ldif.X" where "X" presents the number of the
    database.
    If the database backups where not created during the package update for
    some reason, you can do them manually by using the command:
        /usr/sbin/openldap-2.3-slapcat -T c \
            -f /etc/openldap/schema.backup.XXXXXX/slapd.conf.update
    Before dumping the database you should remove the db's enviroment (the
    __db*-file in /var/lib/ldap)
    To reload the databases please use the tool "slapadd". 

Other Changes:
    For additional information on important changes and upgrade
    instructions, please have a look a the OpenLDAP Administrator's Guide. 
    You can find in at:
    /usr/share/doc/packages/openldap2/guide/admin/guide.html
    or online at:
    http://www.openldap.org/doc/admin24/