[% account_sp_entityid = account.sp_entityid() %] [% account_id = account.id() %] [% SET account_profile = { 'type' => 'Student', 'comment' => 'An active student has both "member" and "student" values set for eduPersonAffiliation.', 'internal_uid' => "user${account_id}", 'eduPersonAffiliation' => ['member', 'student'], 'eduPersonScopedAffiliation' => ["member@${conf.idp_scope}","student@${conf.idp_scope}"], 'displayName' => 'Ciarán MacCárthaigh - eduGAIN Access Check account', 'cn' => 'Ciarán MacCárthaigh - eduGAIN Access Check account', 'mail' => "ciaran.maccarthaigh@${conf.idp_scope}", 'eduPersonPrincipalName' =>"${account_id}@${conf.idp_scope}", 'schacHomeOrganization' => "${conf.idp_scope}", 'schacHomeOrganizationType' => 'urn:schac:homeOrganizationType:int:other', } %]