-
renater.salaun authored
git-svn-id: https://svn.geant.net/GEANT/edugain_testidp_account_manager/trunk@65 047e039d-479c-447e-8a29-aa6bf4a09bab
renater.salaun authoredgit-svn-id: https://svn.geant.net/GEANT/edugain_testidp_account_manager/trunk@65 047e039d-479c-447e-8a29-aa6bf4a09bab
alumni1.tt2 703 B
[% account_sp_entityid = account.get('sp_entityid') %]
[% account_id = account.get('id') %]
[% SET account_profile = {
'uid' => "${account_id}",
'eduPersonAffiliation' => ['alum'],
'eduPersonScopedAffiliation' => ["alum@${conf.idp_scope}"],
'displayName' => 'Ruby Anderson',
'cn' => 'Ruby Anderson',
'mail' => "ruby.anderson@${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:university',
} %]