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

ldap.delete-entry

 
 

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

Declaration

define function delete-entry
   from    value  connection   this-connection
   named   value  string       distinct-name

Argument definitions

this-connection
A connection to an LDAP server.
distinct-name
The distinct name of the entry to delete.


Purpose

This function removes an entry from 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.delete-entry from my-ldap
        named 'cn="Margaretha Geertruida Zelle" o="SpyCenter"'

      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.