summaryrefslogtreecommitdiff
path: root/nslcd.conf
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2011-04-16 14:00:15 +0000
committerArthur de Jong <arthur@arthurdejong.org>2011-04-16 14:00:15 +0000
commit80ae75fba0acda3bbc4dae86b7f46c0fa8079e84 (patch)
tree1b627e10d492282fcd658a9228ef8ae9c3ce81a6 /nslcd.conf
parent8e5373638043870f0f068d48e4c9e69d904abdfb (diff)
add example configuration provided by Wesley Mason
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1428 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'nslcd.conf')
-rw-r--r--nslcd.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/nslcd.conf b/nslcd.conf
index 35e35a5..dd19bed 100644
--- a/nslcd.conf
+++ b/nslcd.conf
@@ -120,6 +120,22 @@ base dc=example,dc=com
#filter group (objectClass=group)
#map group uniqueMember member
+# Alternative mappings for Active Directory
+# (replace the SIDs in the objectSid mappings with the value for your domain)
+#pagesize 1000
+#referrals off
+#idle_timelimit 800
+#filter passwd (&(objectClass=user)(objectClass=person)(!(objectClass=computer)))
+#map passwd uid cn
+#map passwd uidNumber objectSid:S-1-5-21-3623811015-3361044348-30300820
+#map passwd gidNumber objectSid:S-1-5-21-3623811015-3361044348-30300820
+#map passwd homeDirectory "/home/$cn"
+#map passwd gecos displayName
+#map passwd loginShell "/bin/bash"
+#filter group (|(objectClass=group)(objectClass=person))
+#map group gidNumber objectSid:S-1-5-21-3623811015-3361044348-30300820
+#map group uniqueMember member
+
# Mappings for AIX SecureWay
#filter passwd (objectClass=aixAccount)
#map passwd uid userName