mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:37:02 +02:00
add logging to ntlm auth
Change-Id: If342d4368b54c97fb97f3dc101642120ebb8b8e0 Signed-off-by: SJ <sj@acts.hu>
This commit is contained in:
@ -486,6 +486,9 @@ class ModelUserAuth extends Model {
|
||||
}
|
||||
|
||||
}
|
||||
else {
|
||||
syslog(LOG_INFO, LDAP_HELPER_DN . " cannot bind to " . LDAP_HOST);
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user