|
|||||
|
||||||
Other Library Functions |
function |
ldap.rename-entry |
Library: Interfaces, LDAP support (OMLDAP)
Import: omldap.xmd |
define external function ldap.rename-entry in value ldap.connection connection from value stream distinct-name to value stream new-name
Argument definitions
This function renames an entry name on an LDAP server.
Example:
import "omldap.xmd" prefixed by ldap. process local ldap.connection my-ldap set my-ldap to ldap.open 'www.stilo.com' ldap.rename-entry in my-ldap from 'cn="Margaretha Geertruida Zelle" o="SpyCenter"' to 'cn="Mata Hari"'