Changelog
openldap (2.4.42+dfsg-1) unstable; urgency=medium
[ Peter Marschall ]
* slapd.scripts-common:
- Use update_permissions instead of direct calls to chown and chgrp.
- Make variables only used within a function local to that function.
- Restore databases ordered by increasing suffix path length.
This should help configurations with databases glued together using the
'subordinate' keyword / 'olcSubordinate' attribute in slapd's
configuration.
(Closes: #794996)
* Install slapo-lastbind.5 man page. (Closes: #794997)
[ Ryan Tandy ]
* slapd.scripts-common: Delete an outdated comment.
* New upstream release.
* Enable the MDB backend again on GNU/kFreeBSD. The new pthread library
provides all the required interfaces, and the test suite now passes.
Leave it disabled on the Hurd. LMDB requires POSIX semaphores, which have
not yet been implemented.
* Disable the BDB/HDB backends on the Hurd. BDB requires record locks
(F_SETLK), which have not yet been implemented; see #693971.
-- Ryan Tandy <email address hidden> Fri, 21 Aug 2015 13:07:51 -0700