mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-25 17:40:11 +01:00
add logging to ntlm auth
Change-Id: If342d4368b54c97fb97f3dc101642120ebb8b8e0 Signed-off-by: SJ <sj@acts.hu>
This commit is contained in:
parent
1a68d37a36
commit
0322c1ce82
@ -486,6 +486,9 @@ class ModelUserAuth extends Model {
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
else {
|
||||||
|
syslog(LOG_INFO, LDAP_HELPER_DN . " cannot bind to " . LDAP_HOST);
|
||||||
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user