mldap_logoff
Example: mldap_logoff | Listing Directory Vuser Functions (MLDAP) |
Performs a logout from an LDAP server.
int mldap_logoff( );
The mldap_logoff function performs a logout from an LDAP server.
This function is for use with global sessions. For multiple sessions, use the mldap_logoff_ex function, which allows you to specify a session identifier.
Return Values
If this function succeeds, it returns E_OK. Otherwise, it returns a negative value.
Parameterization
No parameterization is available for this function.