|
||||||||||
|
|
||||||||||
| Other Library Functions | ||||||||||
| function | ldapDeleteEntry |
Available in:
Enterprise |
|
Library: omldap - LDAP support
Include: omldap.xin |
define external function ldapDeleteEntry
value stream distinct-name
from value ldapConnection connection
where
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
| ---- |