|  | 
 | ||||
|        | |||||
|  | ||||||
| Other Library Functions | ||||||
| function | ldap.close | 
| Library: LDAP support (OMLDAP) Import: omldap.xmd | 
define external function ldap.close
     value  ldap.connection connection
Argument definitions
The ldap.close 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:
  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
| Other Library Functions | 
Copyright © Stilo International plc, 1988-2010.