Accepting request 932676 from home:stroeder:iam
- Update to 0.9.12 * allow explicitly configuring an empty search base (for LDAP servers that support that) * support LDAP attributes with minus characters in attribute mapping expressions * add tls_reqsan, tls_crlfile and tls_crlcheck options * support generating ldaps:// URIs from DNS SRV records for port 389 by using DNSLDAPS in the uri option * prefer the first URI listed in nslcd.conf after reconnecting after idle_timelimit * fix handling of pam_authc_ppolicy no * fix debug logging of ldap timeout values * documentation improvements * add pam_authc_ppolicy support to pynslcd * fix Python 3 compatibility in chsh.ldap * fix for running pynslcd without the uid option * partial support for running tests with slapd 2.5 * miscellaneous test suite improvements * test suite fixes for Solaris OBS-URL: https://build.opensuse.org/request/show/932676 OBS-URL: https://build.opensuse.org/package/show/network:ldap/nss-pam-ldapd?expand=0&rev=27
This commit is contained in:
parent
3d425ea679
commit
1d4109b256
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d0d71be06d1a90940b7566ce00cef1a465aae7171d5d062785506a83411ecab6
|
||||
size 777878
|
3
nss-pam-ldapd-0.9.12.tar.gz
Normal file
3
nss-pam-ldapd-0.9.12.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c6d661e74693cbf531a790631ca93b73f291fb23cc39465b09deb8da2bfb0e14
|
||||
size 791983
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 20 18:27:13 UTC 2021 - Michael Ströder <michael@stroeder.com>
|
||||
|
||||
- Update to 0.9.12
|
||||
* allow explicitly configuring an empty search base (for LDAP servers that support that)
|
||||
* support LDAP attributes with minus characters in attribute mapping expressions
|
||||
* add tls_reqsan, tls_crlfile and tls_crlcheck options
|
||||
* support generating ldaps:// URIs from DNS SRV records for port 389 by using DNSLDAPS in the uri option
|
||||
* prefer the first URI listed in nslcd.conf after reconnecting after idle_timelimit
|
||||
* fix handling of pam_authc_ppolicy no
|
||||
* fix debug logging of ldap timeout values
|
||||
* documentation improvements
|
||||
* add pam_authc_ppolicy support to pynslcd
|
||||
* fix Python 3 compatibility in chsh.ldap
|
||||
* fix for running pynslcd without the uid option
|
||||
* partial support for running tests with slapd 2.5
|
||||
* miscellaneous test suite improvements
|
||||
* test suite fixes for Solaris
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 18 13:13:17 UTC 2021 - Michael Ströder <michael@stroeder.com>
|
||||
|
||||
|
@ -15,10 +15,11 @@
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%{!?_pam_moduledir: %define _pam_moduledir /%{_lib}/security}
|
||||
|
||||
Name: nss-pam-ldapd
|
||||
Version: 0.9.11
|
||||
Version: 0.9.12
|
||||
Release: 0
|
||||
Summary: NSS module and daemon for using LDAP as a naming service
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user