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

Re: Can't add an OU



Hello Steve,

You won't be able to add ou=People under o=RevealNetworkSolutions unless the
later entry exists first. I see that you've added an entry with that
organization name in the org.ldif, but that would only work if your orgunit
was named ou=People,dc=cti-pet,dc=com or if you renamed your DN in org.ldif
to o=RevealnetworkSolutions.

Clayton

-- 
Clayton Donley
Octet String, Inc.
Email: clayton.donley@octetstring.com

Author: LDAP Programming, Management, and Integration
http://www.manning.com/donley/



On 3/3/03 8:11 PM, "Steve.Lewis@ctimi.com" <Steve.Lewis@ctimi.com> wrote:

> 
> Here's my org.ldif:
> 
> dn: dc=cti-pet,dc=com
> objectclass: dcObject
> objectclass: organization
> o: RevealNetworkSolutions
> dc: revealnetworksolutions.com
> 
> Here's my orgUnit.ldif:
> 
> dn: ou=People, o=RevealNetworkSolutions
> objectclass: top
> objectclass: organizationalUnit
> ou: People
> 
> I'm getting this output:
> 
> adding new entry "ou=People, o=RevealNetworkSolutions"
> ldapadd: update failed: ou=People, o=RevealNetworkSolutions
> ldap_add: No such object (32)
> 
> I'm not sure what I'm doing wrong, I've been looking at the docs, and the
> Netscape Java-LDAP book as well.  I know Netscape & OpenLDAP aren't the
> same, but this seems pretty basic.
> 
> Steve
> --
>                  
> NOTICE:  This e-mail message and all attachments transmitted with it may
> contain legally privileged and confidential information intended solely
> for the use of the addressee.  If the reader of this message is not the
> intended recipient, you are hereby notified that any reading,
> dissemination, distribution, copying, or other use of this message or
> its attachments, hyperlinks, or any other files of any kind is strictly
> prohibited.  If you have received this message in error, please notify
> the sender immediately by telephone (865-218-2000) or by a reply to this
> electronic mail message and delete this message and all copies and
> backups thereof. 
>                  
> 
> 
> 
>