mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
* ActiveDirectory: use AD attributes personalTitle as prefix, middleName as such and generationalQualifier as suffix
This commit is contained in:
parent
d4ecde3ce9
commit
296251f8b2
@ -166,8 +166,11 @@ class Ldap
|
||||
),
|
||||
'organizantionalperson' => [ // ActiveDirectory
|
||||
'n_fn' => 'displayname', // to leave CN as part of DN untouched
|
||||
'n_prefix' => 'personaltitle',
|
||||
'n_given' => 'givenname',
|
||||
'n_middle' => 'middlename',
|
||||
'n_family' => 'sn',
|
||||
'n_suffix' => 'generationqualifier',
|
||||
//'sound' => 'audio',
|
||||
'note' => 'description',
|
||||
'url' => 'url',
|
||||
|
Loading…
Reference in New Issue
Block a user