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

Re: ldapadd problem not solved



At 08:53 AM 4/30/2004, Victor Souza Menezes wrote:
>Thanks for your help, but i readed the documentation and could not solve the  
>problem:

Re-read http://www.openldap.org/faq/index.cgi?file=157 with particular
attention to the second part.


>1) when i run:
>ldapsearch -b '' -s base '(objectclass=*)' namingContexts -x
>
>i got :
> 
>version: 2
> 
>#
># filter: (objectclass=*)
># requesting: namingContexts
>#
> 
>#
>dn:
>namingContexts: dc=tre-pb3,dc=gov,dc=br
> 
># search result
>search: 2
>result: 0 Success
> 
># numResponses: 2
># numEntries: 1
>
>2) i run ./migrate_base.pl >base.ldif and the first three entries of my
>base.ldif file are :
>
>dn: dc=gov,dc=br
>dc: gov
>objectClass: top
>objectClass: domain
>objectClass: domainRelatedObject
>associatedDomain: tre-pb3.gov.br
>                                                                             
>                                               
>dn: dc=tre-pb3,dc=gov,dc=br
>dc: tre-pb3
>objectClass: top
>objectClass: domain
>objectClass: domainRelatedObject
>associatedDomain: tre-pb3.gov.br
>                                                                             
>                                               
>dn: ou=Hosts,dc=tre-pb3,dc=gov,dc=br
>ou: Hosts
>objectClass: top
>objectClass: organizationalUnit
>objectClass: domainRelatedObject
>associatedDomain: tre-pb3.gov.br
>
>3) when i run ldapadd -x -D "cn=root,dc=tre-pb3,dc=gov,dc=br" -W -f base.ldif
>i got :
>
>adding new entry "dc=gov,dc=br"
>ldap_add: No such object
> 
>ldif_record() = 32
>
>i read the documentation, which was talking about not having the entrie
>"dc=gov,dc=br". I don't understand this because the entrie exists in my
>base.ldif file. 
>
>And when i run :  ldapsearch -b 'dc=gov,dc=br' -s base '(objectclass=*)' -x
>
>i got:
> 
>version: 2
> 
>#
># filter: (objectclass=*)
># requesting: ALL
>#
> 
># search result
>search: 2
>result: 32 No such object
> 
># numResponses: 1
>
>please help me , 
>
>I will be very grateful!!!!!! 
>
>
>
>---------- Original Message -----------
>From: "Kurt D. Zeilenga" <Kurt@OpenLDAP.org>
>To: "Victor Souza Menezes" <victor@tre-pb.gov.br>
>Cc: openldap-software@OpenLDAP.org
>Sent: Thu, 29 Apr 2004 18:39:24 -0700
>Subject: Re: ldapadd problem
>
>> At 03:53 PM 4/29/2004, Victor Souza Menezes wrote:
>> >Hi all,
>> >I hope you can help me:
>> >
>> >when i run ldapadd -x -D "cn=root,dc=tre-pb3,dc=gov,dc=br" -W -f hosts.ldif
>> >and put the correct password i receive the message:
>> >
>> >adding new entry "cn=localhost.localdomain,ou=Hosts,dc=tre-pb3,dc=gov,dc=br"
>> >ldap_add: Operations error
>> 
>> See http://www.openldap.org/faq/index.cgi?file=747
>> 
>> >
>> >ldif_record() = 1
>> >
>> >aslo when i run:
>> >ldapadd -x -D "cn=root,dc=tre-pb3,dc=gov,dc=br" -W -f base.ldif
>> >
>> >i receive this message:
>> >adding new entry "dc=gov,dc=br"
>> >ldap_add: No such object
>> 
>> See http://www.openldap.org/faq/index.cgi?file=157
>> 
>> >
>> >ldif_record() = 32
>> >
>> >
>> >my question is : this is an error or just a warning???
>> >the database is being populated??
>> 
>> error, no.
>------- End of Original Message -------