Unable to delete a ldap entry
Hello,
I'm working on OID 11.1.1.9.0 and I want to perform some tests with ldap commands on my directory but I'm unable to find the right syntax to delete an entry running ldapdelete command.
I selected a test entry using ldap search command:
ldapsearch -h host -p 389 -D "cn=orcladmin" -w pwd -L -s sub -b "cn=OracleContext,dc=mycountry,dc=mycompany,dc=mycountrycode" "cn=MNT02C_PRD"
dn: cn=MNT02C_PRD, cn=OracleContext,dc=mycountry,dc=mycompany,dc=mycountrycode
cn: MNT02C_PRD
orclservicetype: PRD
orclnetdescstring: (DESCRIPTION=(ADDRESS=(PROTOCOL= TCP)(************))
orclsid: MNT02C
orclsystemname: ******
objectclass: top
objectclass: orclService
I tested the following command: