|  | 
 | ||||
|        | |||||
|  | ||||||
| Other Library Functions | ||||||
| function | ldapDeleteEntry | 
| Library: LDAP support (OMLDAP) legacy library Include: omldap.xin | 
define external function ldapDeleteEntry
         value string         distinct-name
    from value ldapConnection connection
Argument definitions
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
Copyright © Stilo International plc, 1988-2008.