nss-pam-ldapd commit: r1304 - nss-pam-ldapd/debian
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1304 - 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: r1304 - nss-pam-ldapd/debian
- Date: Sun, 7 Nov 2010 17:38:49 +0100 (CET)
Author: arthur
Date: Sun Nov 7 17:38:48 2010
New Revision: 1304
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?view=rev&revision=1304
Log:
remove extra slash character
Modified:
nss-pam-ldapd/debian/nslcd.config
Modified: nss-pam-ldapd/debian/nslcd.config
==============================================================================
--- nss-pam-ldapd/debian/nslcd.config Sun Nov 7 14:55:48 2010 (r1303)
+++ nss-pam-ldapd/debian/nslcd.config Sun Nov 7 17:38:48 2010 (r1304)
@@ -160,7 +160,7 @@
db_get nslcd/ldap-uris
[ -z "$RET" ] && db_set nslcd/ldap-uris "ldap://127.0.0.1/"
db_get nslcd/ldap-base
- [ -z "$RET" ] && db_set nslcd/ldap-base "dc=example,dc=net/"
+ [ -z "$RET" ] && db_set nslcd/ldap-base "dc=example,dc=net"
fi
# fallback for starttls option
--
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: r1304 - nss-pam-ldapd/debian,
Commits of the nss-pam-ldapd project