forked from pool/nss-pam-ldapd
Accepting request 506457 from home:jubalh:branches:network:ldap
- Update to 0.9.8: * add a pam_authc_search option that can be used to configure the search operation that is performed after authentication * add nss_uid_offset and nss_gid_offset options that can be used to change returned numeric user and group ids from LDAP (thanks Seth Wright) * do not retry failed user password on second LDAP server * fix a crash in the PAM module on FreeBSD when showing password expiration messages * the validnames option now also applies to shadow lookups * support ethernet addresses in LDAP in compact and long formats * improvements to getent.ldap command (a few minor bug fixes and preparations for Python 3 support) * log entries and lookups failing nss_min_uid at debug level * improvements to the test suite (including tests for getent.ldap) OBS-URL: https://build.opensuse.org/request/show/506457 OBS-URL: https://build.opensuse.org/package/show/network:ldap/nss-pam-ldapd?expand=0&rev=12
This commit is contained in:
parent
9931373cbd
commit
7b7e4d37a7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0db88d6518bf7ffb01b44f8f8841ece5162906982ce2c9e45e6afff90d3783eb
|
||||
size 762743
|
3
nss-pam-ldapd-0.9.8.tar.gz
Normal file
3
nss-pam-ldapd-0.9.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ef7362e7f2003da8c7beb7bcc03c30494acf712625aaac8badc6e7eb16f3453f
|
||||
size 771247
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 27 11:39:42 UTC 2017 - mvetter@suse.com
|
||||
|
||||
- Update to 0.9.8:
|
||||
* add a pam_authc_search option that can be used to configure the search operation that is performed after authentication
|
||||
* add nss_uid_offset and nss_gid_offset options that can be used to change returned numeric user and group ids from LDAP (thanks Seth Wright)
|
||||
* do not retry failed user password on second LDAP server
|
||||
* fix a crash in the PAM module on FreeBSD when showing password expiration messages
|
||||
* the validnames option now also applies to shadow lookups
|
||||
* support ethernet addresses in LDAP in compact and long formats
|
||||
* improvements to getent.ldap command (a few minor bug fixes and preparations for Python 3 support)
|
||||
* log entries and lookups failing nss_min_uid at debug level
|
||||
* improvements to the test suite (including tests for getent.ldap)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 13 20:53:31 UTC 2017 - ailin.nemui@gmail.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package nss-pam-ldapd
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -22,7 +22,7 @@ BuildRequires: krb5-devel
|
||||
BuildRequires: openldap2-devel
|
||||
BuildRequires: pam-devel
|
||||
BuildRequires: systemd-rpm-macros
|
||||
Version: 0.9.7
|
||||
Version: 0.9.8
|
||||
Release: 0
|
||||
Summary: NSS module and daemon for using LDAP as a naming service
|
||||
License: LGPL-2.1+
|
||||
@ -32,7 +32,7 @@ Requires(pre): shadow
|
||||
Conflicts: nss_ldap pam_ldap
|
||||
Obsoletes: nss-ldapd < %{version}-%{release}
|
||||
Provides: nss-ldapd = %{version}-%{release}
|
||||
Source: nss-pam-ldapd-%{version}.tar.gz
|
||||
Source: https://arthurdejong.org/nss-pam-ldapd/nss-pam-ldapd-%{version}.tar.gz
|
||||
Source1: baselibs.conf
|
||||
Source2: nslcd.service
|
||||
Source100: nss-pam-ldapd-rpmlintrc
|
||||
|
Loading…
Reference in New Issue
Block a user