LDAP SCL Interface |
Deletes an entry in an LDAP directory.
_DELETE(entryName);
When invoked on an LDAPSERVICES instance, the _DELETE method deletes an entry from the LDAP directory, as shown in the following example:
dn = "cn=myhost.net.com,o=Alpine Airways,c=US"; rc = ds._DELETE(dn);
LDAP SCL Interface |