SHA256
1
0
forked from jengelh/sssd

- Update to new upstream release 2.0.0

OBS-URL: https://build.opensuse.org/package/show/network:ldap/sssd?expand=0&rev=208
This commit is contained in:
2018-09-07 19:39:51 +00:00
committed by Git OBS Bridge
parent c5d8619327
commit 298c91a09c
6 changed files with 41 additions and 23 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Fri Sep 7 18:52:18 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
- Update to new upstream release 2.0.0
* The Python API for managing users and groups in local domains
(id_provider=local) was removed completely. The local
provider (id_provider=local) and the command line tools to
manage users and groups in the local domains, such as
sss_useradd is not built anymore.
* The LDAP provider had a special-case branch for evaluating
group memberships with the RFC2307bis schema when group
nesting was explicitly disabled. This codepath is removed.
* The "ldap_sudo_include_regexp" option changed its default
value from true to false. Wildcards in the sudoHost LDAP
attribute are no longer evaluated. This was costly to
evaluate on the LDAP server side and at the same time rarely
used.
* The list of PAM services which are allowed to authenticate
using a Smart Card is now configurable using a new option
pam_p11_allowed_services.
-------------------------------------------------------------------
Fri Aug 31 07:14:39 UTC 2018 - kbabioch@suse.com