mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
LdapCapabilities: attempt authenticated bind while doing capabilities query
refs #4415
This commit is contained in:
parent
da950c8559
commit
86bcd0ba2e
@ -307,7 +307,7 @@ class LdapCapabilities
|
||||
*/
|
||||
public static function discoverCapabilities(LdapConnection $connection)
|
||||
{
|
||||
$ds = $connection->getConnection();
|
||||
$ds = $connection->bind()->getConnection();
|
||||
|
||||
$fields = array(
|
||||
'configurationNamingContext',
|
||||
|
Loading…
x
Reference in New Issue
Block a user