Directory Services
LDAPS_DELETEDeletes an entry from an LDAP directory. SyntaxCALL LDAPS_DELETE(lHandle, entryName, rc);
ExampleThe following example deletes an entry from an LDAP directory. dn = "cn=alpair02.unx.com,o=Alphalite Airways,c=US"; rc=0; call ldaps_delete(lHandle, entryName, rc); |