ldapDeleteEntry

function

Library: LDAP support (OMLDAP legacy)
Include: omldap.xin

Declaration
define external function ldapDeleteEntry
         value string         distinct-name
    from value ldapConnection connection

Argument definitions

distinct-name
The distinct name of the entry to delete.
connection
A connection to an LDAP server.


Purpose

This function removes an entry from an LDAP server.

Example:

     include "omldap.xin"
  
     process
        local ldapConnection my-ldap
        ...
        ldapDeleteEntry "cn=Lalime,Department=HR,o=omnimark.com"
  	 from my-ldap