From 91de535e930b3add3e9fef7d6f1855f413f7dbd3 Mon Sep 17 00:00:00 2001
From: "renater.salaun" <renater.salaun@047e039d-479c-447e-8a29-aa6bf4a09bab>
Date: Fri, 7 Nov 2014 15:50:44 +0000
Subject: [PATCH] Proposed by Lukas : Use
 urn:schac:homeOrganizationType:int:other for organizationType

git-svn-id: https://svn.geant.net/GEANT/edugain_testidp_account_manager/trunk@68 047e039d-479c-447e-8a29-aa6bf4a09bab
---
 templates/accountProfiles/alumni1.tt2        | 2 +-
 templates/accountProfiles/employee1.tt2      | 2 +-
 templates/accountProfiles/librarywalkin1.tt2 | 2 +-
 templates/accountProfiles/researcher1.tt2    | 2 +-
 templates/accountProfiles/student1.tt2       | 2 +-
 templates/accountProfiles/student2.tt2       | 2 +-
 templates/accountProfiles/teacher1.tt2       | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/templates/accountProfiles/alumni1.tt2 b/templates/accountProfiles/alumni1.tt2
index dd55654..eba7e28 100644
--- a/templates/accountProfiles/alumni1.tt2
+++ b/templates/accountProfiles/alumni1.tt2
@@ -13,6 +13,6 @@
         'eduPersonPrincipalName' =>"${account_id}@${conf.idp_scope}",
         'eduPersonTargetedID' =>"${conf.idp_entityid}!${account_sp_entityid}!X622UR2A7PG1uVhATobBOrMz+Ys=",
         'schacHomeOrganization' => "${conf.idp_scope}",
-        'schacHomeOrganizationType' => 'urn:schac:homeOrganizationType:int:university',
+        'schacHomeOrganizationType' => 'urn:schac:homeOrganizationType:int:other',
 } %]
 
diff --git a/templates/accountProfiles/employee1.tt2 b/templates/accountProfiles/employee1.tt2
index e2dfa9e..cc0628d 100644
--- a/templates/accountProfiles/employee1.tt2
+++ b/templates/accountProfiles/employee1.tt2
@@ -13,6 +13,6 @@
         'eduPersonPrincipalName' =>"${account_id}@${conf.idp_scope}",
         'eduPersonTargetedID' =>"${conf.idp_entityid}!${account_sp_entityid}!X622UR2A7PG1uVhATobBOrMz+Ys=",
         'schacHomeOrganization' => "${conf.idp_scope}",
-        'schacHomeOrganizationType' => 'urn:schac:homeOrganizationType:int:university',
+        'schacHomeOrganizationType' => 'urn:schac:homeOrganizationType:int:other',
 } %]
 
diff --git a/templates/accountProfiles/librarywalkin1.tt2 b/templates/accountProfiles/librarywalkin1.tt2
index 9407e74..c2c721e 100644
--- a/templates/accountProfiles/librarywalkin1.tt2
+++ b/templates/accountProfiles/librarywalkin1.tt2
@@ -13,7 +13,7 @@
         'eduPersonPrincipalName' =>"${account_id}@${conf.idp_scope}",
         'eduPersonTargetedID' =>"${conf.idp_entityid}!${account_sp_entityid}!X622UR2A7PG1uVhATobBOrMz+Ys=",
         'schacHomeOrganization' => "${conf.idp_scope}",
-        'schacHomeOrganizationType' => 'urn:schac:homeOrganizationType:int:university',
+        'schacHomeOrganizationType' => 'urn:schac:homeOrganizationType:int:other',
 	'eduPersonEntitlement' => 'urn:mace:dir:entitlement:common-lib-terms',
 } %]
 
diff --git a/templates/accountProfiles/researcher1.tt2 b/templates/accountProfiles/researcher1.tt2
index 6b2c2ee..c12800c 100644
--- a/templates/accountProfiles/researcher1.tt2
+++ b/templates/accountProfiles/researcher1.tt2
@@ -13,7 +13,7 @@
         'eduPersonPrincipalName' =>"${account_id}@${conf.idp_scope}",
         'eduPersonTargetedID' =>"${conf.idp_entityid}!${account_sp_entityid}!X622UR2A7PG1uVhATobBOrMz+Ys=",
         'schacHomeOrganization' => "${conf.idp_scope}",
-        'schacHomeOrganizationType' => 'urn:schac:homeOrganizationType:int:public-research-institution',
+        'schacHomeOrganizationType' => 'urn:schac:homeOrganizationType:int:other',
 } %]
 
 
diff --git a/templates/accountProfiles/student1.tt2 b/templates/accountProfiles/student1.tt2
index ffd2b0d..cf4dd8b 100644
--- a/templates/accountProfiles/student1.tt2
+++ b/templates/accountProfiles/student1.tt2
@@ -13,6 +13,6 @@
         'eduPersonPrincipalName' =>"${account_id}@${conf.idp_scope}",
         'eduPersonTargetedID' =>"${conf.idp_entityid}!${account_sp_entityid}!X622UR2A7PG1uVhATobBOrMz+Ys=",
         'schacHomeOrganization' => "${conf.idp_scope}",
-        'schacHomeOrganizationType' => 'urn:schac:homeOrganizationType:int:university',
+        'schacHomeOrganizationType' => 'urn:schac:homeOrganizationType:int:other',
 } %]
 
diff --git a/templates/accountProfiles/student2.tt2 b/templates/accountProfiles/student2.tt2
index fe96661..a9f9a45 100644
--- a/templates/accountProfiles/student2.tt2
+++ b/templates/accountProfiles/student2.tt2
@@ -13,6 +13,6 @@
         'eduPersonPrincipalName' =>"${account_id}@${conf.idp_scope}",
         'eduPersonTargetedID' =>"${conf.idp_entityid}!${account_sp_entityid}!X622UR2A7PG1uVhATobBOrMz+Ys=",
         'schacHomeOrganization' => "${conf.idp_scope}",
-        'schacHomeOrganizationType' => 'urn:schac:homeOrganizationType:int:university',
+        'schacHomeOrganizationType' => 'urn:schac:homeOrganizationType:int:other',
 } %]
 
diff --git a/templates/accountProfiles/teacher1.tt2 b/templates/accountProfiles/teacher1.tt2
index 6e5e6a1..9719a86 100644
--- a/templates/accountProfiles/teacher1.tt2
+++ b/templates/accountProfiles/teacher1.tt2
@@ -13,7 +13,7 @@
         'eduPersonPrincipalName' =>"${account_id}@${conf.idp_scope}",
         'eduPersonTargetedID' =>"${conf.idp_entityid}!${account_sp_entityid}!X622UR2A7PG1uVhATobBOrMz+Ys=",
         'schacHomeOrganization' => "${conf.idp_scope}",
-        'schacHomeOrganizationType' => 'urn:schac:homeOrganizationType:int:university',
+        'schacHomeOrganizationType' => 'urn:schac:homeOrganizationType:int:other',
 } %]
 
 
-- 
GitLab