![]()  | 
 
  
  | 
||||
![]() ![]() ![]() ![]() ![]() ![]() ![]()  | 
    |||||
| 
 | 
||||||
| Other Library Functions | ||||||
| function | 
ldapDeleteEntry | 
| 
Library: LDAP support (OMLDAP) legacy library
 Include: omldap.xin  | 
  define external function ldapDeleteEntry
           value stream         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