- update to 0.7.4

- stop trying to migrate retry timeout parameters from old ldap.conf files
This commit is contained in:
Nalin Dahyabhai 2010-05-14 17:23:34 +00:00
parent 915a2d874c
commit f9e4c7d47a

View File

@ -1,5 +1,5 @@
Name: nss-pam-ldapd
Version: 0.7.3
Version: 0.7.4
Release: 1%{?dist}
Summary: An nsswitch module which uses directory servers
Group: System Environment/Base
@ -125,7 +125,7 @@ if ! grep -q -F "# $comment" $target 2> /dev/null ; then
# Pull in these settings, if they're set, directly.
egrep '^(binddn|bindpw|port|scope|ssl|pagesize)[[:blank:]]' $source 2> /dev/null >> $target
egrep '^(tls_)' $source 2> /dev/null >> $target
egrep '^(timelimit|bind_timelimit|idle_timelimit|reconnect_sleeptime|reconnect_maxsleeptime)[[:blank:]]' $source 2> /dev/null >> $target
egrep '^(timelimit|bind_timelimit|idle_timelimit)[[:blank:]]' $source 2> /dev/null >> $target
fi
# If this is the first time we're being installed, and the system is already
# configured to use LDAP as a naming service, enable the daemon, but don't
@ -153,6 +153,10 @@ fi
exit 0
%changelog
* Fri May 14 2010 Nalin Dahyabhai <nalin@redhat.com> 0.7.4-1
- update to 0.7.4
- stop trying to migrate retry timeout parameters from old ldap.conf files
* Tue Mar 23 2010 Nalin Dahyabhai <nalin@redhat.com> 0.7.3-1
- update to 0.7.3