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

Re: pb inserting row in LDAP directorie



Hi Daniel,

Try something like

# ldapadd -f /usr/local/etc/openldap/insert_row -D
"cn=Manager,dc=my-domain,dc=com" -x -w secret -v

dn: dc=my-domain,dc=com
objectClass: dcobject
objectClass: organization
dc: my-domain
o: test

Regards,
Ettore


On 6/29/05, Daniel Madaoui <daniel@logilune.com> wrote:
> Hello,
> 
> I am really sorry but I don't know how create this object.
> I thought the preffix in slapd.conf is enough for that ( slpad create a
> tree for that suffix when you launch it for the first time ?? ). In the
> examples of the documentation I didn't find anything about that.
> 
> Anyway I tried a lot of Ldiff file for create it but I never succeeded.
> 
> 
> Thanks for your help
> 
> --On mardi 28 juin 2005 09:29 -0700 Quanah Gibson-Mount
> <quanah@stanford.edu> wrote:
> 
> > You need to create a
> >
> > dn: dc=my-domain,dc=com
> >
> >
> > object first.
> >
> > --Quanah
>