Example: mldap_logoff_ex

In the following example, the mldap_logoff_ex function logs off from the LDAP server.

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