From bfa3a444c893300c4c1a3d3a7804fe6a244d351b Mon Sep 17 00:00:00 2001
From: "renater.salaun" <renater.salaun@047e039d-479c-447e-8a29-aa6bf4a09bab>
Date: Mon, 26 Jan 2015 09:32:57 +0000
Subject: [PATCH] Remove eduPersonTargetedID from account templates. This
 attribute is now automatically and dynamically generated by the IdP

git-svn-id: https://svn.geant.net/GEANT/edugain_testidp_account_manager/trunk@86 047e039d-479c-447e-8a29-aa6bf4a09bab
---
 templates/accountProfiles/researcher1.tt2 | 1 -
 templates/accountProfiles/teacher2.tt2    | 1 -
 2 files changed, 2 deletions(-)

diff --git a/templates/accountProfiles/researcher1.tt2 b/templates/accountProfiles/researcher1.tt2
index 861bf8f..58b045d 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 16c8e08..c65add1 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=",
 } %]
 
 
-- 
GitLab