SHA256
1
0
forked from jengelh/sssd

Accepting request 212033 from home:jengelh:sssd

- Update to new upstream release 1.11.3

OBS-URL: https://build.opensuse.org/request/show/212033
OBS-URL: https://build.opensuse.org/package/show/network:ldap/sssd?expand=0&rev=106
This commit is contained in:
2013-12-22 16:55:08 +00:00
committed by Git OBS Bridge
parent 3e5c6a9951
commit 0634651aa9
7 changed files with 30 additions and 224 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Fri Dec 20 21:54:58 UTC 2013 - jengelh@inai.de
- Update to new upstream release 1.11.3
* The AD provider is able to resolve group memberships for groups
with Global and Universal scope
* The initgroups (get groups for user) operation for users from
trusted AD domains was made more reliable by reading the required
tokenGroups attribute from LDAP instead of Global Catalog
* A new option ad_enable_gc was added to the AD provider. This
option allows the administrator to force SSSD to talk to LDAP
port only and never try the Global Catalog
* The AD provider is now able to leverage the tokenGroups attribute
even when POSIX attributes are used, providing better performance
during logins.
* A memory leak in the NSS responder that affected long-lived
clients that requested netgroup data was fixed
- Remove sssd-ldflags.diff (merged upstream)
-------------------------------------------------------------------
Thu Nov 28 16:51:39 UTC 2013 - ckornacker@suse.com