mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
LdapRepository: Add a bunch of additional well known attribute names
This commit is contained in:
parent
e5f2174c1e
commit
e1aab183e3
@ -28,13 +28,18 @@ abstract class LdapRepository extends Repository
|
|||||||
* @var array
|
* @var array
|
||||||
*/
|
*/
|
||||||
protected $normedAttributes = array(
|
protected $normedAttributes = array(
|
||||||
'uid' => 'uid',
|
'uid' => 'uid',
|
||||||
'gid' => 'gid',
|
'gid' => 'gid',
|
||||||
'user' => 'user',
|
'user' => 'user',
|
||||||
'group' => 'group',
|
'group' => 'group',
|
||||||
'member' => 'member',
|
'member' => 'member',
|
||||||
'inetorgperson' => 'inetOrgPerson',
|
'memberuid' => 'memberUid',
|
||||||
'samaccountname' => 'sAMAccountName'
|
'posixgroup' => 'posixGroup',
|
||||||
|
'uniquemember' => 'uniqueMember',
|
||||||
|
'groupofnames' => 'groupOfNames',
|
||||||
|
'inetorgperson' => 'inetOrgPerson',
|
||||||
|
'samaccountname' => 'sAMAccountName',
|
||||||
|
'groupofuniquenames' => 'groupOfUniqueNames'
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user