https://bugs.openldap.org/show_bug.cgi?id=10188

          Issue ID: 10188
           Summary: autogroup doesn't allow a group to be a member of
                    another group
           Product: OpenLDAP
           Version: unspecified
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Keywords: needs_review
          Severity: normal
          Priority: ---
         Component: contrib
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

Try setting up autogroup (autogroup-attrset groupOfURLs memberURL member) and
loading the following ldif. You'll notice that neither group is marked as a
member:

dn: cn=test
objectClass: device

dn: cn=group,cn=test
objectClass: mygroupOfURLs
memberURL: ldap:///cn=test??sub?(description=a member)
memberURL: ldap:///cn=test??sub?(description=I'm in)
description: a member

dn: cn=member,cn=test
objectClass: device
description: I'm in

dn: cn=another,cn=test
objectClass: mygroupOfURLs
memberURL: ldap:///cn=test??sub?(objectclass=groupOfURLs)
description: I'm in

Just set up mygroupOfURLs with at least a MAY that includes "cn $ description $
member $ memberURL" somehow, e.g.

objectClass ( NetscapeLDAPobjectClass:33.1
        NAME 'mygroupOfURLs'
        SUP groupofurls STRUCTURAL
        MAY member )

-- 
You are receiving this mail because:
You are on the CC list for the issue.

Reply via email to