mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 12:51:52 +02: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()
|
public function getLastError()
|
||||||
{
|
{
|
||||||
$url = $this->useTLS ? 'ldaps://' : 'ldap://';
|
$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);
|
$url .= implode(',', $this->domainControllers);
|
||||||
if (!empty($this->adPort)) $url .= ':'.$this->adPort;
|
if (!empty($this->adPort)) $url .= ':'.$this->adPort;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user