mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 09:14:08 +02:00
Better error message in LDAP connection capability test
This commit is contained in:
parent
14ff354a76
commit
2288751aaf
@ -410,7 +410,9 @@ class Connection
|
||||
if (! $result) {
|
||||
throw new Exception(
|
||||
sprintf(
|
||||
'Capability query failed: %s',
|
||||
'Capability query failed (%s:%d): %s',
|
||||
$this->hostname,
|
||||
$this->port,
|
||||
ldap_error($ds)
|
||||
)
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user