Skip to content
Snippets Groups Projects
Commit 8a6e9b06 authored by Adrian Lang's avatar Adrian Lang
Browse files

Add debug message for adLDAP class construction

parent 59cecab4
No related branches found
No related tags found
No related merge requests found
......@@ -260,6 +260,9 @@ class auth_ad extends auth_basic {
}
return true;
} catch (adLDAPException $e) {
if ($this->cnf['debug']) {
msg($e->getMessage(), -1);
}
$this->success = false;
$this->adldap = null;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment