mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
* Univention: make birthday of users available in addressbook (univentionPerson.univentionBirthday attribute)
This commit is contained in:
parent
4b342db97e
commit
c2714a6813
@ -23,9 +23,14 @@ class Univention extends Ldap
|
||||
{
|
||||
function __construct($ldap_config = null, $ds = null)
|
||||
{
|
||||
$this->schema2egw['univentionmail'] = array(
|
||||
'email' => Accounts\Univention::MAIL_ATTR,
|
||||
);
|
||||
$this->schema2egw += [
|
||||
'univentionmail' => [
|
||||
'email' => Accounts\Univention::MAIL_ATTR,
|
||||
],
|
||||
'univentionperson' => [
|
||||
'bday' => 'univentionbirthday',
|
||||
],
|
||||
];
|
||||
parent::__construct($ldap_config, $ds);
|
||||
}
|
||||
|
||||
@ -42,4 +47,4 @@ class Univention extends Ldap
|
||||
|
||||
return parent::save($keys);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user