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

How to delete an entry



Hi,

I am following the Quick Start Quide to add an entry, but I am try to
detelet it and not working. Can you show me how.

This is how I added.


/usr/local/bin/ldapadd -x -D "cn=Manager,dc=clunet,dc=edu" -W -f
clunet.ldif ======================== This is my clunet.ldif
dn: dc=clunet,dc=edu
objectclass: dcObject
objectclass: organization
o: Clunet Education
dc: clunet

dn: cn=Manager,dc=clunet,dc=edu
objectclass: organizationalRole
cn: Manager
===========================I can search now.
[root@ldaps MigrationTools-44]# /usr/local/bin/ldapsearch -x -b
'dc=clunet,dc=ed u' '(objectclass=*)' # extended LDIF # # LDAPv3 # base
<dc=clunet,dc=edu> with scope sub # filter: (objectclass=*) #
requesting: ALL #

# clunet.edu
dn: dc=clunet,dc=edu
objectClass: dcObject
objectClass: organization
o: Clunet Education
dc: clunet

# Manager, clunet.edu
dn: cn=Manager,dc=clunet,dc=edu
objectClass: organizationalRole
cn: Manager

# search result
search: 2
result: 0 Success

# numResponses: 3
# numEntries: 2
=================================
 

ldapdelete -r -D "cn=Manager,dc=clunet,dc=edu" -W
Enter LDAP Password:
SASL/DIGEST-MD5 authentication started
ldap_sasl_interactive_bind_s: Internal (implementation specific) error
(80)
        additional info: SASL(-13): user not found: no secret in
database
[root@ldaps data]#

-----Original Message-----
From: Steve.Lewis@ctimi.com [mailto:Steve.Lewis@ctimi.com] 
Sent: Tuesday, May 20, 2003 8:44 AM
To: cody wang
Subject: RE: ldap_bind: Can't contact LDAP server (81)



Make sure you follow the quick start guide and add your domain
component. You may need to add "ou=Group" before "cn=root" Steve