mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
remove 2nd @ in error-message
This commit is contained in:
parent
57be82de46
commit
f09ae2b6d1
@ -1467,7 +1467,7 @@ class adLDAP extends \adLDAP
|
||||
public function getLastError()
|
||||
{
|
||||
$url = $this->useTLS ? 'ldaps://' : 'ldap://';
|
||||
if (!empty($this->adminUsername)) $url .= $this->adminUsername.'@'.$this->accountSuffix.'@';
|
||||
if (!empty($this->adminUsername)) $url .= $this->adminUsername.$this->accountSuffix.'@';
|
||||
$url .= implode(',', $this->domainControllers);
|
||||
if (!empty($this->adPort)) $url .= ':'.$this->adPort;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user