Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nss-ldapd.conf
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2008-03-30 16:37:27 +0200
committerArthur de Jong <arthur@arthurdejong.org>2008-03-30 16:37:27 +0200
commit635b031bc6dbf795eab91f7ec0355362a0e21d1d (patch)
tree09c146001b410dcd5d67238949d443054285b9fd /nss-ldapd.conf
parent6d37c3fd4e51d632512fe2ce9587594ff6b41d8e (diff)
some fixes to the configuration when using Active Directory (provided by Petter Reinholdtsen <pere@hungry.com>)
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@649 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'nss-ldapd.conf')
-rw-r--r--nss-ldapd.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/nss-ldapd.conf b/nss-ldapd.conf
index bdced72..5a6d58e 100644
--- a/nss-ldapd.conf
+++ b/nss-ldapd.conf
@@ -120,14 +120,15 @@ base dc=example,dc=net
#filter group (objectClass=Group)
#map group uniqueMember posixMember
-# Mappings for RFC 2307 (AD)
+# Mappings for Active Directory
#pagesize 1000
+#referrals off
#filter passwd (objectClass=user)
#map passwd uid sAMAccountName
#map passwd homeDirectory unixHomeDirectory
#map passwd gecos name
#filter shadow (objectClass=user)
-#map passwd uid sAMAccountName
+#map shadow uid sAMAccountName
#map shadow shadowLastChange pwdLastSet
#filter group (objectClass=group)
#map group uniqueMember member