A very common way of creating a group is to use the standard ldap schema objectClass groupOfUniqueNames which has a multi-value attribute uniqueMember the syntax of which is a DN (Rather than a CN or UID type value).
It would be really useful to allow this sort of group.
Comments
Comment #1
johnbarclay commentedSo where are groupOfUniqueNames and uniqueMember found? Can you make up an example to illustrate? I've googled around and haven't found anything too useful. Also can you add this request to the drupal.org/project/ldap project also?
Comment #2
Haqa commentedOpenldap defines groupOfUniqueNames and uniqueMember in core.schema.
They are discribed in RFC2256, groupOfUniqueNames in section 7.18 and uniqueMember in section 5.51.
An example LDIF fragement might resemble
Comment #3
cgmonroe commentedNot sure when it went in but the -dev version has supported this for a while. The latest dev updated the ldapgroups admin ui and has text that talks about it.
For details about recent changes see: #1475272: 6.x-1.0 Release Candidate 1 Status