|
||||||||||
|
||||||||||
Other Library Functions |
function | ldapRenameEntry |
Available in:
Enterprise |
Library: omldap - LDAP support
Include: omldap.xin |
define external function ldapRenameEntry value ldapConnection connection from value stream distinct-name to value stream new-name
where
This function renames an entry name on an LDAP server.
Example:
include "omldap.xin" process local ldapConnection my-ldap local ldapAttribute my-entry variable ... ldapRenameEntry my-ldap from cn="Margaretha Geertruida Zelle" o="SpyCenter" to cn="Mata Hari"
---- |