Define some default config values
This commit is contained in:
parent
ab9c3db43a
commit
bf028bb53f
1 changed files with 2 additions and 2 deletions
|
@ -224,9 +224,9 @@ class kolab_delegation_engine
|
|||
}
|
||||
|
||||
// Default filter of LDAP queries
|
||||
$this->ldap_filter = $this->rc->config->get('kolab_delegation_filter');
|
||||
$this->ldap_filter = $this->rc->config->get('kolab_delegation_filter', '(objectClass=kolabInetOrgPerson)');
|
||||
// Name of the LDAP field for delegates list
|
||||
$this->ldap_delegate_field = $this->rc->config->get('kolab_delegation_delegate_field');
|
||||
$this->ldap_delegate_field = $this->rc->config->get('kolab_delegation_delegate_field', 'kolabDelegate');
|
||||
// Encoded LDAP DN of current user, set on login by kolab_auth plugin
|
||||
$this->ldap_dn = $_SESSION['kolab_dn'];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue