add logging to ntlm auth

Change-Id: If342d4368b54c97fb97f3dc101642120ebb8b8e0
Signed-off-by: SJ <sj@acts.hu>
This commit is contained in:
SJ 2016-11-26 11:50:51 +01:00
parent 1a68d37a36
commit 0322c1ce82

View File

@ -486,6 +486,9 @@ class ModelUserAuth extends Model {
}
}
else {
syslog(LOG_INFO, LDAP_HELPER_DN . " cannot bind to " . LDAP_HOST);
}
return 0;
}