Script functions reference > Script functions in alphabetical order > L > LdapDisconnect

LdapDisconnect
Syntax
LdapDisconnect(connName);
connName 
Description
Disconnects from the directory server. Call this function after all other LDAP script functions are run in order to disconnect from the directory server.
Returns
1
-1
Example
LdapDisconnect("con");
In this example, the connection con is disconnected from the directory server.
OpenText StreamServe 5.6 Updated: 2013-03-01