
BBjLDAPConnection::close
Description
In BBj 11.0 and higher, this method closes and unbinds a connection to the LDAP server.
Syntax
Return Value |
Method |
void |
close() |
Parameters
None.
Return Value
None.
Remarks
None.
Example
REM ' close sample host$ = "localhost" port = 10389 authDN$ = "uid=admin,ou=system" pwd$ = "secret" ldapCon! = BBjAPI().getLDAPConnection(host$, port, authDN$, pwd$) ldapCon!.close() REM ' close sample host$ = "localhost" port = 10389 authDN$ = "uid=admin,ou=system" pwd$ = "secret" ldapCon! = BBjAPI().getLDAPConnection(host$, port, authDN$, pwd$) ldapCon!.close() |
See Also
BBjLDAPSearchResult
BBj Object Diagram for an illustration of the relationship between BBjObjects