SHA256
1
0
forked from jengelh/openldap2

- Fixed an issue in back-config's objectclass inheritence code that

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
This commit is contained in:
Ralf Haferkamp
2009-12-10 16:03:08 +00:00
committed by Git OBS Bridge
parent f7b2645466
commit 06a856973e
7 changed files with 388 additions and 0 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Dec 10 15:41:11 UTC 2009 - rhafer@novell.com
- Fixed an issue in back-config's objectclass inheritence code that
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)
-------------------------------------------------------------------
Mon Nov 30 16:09:22 UTC 2009 - rhafer@novell.com