diff --git a/webui/model/user/auth.php b/webui/model/user/auth.php index 4aa77e1..6797877 100644 --- a/webui/model/user/auth.php +++ b/webui/model/user/auth.php @@ -486,6 +486,9 @@ } } + else { + syslog(LOG_INFO, LDAP_HELPER_DN . " cannot bind to " . LDAP_HOST); + } return 0; }