From df306c06ae77297c513de664db9315951ccc8a51 Mon Sep 17 00:00:00 2001 From: "renater.salaun" <renater.salaun@047e039d-479c-447e-8a29-aa6bf4a09bab> Date: Thu, 11 Dec 2014 09:24:17 +0000 Subject: [PATCH] Remove hard-coded eduPersonTargetedID Now automatically generated by simpleSAMLphp git-svn-id: https://svn.geant.net/GEANT/edugain_testidp_account_manager/trunk@72 047e039d-479c-447e-8a29-aa6bf4a09bab --- templates/accountProfiles/alumni1.tt2 | 1 - templates/accountProfiles/employee1.tt2 | 1 - templates/accountProfiles/librarywalkin1.tt2 | 1 - templates/accountProfiles/student1.tt2 | 1 - templates/accountProfiles/student2.tt2 | 1 - templates/accountProfiles/teacher1.tt2 | 1 - 6 files changed, 6 deletions(-) diff --git a/templates/accountProfiles/alumni1.tt2 b/templates/accountProfiles/alumni1.tt2 index eba7e28..ee83492 100644 --- a/templates/accountProfiles/alumni1.tt2 +++ b/templates/accountProfiles/alumni1.tt2 @@ -11,7 +11,6 @@ 'cn' => 'Åsold Wahlstrøm', 'mail' => "asold.wahlstrom@${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/employee1.tt2 b/templates/accountProfiles/employee1.tt2 index cc0628d..640a45d 100644 --- a/templates/accountProfiles/employee1.tt2 +++ b/templates/accountProfiles/employee1.tt2 @@ -11,7 +11,6 @@ 'cn' => 'Linnéa Hsu', 'mail' => "linnea.hsu@${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/librarywalkin1.tt2 b/templates/accountProfiles/librarywalkin1.tt2 index c2c721e..7299dc6 100644 --- a/templates/accountProfiles/librarywalkin1.tt2 +++ b/templates/accountProfiles/librarywalkin1.tt2 @@ -11,7 +11,6 @@ 'cn' => 'Ramón Núñez', 'mail' => "ramon.nunez@${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', 'eduPersonEntitlement' => 'urn:mace:dir:entitlement:common-lib-terms', diff --git a/templates/accountProfiles/student1.tt2 b/templates/accountProfiles/student1.tt2 index cf4dd8b..c8a0c26 100644 --- a/templates/accountProfiles/student1.tt2 +++ b/templates/accountProfiles/student1.tt2 @@ -11,7 +11,6 @@ 'cn' => 'Ciarán MacCárthaigh', 'mail' => "ciaran.maccarthaigh@${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/student2.tt2 b/templates/accountProfiles/student2.tt2 index a9f9a45..50c35b9 100644 --- a/templates/accountProfiles/student2.tt2 +++ b/templates/accountProfiles/student2.tt2 @@ -11,7 +11,6 @@ 'cn' => 'Damiën Kuijper', 'mail' => "damien.kuijper@${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/teacher1.tt2 b/templates/accountProfiles/teacher1.tt2 index 9719a86..9c8ff94 100644 --- a/templates/accountProfiles/teacher1.tt2 +++ b/templates/accountProfiles/teacher1.tt2 @@ -11,7 +11,6 @@ 'cn' => 'Peter Müller', 'mail' => "peter.muller@${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', } %] -- GitLab