Skip to content
Snippets Groups Projects
Commit df306c06 authored by renater.salaun's avatar renater.salaun
Browse files

Remove hard-coded eduPersonTargetedID

Now automatically generated by simpleSAMLphp


git-svn-id: https://svn.geant.net/GEANT/edugain_testidp_account_manager/trunk@72 047e039d-479c-447e-8a29-aa6bf4a09bab
parent a10c17c7
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,6 @@
'cn' => 'Åsold Wahlstrøm',
'mail' => "asold.wahlstrom@${conf.idp_scope}",
'eduPersonPrincipalName' =>"${account_id}@${conf.idp_scope}",
'eduPersonTargetedID' =>"${conf.idp_entityid}!${account_sp_entityid}!X622UR2A7PG1uVhATobBOrMz+Ys=",
'schacHomeOrganization' => "${conf.idp_scope}",
'schacHomeOrganizationType' => 'urn:schac:homeOrganizationType:int:other',
} %]
......
......@@ -11,7 +11,6 @@
'cn' => 'Linnéa Hsu',
'mail' => "linnea.hsu@${conf.idp_scope}",
'eduPersonPrincipalName' =>"${account_id}@${conf.idp_scope}",
'eduPersonTargetedID' =>"${conf.idp_entityid}!${account_sp_entityid}!X622UR2A7PG1uVhATobBOrMz+Ys=",
'schacHomeOrganization' => "${conf.idp_scope}",
'schacHomeOrganizationType' => 'urn:schac:homeOrganizationType:int:other',
} %]
......
......@@ -11,7 +11,6 @@
'cn' => 'Ramón Núñez',
'mail' => "ramon.nunez@${conf.idp_scope}",
'eduPersonPrincipalName' =>"${account_id}@${conf.idp_scope}",
'eduPersonTargetedID' =>"${conf.idp_entityid}!${account_sp_entityid}!X622UR2A7PG1uVhATobBOrMz+Ys=",
'schacHomeOrganization' => "${conf.idp_scope}",
'schacHomeOrganizationType' => 'urn:schac:homeOrganizationType:int:other',
'eduPersonEntitlement' => 'urn:mace:dir:entitlement:common-lib-terms',
......
......@@ -11,7 +11,6 @@
'cn' => 'Ciarán MacCárthaigh',
'mail' => "ciaran.maccarthaigh@${conf.idp_scope}",
'eduPersonPrincipalName' =>"${account_id}@${conf.idp_scope}",
'eduPersonTargetedID' =>"${conf.idp_entityid}!${account_sp_entityid}!X622UR2A7PG1uVhATobBOrMz+Ys=",
'schacHomeOrganization' => "${conf.idp_scope}",
'schacHomeOrganizationType' => 'urn:schac:homeOrganizationType:int:other',
} %]
......
......@@ -11,7 +11,6 @@
'cn' => 'Damiën Kuijper',
'mail' => "damien.kuijper@${conf.idp_scope}",
'eduPersonPrincipalName' =>"${account_id}@${conf.idp_scope}",
'eduPersonTargetedID' =>"${conf.idp_entityid}!${account_sp_entityid}!X622UR2A7PG1uVhATobBOrMz+Ys=",
'schacHomeOrganization' => "${conf.idp_scope}",
'schacHomeOrganizationType' => 'urn:schac:homeOrganizationType:int:other',
} %]
......
......@@ -11,7 +11,6 @@
'cn' => 'Peter Müller',
'mail' => "peter.muller@${conf.idp_scope}",
'eduPersonPrincipalName' =>"${account_id}@${conf.idp_scope}",
'eduPersonTargetedID' =>"${conf.idp_entityid}!${account_sp_entityid}!X622UR2A7PG1uVhATobBOrMz+Ys=",
'schacHomeOrganization' => "${conf.idp_scope}",
'schacHomeOrganizationType' => 'urn:schac:homeOrganizationType:int:other',
} %]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment