nss-pam-ldapd commit: r1311 - nss-pam-ldapd/debian
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1311 - nss-pam-ldapd/debian
- From: Commits of the nss-pam-ldapd project <nss-pam-ldapd-commits [at] lists.arthurdejong.org>
- To: nss-pam-ldapd-commits [at] lists.arthurdejong.org
- Reply-to: nss-pam-ldapd-users [at] lists.arthurdejong.org
- Subject: nss-pam-ldapd commit: r1311 - nss-pam-ldapd/debian
- Date: Wed, 10 Nov 2010 21:05:47 +0100 (CET)
Author: arthur
Date: Wed Nov 10 21:05:46 2010
New Revision: 1311
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?view=rev&revision=1311
Log:
fix for problem with undefined values in read_config() function
Modified:
nss-pam-ldapd/debian/nslcd.config
Modified: nss-pam-ldapd/debian/nslcd.config
==============================================================================
--- nss-pam-ldapd/debian/nslcd.config Sun Nov 7 23:13:26 2010 (r1310)
+++ nss-pam-ldapd/debian/nslcd.config Wed Nov 10 21:05:46 2010 (r1311)
@@ -33,6 +33,8 @@
value=`sed -n
's/^'"$cfg_param"'[[:space:]]*\([^[:space:]].*[^[:space:]]\)[[:space:]]*$/\1/ip'
"$cfgfile" | tail -n 1`
[ -n "$value" ] && db_set "$debconf_param" "$value"
fi
+ # we're done
+ return 0
}
# check the system (non-LDAP configuration files) for some
--
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits
- nss-pam-ldapd commit: r1311 - nss-pam-ldapd/debian,
Commits of the nss-pam-ldapd project