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

Create groups



Hello everybody,

I want insert a group in ldap with theses lines :

group.ldif
    dn: cn=web
    objectclass: top
    objectclass: groupOfUniqueNames
    cn: web
    uniquemember: cn=riri


$> ldapadd -D "cn=Manager, dc=localhost" -W -v -f group.ldif

After entering the password here is what I can see :

    add objectclass:
        top
        groupOfUniqueNames
    add cn:
        web
    add uniquemember:
        cn=riri
    adding new entry cn=web
    ldap_add: No such object


No such object ??? I want add a new one !!! (user riri exists, i find him
when i used ldapsearch)


Thanks for your help, Lionel.