allow eduPersonPrincipalName as RDN
This commit is contained in:
parent
5e813f3ad5
commit
7d5088f533
|
@ -72,6 +72,8 @@ class eduPerson extends baseModule {
|
|||
'eduPersonPrimaryAffiliation', 'eduPersonPrincipalName',
|
||||
'eduPersonEntitlement', 'eduPersonPrimaryOrgUnitDN',
|
||||
'eduPersonScopedAffiliation');
|
||||
// RDN attribute
|
||||
$return["RDN"] = array('eduPersonPrincipalName' => 'low');
|
||||
// help Entries
|
||||
$return['help'] = array(
|
||||
'primaryAffiliation' => array(
|
||||
|
|
Loading…
Reference in New Issue