diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2008-04-05 21:06:38 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2008-04-05 21:06:38 +0000 |
commit | 2acb36fbaf3852b91ae671aa501d0cbdd7eb86e1 (patch) | |
tree | 8a481a9fa147529ae8f466d46e381da507f7885c | |
parent | 13b9701418b3d5acdcb3873524ec01ce4cb8f0a6 (diff) |
fix typo in comment
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@665 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r-- | debian/libnss-ldapd.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/libnss-ldapd.config b/debian/libnss-ldapd.config index e1a6101..ddd104a 100644 --- a/debian/libnss-ldapd.config +++ b/debian/libnss-ldapd.config @@ -76,7 +76,7 @@ parsecfg() # find base config searchbase=`sed -n 's/^base[[:space:]]*\([^[:space:]]*\)[[:space:]]*$/\1/ip' "$cfgfile" | tail -n 1` [ -n "$searchbase" ] && db_set libnss-ldapd/ldap-base "$searchbase" - # find binddb + # find binddn binddn=`sed -n 's/^binddn[[:space:]]*//ip' "$cfgfile" | tail -n 1` db_set libnss-ldapd/ldap-binddn "$binddn" # find bindpw |