Commit 37e53d87 authored by Adam Wujek's avatar Adam Wujek 💬

rootfs/etc/nslcd.conf: fix long LDAP queries

Since nss-pam-ldapd 0.8.4 the uniqueMember attribute was replaced by
using the member attribute by default. This means that you should use

map group member sAMAccountName

https://lists.arthurdejong.org/nss-pam-ldapd-users/2017/msg00012.htmlSigned-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent 58f4deac
...@@ -119,7 +119,7 @@ map shadow uid sAMAccountName ...@@ -119,7 +119,7 @@ map shadow uid sAMAccountName
map shadow shadowLastChange pwdLastSet map shadow shadowLastChange pwdLastSet
filter group (&(objectClass=group)(gidNumber=*)) filter group (&(objectClass=group)(gidNumber=*))
#map group uniqueMember member map group member sAMAccountName
# Mappings for AIX SecureWay # Mappings for AIX SecureWay
#filter passwd (objectClass=aixAccount) #filter passwd (objectClass=aixAccount)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment