forked from extern/egroupware
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->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'];
|
||||
|
||||
if ($ds)
|
||||
|
Loading…
Reference in New Issue
Block a user