nss-pam-ldapd commit: r1428 - nss-pam-ldapd
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1428 - nss-pam-ldapd
- 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: r1428 - nss-pam-ldapd
- Date: Sat, 16 Apr 2011 16:00:17 +0200 (CEST)
Author: arthur
Date: Sat Apr 16 16:00:15 2011
New Revision: 1428
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?view=rev&revision=1428
Log:
add example configuration provided by Wesley Mason
Modified:
nss-pam-ldapd/nslcd.conf
Modified: nss-pam-ldapd/nslcd.conf
==============================================================================
--- nss-pam-ldapd/nslcd.conf Fri Apr 15 23:20:40 2011 (r1427)
+++ nss-pam-ldapd/nslcd.conf Sat Apr 16 16:00:15 2011 (r1428)
@@ -120,6 +120,22 @@
#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
--
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: r1428 - nss-pam-ldapd,
Commits of the nss-pam-ldapd project