[% account_sp_entityid = account.sp_entityid() %]
[% account_id = account.id() %]

[% SET account_profile = {
	'type' => 'Teacher',
	'comment' => 'An active teacher has both "member" and "faculty" values set for eduPersonAffiliation.',
  	'internal_uid' => "user${account_id}",
	'eduPersonAffiliation' => ['member', 'faculty'],
	'eduPersonScopedAffiliation' => ["member@${conf.idp_scope}", "faculty@${conf.idp_scope}"],
        'displayName' => 'Peter Müller - eduGAIN Access Check account',
        'cn' => 'Peter Müller - eduGAIN Access Check account',
        'mail' => "peter.muller@${conf.idp_scope}",
        'eduPersonPrincipalName' =>"${account_id}@${conf.idp_scope}",
        'schacHomeOrganization' => "${conf.idp_scope}",
        'schacHomeOrganizationType' => 'urn:schac:homeOrganizationType:int:other',
} %]