mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 09:28:29 +01:00
remove echo of error-message of failed ldap connection, it scares users when flushing cache in setup
This commit is contained in:
parent
a8e6b4445e
commit
a211ea665d
@ -146,8 +146,6 @@ class ldap
|
|||||||
// give visible error, only if we cant connect to any ldap server
|
// give visible error, only if we cant connect to any ldap server
|
||||||
if ($this->exception_on_error) throw new egw_exception_no_permission("Can't connect/bind to LDAP server '$host' and dn='$dn'!");
|
if ($this->exception_on_error) throw new egw_exception_no_permission("Can't connect/bind to LDAP server '$host' and dn='$dn'!");
|
||||||
|
|
||||||
echo "<p><b>Error: Can't connect/bind to LDAP server '$host' and dn='$dn'!</b><br />".function_backtrace()."</p>\n";
|
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user