mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
parent
403c2d3495
commit
9b1f49413d
@ -1192,7 +1192,7 @@ class LdapConnection implements Selectable, Inspectable
|
|||||||
|
|
||||||
$hostname = implode(' ', $ldapUrls);
|
$hostname = implode(' ', $ldapUrls);
|
||||||
} else {
|
} else {
|
||||||
$hostname = 'ldaps://' . $hostname;
|
$hostname = 'ldaps://' . $hostname . ':' . $this->port;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user