swirl
Guide to OmniMark 7   OmniMark home
docs home 
IndexConceptsTasksSyntaxLibrariesLegacy LibrariesErrors
 
 
 

ldap.connection

 

 

The ldap.connection OMX component allows you to perform actions on the entire LDAP instance by using the OMLDAP library functions.

You can open a connection to an LDAP instance with ldap.open. This example opens and closes a connection to an LDAP instance without doing anything:

  import "omldap.xmd" prefixed by ldap.

  process
     local ldap.connection my-ldap
     set my-ldap to ldap.open "www.stilo.com"
     ldap.close my-ldap

   
 

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

OmniMark 7.1.2 Documentation Generated: June 28, 2005 at 5:45:25 pm
If you have any comments about this section of the documentation, send email to [email protected]

Copyright © Stilo Corporation, 1988-2005.