I've needed to configure LDAP authentication for Joomla! and the only way to get it to work together (with LDAP group based was by using groupOfUniqueNames, not the posixGroup. In other words, Joomla expects LDAP to follow the RFC2307bis schema.
This beg the question: do other LDAP using applications understand the RFC2307bis schema?
From what I could find, the 4 most important applications do:
pam_ldapandnss_ldap- Samba
- Gosa
- phpLDAPAdmin
Besides that, what is the state of general support for this schema (Apache auth, squid, groupware suites, freeradius)?
Any problems with such configuration (rfc2307bis, pam_ldap, nss_ldap and samba)?
groupOfMembersclass with the optionalmemberattribute for groups, while the older draft 01 usedgroupOfUniqueNames, where theuniqueMemberattribute is mandatory (therefore creating an empty group is not possible without hacks; draft 02 finally fixes this problem). – Sergey Vlasov Dec 14 '10 at 15:21