From 58cddd8905c9e21c35e634b26717449ae380ed02 Mon Sep 17 00:00:00 2001
From: "renater.salaun" <renater.salaun@047e039d-479c-447e-8a29-aa6bf4a09bab>
Date: Thu, 13 Nov 2014 12:45:05 +0000
Subject: [PATCH] Add a comment to tell that a researcher can't be
 distinguished from a teacher

git-svn-id: https://svn.geant.net/GEANT/edugain_testidp_account_manager/trunk@69 047e039d-479c-447e-8a29-aa6bf4a09bab
---
 templates/accountProfiles/researcher1.tt2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/accountProfiles/researcher1.tt2 b/templates/accountProfiles/researcher1.tt2
index c12800c..d2b5829 100644
--- a/templates/accountProfiles/researcher1.tt2
+++ b/templates/accountProfiles/researcher1.tt2
@@ -3,7 +3,7 @@
 
 [% SET account_profile = {
 	'type' => 'Researcher',
-	'comment' => 'No standard value for eduPersonAffiliation can be used to represent a researcher. In this example we set schacHomeOrganizationType to a value representing a research institute; but note that a researcher may belong to a university.',
+	'comment' => 'No standard value for eduPersonAffiliation can be used to represent a researcher. Therefore you can't differenciate a teacher from a researcher.',
   	'uid' => "${account_id}",
 	'eduPersonAffiliation' => ['member', 'faculty'],
 	'eduPersonScopedAffiliation' => ["member@${conf.idp_scope}", "faculty@${conf.idp_scope}"],
-- 
GitLab