Merge branch 'feature/logging_Service' into develop
# Conflicts: # app/Services/Ldap/LdapConnectionHelper.php
This commit is contained in:
commit
3c2c6d6c6f
@ -58,7 +58,7 @@ class LdapConnectionHelper
|
|||||||
|
|
||||||
// Verbindung zum LDAP/AD-Server herstellen.
|
// Verbindung zum LDAP/AD-Server herstellen.
|
||||||
// ldap_connect liefert entweder ein Verbindungs-Handle (Resource) oder false.
|
// ldap_connect liefert entweder ein Verbindungs-Handle (Resource) oder false.
|
||||||
$uri = $server . ':' . $port;
|
$uri = "ldap://".$server . ':' . $port;
|
||||||
$connection = ldap_connect($uri);
|
$connection = ldap_connect($uri);
|
||||||
|
|
||||||
// Wenn keine Verbindung aufgebaut werden konnte, Exception werfen.
|
// Wenn keine Verbindung aufgebaut werden konnte, Exception werfen.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user