Example: mldap_logoff

In the following example, the mldap_logoff function logs out from the LDAP server.

// Logon to the LDAP server
mldap_logon( "Login", "URL=ldap://johnsmith:tiger@ldap1:80", LAST );
// Logout from the LDAP server
mldap_logoff();