06a856973e
could cause the server to fail to start or to spin in an endless loop (bnc#558059,ITS#6408) - default the tls_reqcert parameter of a syncrepl config to "demand" as documented even if other tls_ options are absent (bnc#558397, ITS#6319) - apply changes to the global size and timelimits to all database that don't specify limits themself. (bnc#562184, ITS#6428) OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=25 |
||
---|---|---|
.gitattributes | ||
.gitignore | ||
0001-back-config-objectclass-inheritence-ITS-6408.dif | ||
0002-init-bindconf-TLS-settings-ITS-6419.dif | ||
0003-apply-global-limit-changes-to-all-databases-ITS-6428.dif | ||
addonschema.tar.gz | ||
baselibs.conf | ||
check-build.sh | ||
DB_CONFIG | ||
ldap_conf.dif | ||
ldapi_url.dif | ||
libldap-gethostbyname_r.dif | ||
openldap2-client.changes | ||
openldap2-client.spec | ||
openldap2.changes | ||
openldap2.dif | ||
openldap2.spec | ||
openldap-2.3.37.dif | ||
openldap-2.3.37.tar.bz2 | ||
openldap-2.4.20.tar.bz2 | ||
openldap-rc.tgz | ||
pie-compile.dif | ||
pre_checkin.sh | ||
README.update | ||
ready | ||
sasl-slapd.conf | ||
schema2ldif | ||
slapd_conf.dif | ||
slapd_getaddrinfo_dupl.dif | ||
slapd-bconfig-del-db.dif |
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/