[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: pb inserting row in LDAP directorie
- To: openldap-software@OpenLDAP.org
- Subject: Re: pb inserting row in LDAP directorie
- From: Ettore Simone <ettore.simone@gmail.com>
- Date: Wed, 29 Jun 2005 15:28:17 +0200
- Content-disposition: inline
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=dj/LRC3zDj6Q8qkYVgdNoFO4gUzYoymGQmKreCrFO5CyXWjAGiv1DZDWaYkgwJ64mFpC7f8aVNCaZOMpZuwOlkM7uSkGdjSFPWeFH5C1BqEucwM4qGZ1IaPonZd3AiSVzV0CQGgTNpIMbkgVhwMoFIX7ylEppl/k5MQk/Mhv90s=
- In-reply-to: <C976D0147EB33A4C1D47B440@192.168.1.21>
- References: <4C7415DF2B8FF59CA1EE26FE@192.168.1.21> <E13896220F00875A7E66C459@0.1.0.4> <C976D0147EB33A4C1D47B440@192.168.1.21>
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
>