|  | 
 | ||||
|        | |||||
|  | ||||||
| Other Library Functions | ||||||
| function | ldapClose | 
| Library: LDAP support (OMLDAP legacy) Include: omldap.xin | 
define external function ldapClose
     value  ldapConnection connection
Argument definitions
The ldapClose function closes a connection to an LDAP server and releases the connection's resources.
In this example, a connection to an LDAP server is opened and then immediately terminated:
          include "omldap.xin"
  
          process
             local ldapConnection my-ldap
  	   ...
             set my-ldap to ldapOpen "www.omnimark.com"
             ldapClose my-ldap
| Other Library Functions | 
Copyright © Stilo International plc, 1988-2008.