7345330668
- Update to 2.4.39 * Fixed libldap MozNSS crash (ITS#7783) * Fixed libldap memory leak with SASL (ITS#7757) * Fixed libldap assert in parse_passwdpolicy_control (ITS#7759) * Fixed libldap shortcut NULL RDNs (ITS#7762) * Fixed libldap deref to use correct control * Fixed liblmdb keysizes with mdb_update_key (ITS#7756) * Fixed slapd cn=config olcDbConfig modification (ITS#7750) * Fixed slapd-bdb/hdb to bail out of search if config is paused (ITS#7761) * Fixed slapd-bdb/hdb indexing issue with derived attributes (ITS#7778) * Fixed slapd-mdb to bail out of search if config is paused (ITS#7761) * Fixed slapd-mdb indexing issue with derived attributes (ITS#7778) * Fixed slapd-perl to bail out of search if config is paused (ITS#7761) * Fixed slapd-sql to bail out of search if config is paused (ITS#7761) * Fixed slapo-constraint handling of softadd/softdel (ITS#7773) * Fixed slapo-syncprov assert with findbase (ITS#7749) * Build Environment Test suite: Use $(MAKE) for tests (ITS#7753) * Documentation admin24 fix TLSDHParamFile to be correct (ITS#7684) - FATE#315028 remove memory limit for slapd - Remove PidFile from service definition - Update to 2.4.39 * Fixed libldap MozNSS crash (ITS#7783) * Fixed libldap memory leak with SASL (ITS#7757) * Fixed libldap assert in parse_passwdpolicy_control (ITS#7759) * Fixed libldap shortcut NULL RDNs (ITS#7762) * Fixed libldap deref to use correct control OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=107 |
||
---|---|---|
.gitattributes | ||
.gitignore | ||
0001-build-adjustments.dif | ||
0002-slapd.conf.dif | ||
0003-LDAPI-socket-location.dif | ||
0004-libldap-use-gethostbyname_r.dif | ||
0005-pie-compile.dif | ||
0006-No-Build-date-and-time-in-binaries.dif | ||
0007-Recover-on-DB-version-change.dif | ||
addonschema.tar.gz | ||
baselibs.conf | ||
check-build.sh | ||
DB_CONFIG | ||
openldap2-client.changes | ||
openldap2-client.spec | ||
openldap2.changes | ||
openldap2.spec | ||
openldap-2.3.37-liblber-length-decoding.dif | ||
openldap-2.3.37-libldap-gethostbyname_r.dif | ||
openldap-2.3.37-libldap-ld_defconn-ldap_free_connection.dif | ||
openldap-2.3.37-libldap-ldapi_url.dif | ||
openldap-2.3.37-libldap-ntlm.diff | ||
openldap-2.3.37-libldap-sasl-max-buff-size.dif | ||
openldap-2.3.37-libldap-ssl.dif | ||
openldap-2.3.37-libldap-suid.diff | ||
openldap-2.3.37-libldap-tls_chkhost-its6239.dif | ||
openldap-2.3.37-libldap-utf8-ADcanonical.dif | ||
openldap-2.3.37.dif | ||
openldap-2.3.37.tgz | ||
openldap-2.4.39.tgz | ||
openldap-rc.tgz | ||
pre_checkin.sh | ||
README.dynamic-overlays | ||
README.update | ||
sasl-slapd.conf | ||
schema2ldif |
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/