SHA256
1
0
forked from pool/sssd

update to 1.3.1

OBS-URL: https://build.opensuse.org/package/show/network:ldap/sssd?expand=0&rev=19
This commit is contained in:
Ralf Haferkamp
2010-08-30 10:06:57 +00:00
committed by Git OBS Bridge
parent 65d1bc4bc4
commit 9b89f17c17
8 changed files with 48 additions and 953 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Mon Aug 30 09:58:19 UTC 2010 - rhafer@novell.com
- Updated to 1.3.1
* Fixes to the HBAC backend for obsolete or removed HBAC entries
* Improvements to log messages around TLS and GSSAPI for LDAP
* Support for building in environments using --as-needed LDFLAGS
* Vast performance improvement for initgroups on RFC2307 LDAP servers
* Long-running SSSD clients (e.g. GDM) will now reconnect properly to the
daemon if SSSD is restarted
* Rewrote the internal LDB cache API. As a synchronous API it is now faster
to access and easier to work with
* Eugene Indenbom contributed a sizeable amount of code to the LDAP provider
- We now handle failover situations much more reliably than we did
previously
- We also will now monitor the GSSAPI kerberos ticket and automatically
renew it when appropriate, instead of waiting for a connection to fail
* Support for netlink now allows us to more quickly detect situations
where we may have come online
* New option "dns_discovery_domain" allows better configuration for
using SRV records for failover
-------------------------------------------------------------------
Wed Mar 31 14:02:43 UTC 2010 - rhafer@novell.com