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

Adding a group



Below are my ldif files.  One organization, an organizationalUnit based of
of the org, and I'm trying to create a static group.  I got the group.ldif
from the Java-LDAP book from Netscape.  It seems like I have ou=People,
dc=cti-pet, dc=com already existing, so why am I getting ...

ldap_sasl_interactive_bind_s: No such object (32)  ?

Also, here's my search on dc=cti-pet,dc=com:

ou=People, dc=cti-pet, dc=com
        Attributes:
                objectClass
                        top
                        organizationalUnit
                ou
                        People

Thanks,
Steve


org.ldif:

dn: dc=cti-pet,dc=com
objectclass: dcObject
objectclass: organization
o: RevealNetworkSolutions
dc: revealnetworksolutions.com

orgUnit.ldif:

dn: ou=People, dc=cti-pet, dc=com
objectclass: top
objectclass: organizationalUnit
ou: People

group.ldif
dn: cn=static, ou=People, dc=cti-pet, dc=com
objectclass: top
objectclass: groupOfUniqueNames
cn: static
--
                                                                          
 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.