function
Library: LDAP support (OMLDAP)
Import : omldap.xmd |
define external function ldap.rename-entry in value ldap.connection connection from value string distinct-name to value string new-name
Argument definitions
This function renames an entry name on an LDAP server.
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"'