mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-12 17:08:16 +01:00
remove 2nd @ in error-message
This commit is contained in:
parent
b1d75209db
commit
87b2725a87
@ -1558,7 +1558,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