Hi all,
I've been doing some research and I'm finding that there is no support for a "memberof" type attribute for user objects. When I query groups that have "memberuid" attributes, I get the group name but not the members.
Is there any way around this? Maybe some other attribute I can add to the user object that will create a link between it and the group object and allow me to enumerate group members?
Thank you, Gene
--On Thursday, April 17, 2008 1:37 AM -0700 Gene Kupfer kupferg@msn.com wrote:
Hi all,
I've been doing some research and I'm finding that there is no support for a "memberof" type attribute for user objects. When I query groups that have "memberuid" attributes, I get the group name but not the members.
Is there any way around this? Maybe some other attribute I can add to the user object that will create a link between it and the group object and allow me to enumerate group members?
Have you looked at the slapo-memberOf overlay?
--Quanah
--
Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc -------------------- Zimbra :: the leader in open source messaging and collaboration
Gene Kupfer wrote:
I've been doing some research and I'm finding that there is no support for a "memberof" type attribute for user objects.
Use slapo-memberof which is available in OpenLDAP 2.4.x:
http://www.openldap.org/software/man.cgi?query=slapo-memberof&sektion=5&...
When I query groups that have "memberuid" attributes, I get the group name but not the members.
Entries of object class posixGroup are not suitable for this to work. Use group entries of object class 'groupOfNames'.
Ciao, Michael.
openldap-technical@openldap.org