Server is CentOS 6.3, x64 (MySQL versions you have already).
NSS uses following file (i use symbolic links to cover all kind of clients with single conf file):
---8<---
$ ls -al /etc/*ldap*conf
lrwxrwxrwx 1 root root 13 Dec 14 12:12 /etc/ldap.conf -> pam_ldap.conf
-rw-r--r-- 1 root root 905 Dec 14 16:32 /etc/pam_ldap.conf
lrwxrwxrwx 1 root root 13 Dec 14 12:12 /etc/sudo-ldap.conf -> pam_ldap.conf
$ egrep -i "(unique|group)" /etc/pam_ldap.conf
# Group member attribute
pam_member_attribute uniquemember
---8<---
Hi Sergei,
Server is CentOS 6.3, x64 (MySQL versions you have already).
NSS uses following file (i use symbolic links to cover all kind of clients with single conf file):
---8<---
$ ls -al /etc/*ldap*conf
lrwxrwxrwx 1 root root 13 Dec 14 12:12 /etc/ldap.conf -> pam_ldap.conf
-rw-r--r-- 1 root root 905 Dec 14 16:32 /etc/pam_ldap.conf
lrwxrwxrwx 1 root root 13 Dec 14 12:12 /etc/sudo-ldap.conf -> pam_ldap.conf
$ egrep -i "(unique|group)" /etc/pam_ldap.conf attribute uniquemember
# Group member attribute
pam_member_
---8<---
Not sure if that is enough.
Regards.