diff --git a/templates/accountProfiles/researcher1.tt2 b/templates/accountProfiles/researcher1.tt2 index 861bf8fc1ab19fe6090269f86e3cc0c868df0219..58b045d2368ae5ac94e2cab207f0f23240a72d41 100644 --- a/templates/accountProfiles/researcher1.tt2 +++ b/templates/accountProfiles/researcher1.tt2 @@ -11,7 +11,6 @@ 'cn' => 'Stéphane Larivière', 'mail' => "stephane.lariviere@${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', } %] diff --git a/templates/accountProfiles/teacher2.tt2 b/templates/accountProfiles/teacher2.tt2 index 16c8e08caf8a2bf6d70d7e97720a75879e79d331..c65add17cda8012ebd0d87e9aed44498e8cd3591 100644 --- a/templates/accountProfiles/teacher2.tt2 +++ b/templates/accountProfiles/teacher2.tt2 @@ -5,7 +5,6 @@ 'type' => 'Teacher', 'comment' => 'This account provides a limited set of user attributes (eduPersonScopedAffiliation and eduPersonTargetedID).', 'eduPersonScopedAffiliation' => ["member@${conf.idp_scope}", "faculty@${conf.idp_scope}"], - 'eduPersonTargetedID' =>"${conf.idp_entityid}!${account_sp_entityid}!X622UR2A7PG1uVhATobBOrMz+Ys=", } %]