mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 17:38:19 +01:00
fixed typo causing no accounts to be displayed in accounts addressbook under ldap
This commit is contained in:
parent
8ebd18f33e
commit
94bf204388
@ -258,7 +258,7 @@ class addressbook_ldap
|
|||||||
}
|
}
|
||||||
$this->personalContactsDN = 'ou=personal,ou=contacts,'. $this->ldap_config['ldap_contact_context'];
|
$this->personalContactsDN = 'ou=personal,ou=contacts,'. $this->ldap_config['ldap_contact_context'];
|
||||||
$this->sharedContactsDN = 'ou=shared,ou=contacts,'. $this->ldap_config['ldap_contact_context'];
|
$this->sharedContactsDN = 'ou=shared,ou=contacts,'. $this->ldap_config['ldap_contact_context'];
|
||||||
$this->accountsContactsDN = $this->ldap_config['ldap_context'];
|
$this->accountContactsDN = $this->ldap_config['ldap_context'];
|
||||||
$this->allContactsDN = $this->ldap_config['ldap_contact_context'];
|
$this->allContactsDN = $this->ldap_config['ldap_contact_context'];
|
||||||
|
|
||||||
if ($ds)
|
if ($ds)
|
||||||
|
Loading…
Reference in New Issue
Block a user