@@ -113,7 +113,7 @@ |
||
| 113 | 113 | } |
| 114 | 114 | |
| 115 | 115 | if (!empty($hostname) && !empty($parameters['login'])) { |
| 116 | - $ldap = new LdapClient($hostname, $port, $ldapVersion, $ssl. $startTls); |
|
| 116 | + $ldap = new LdapClient($hostname, $port, $ldapVersion, $ssl . $startTls); |
|
| 117 | 117 | |
| 118 | 118 | $response = $this->ldapUserLookup($ldap, $settings, $parameters); |
| 119 | 119 | |