Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2007-06-10 18:50:40 +0200
committerArthur de Jong <arthur@arthurdejong.org>2007-06-10 18:50:40 +0200
commit48bf87d2690b2b4130578fe1c12ab25bc6d70dfb (patch)
treec1a3c92c9e331025416c916f1e8fcb52237dccc9
parent6a5f1225fc50409fffd104a105d8256cc73d630b (diff)
add note about modifying /etc/nsswitch.conf in postinst
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@276 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r--debian/libnss-ldapd.postinst3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/libnss-ldapd.postinst b/debian/libnss-ldapd.postinst
index 746ca0b..778d393 100644
--- a/debian/libnss-ldapd.postinst
+++ b/debian/libnss-ldapd.postinst
@@ -57,6 +57,9 @@ cfg_disable()
return 0
}
+# editing nsswitch.conf seems to be ok
+# http://lists.debian.org/debian-devel/2007/02/msg00076.html
+
# check to see if name is configured to do lookups through
# LDAP and enable if not
nss_enable()