[Date Prev][Date Next] [Chronological] [Thread] [Top]

groupOfURLs objectClass



Hi,

I'm trying to get the groupOfURLs to work with OpenLDAP 2.07 that
supports LDAPv3. I have made a schema file with
the memberURL attribute and the groupOfURLs objectclass, and the slapd
daemons starts ok.

attributetype ( 2.16.840.1.113730.3.1.198 NAME 'memberURL'
    SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 USAGE dSAOperation )

objectclass ( 2.16.840.1.113730.3.2.33 NAME 'groupOfURLs' SUP top
    AUXILIARY
    DESC 'group of LDAP urls to make dynamic groups'
    MUST (
        objectClass $ cn )
    MAY (
        businessCategory $ description $ memberURL $ o $ ou $ owner $
        seeAlso ) )

However I'm unable to see the members of the group (like I am with a
normal groupOfNames) when I connect using a
browser using an URL like this:
ldap://192.168.1.1:389/cn=Group1,o=MyOrg

Any comments are welcome.

Mikkel Heisteberg