swirl
Guide to OmniMark 9   OmniMark home
docs home 
IndexConceptsTasksSyntaxLibrariesLegacy LibrariesErrors
 
    Other Library Functions  
function  

ldap.rename-entry

 
 

Library: LDAP support (OMLDAP)
Import: omldap.xmd

Declaration

define external function ldap.rename-entry
       in    value ldap.connection  connection
       from  value string           distinct-name
       to    value string           new-name

Argument definitions

connection
A connection to an LDAP server.
distinct-name
The current distinct name of the entry.
new-name
The new distinct name of the entry.


Purpose

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"'

      Other Library Functions
 
 

Top [ INDEX ] [ CONCEPTS ] [ TASKS ] [ SYNTAX ] [ LIBRARIES ] [ LEGACY LIBRARIES ] [ ERRORS ]

OmniMark 9.1.0 Documentation Generated: September 2, 2010 at 1:38:10 pm
If you have any comments about this section of the documentation, please use this form.

Copyright © Stilo International plc, 1988-2010.