From e8e78357e82d8f39c42c291d4306a9d2c0e6bb96 Mon Sep 17 00:00:00 2001
From: "renater.salaun" <renater.salaun@047e039d-479c-447e-8a29-aa6bf4a09bab>
Date: Mon, 4 May 2015 14:34:49 +0000
Subject: [PATCH] Added a prefix ' - eduGAIN Access Check account' to the cn
 and displayName

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

diff --git a/templates/accountProfiles/alumni1.tt2 b/templates/accountProfiles/alumni1.tt2
index 3fc2844..7ca5621 100644
--- a/templates/accountProfiles/alumni1.tt2
+++ b/templates/accountProfiles/alumni1.tt2
@@ -7,8 +7,8 @@
   	'internal_uid' => "user${account_id}",
 	'eduPersonAffiliation' => ['alum'],
 	'eduPersonScopedAffiliation' => ["alum@${conf.idp_scope}"],
-        'displayName' => 'Åsold Wahlstrøm',
-        'cn' => 'Åsold Wahlstrøm',
+        'displayName' => 'Åsold Wahlstrøm - eduGAIN Access Check account',
+        'cn' => 'Åsold Wahlstrøm - eduGAIN Access Check account',
         'mail' => "asold.wahlstrom@${conf.idp_scope}",
         'eduPersonPrincipalName' =>"${account_id}@${conf.idp_scope}",
         'schacHomeOrganization' => "${conf.idp_scope}",
diff --git a/templates/accountProfiles/employee1.tt2 b/templates/accountProfiles/employee1.tt2
index 02d163e..d39b476 100644
--- a/templates/accountProfiles/employee1.tt2
+++ b/templates/accountProfiles/employee1.tt2
@@ -7,8 +7,8 @@
   	'internal_uid' => "user${account_id}",
 	'eduPersonAffiliation' => ['member','staff','employee'],
 	'eduPersonScopedAffiliation' => ["member@${conf.idp_scope}","staff@${conf.idp_scope}","employee@${conf.idp_scope}"],
-        'displayName' => 'Linnéa Hsu',
-        'cn' => 'Linnéa Hsu',
+        'displayName' => 'Linnéa Hsu - eduGAIN Access Check account',
+        'cn' => 'Linnéa Hsu - eduGAIN Access Check account',
         'mail' => "linnea.hsu@${conf.idp_scope}",
         'eduPersonPrincipalName' =>"${account_id}@${conf.idp_scope}",
         'schacHomeOrganization' => "${conf.idp_scope}",
diff --git a/templates/accountProfiles/generic1.tt2 b/templates/accountProfiles/generic1.tt2
index 6b72630..6a5712b 100644
--- a/templates/accountProfiles/generic1.tt2
+++ b/templates/accountProfiles/generic1.tt2
@@ -5,7 +5,7 @@
 	'type' => 'Generic',
 	'comment' => 'This account provides a limited set of user attributes (eduPersonPrincipalName, mail and displayName).',
   	'internal_uid' => "user${account_id}",
-        'displayName' => '山崎 弘子樫野 陽子',
+        'displayName' => '山崎 弘子樫野 陽子 - eduGAIN Access Check account',
         'mail' => "forearartian@${conf.idp_scope}",
         'eduPersonPrincipalName' =>"${account_id}@${conf.idp_scope}",
 } %]
diff --git a/templates/accountProfiles/librarywalkin1.tt2 b/templates/accountProfiles/librarywalkin1.tt2
index 20ba7e4..8da2788 100644
--- a/templates/accountProfiles/librarywalkin1.tt2
+++ b/templates/accountProfiles/librarywalkin1.tt2
@@ -7,8 +7,8 @@
   	'internal_uid' => "user${account_id}",
 	'eduPersonAffiliation' => ['library-walk-in'],
 	'eduPersonScopedAffiliation' => ["library-walk-in@${conf.idp_scope}"],
-        'displayName' => 'Ramón Núñez',
-        'cn' => 'Ramón Núñez',
+        'displayName' => 'Ramón Núñez - eduGAIN Access Check account',
+        'cn' => 'Ramón Núñez - eduGAIN Access Check account',
         'mail' => "ramon.nunez@${conf.idp_scope}",
         'eduPersonPrincipalName' =>"${account_id}@${conf.idp_scope}",
         'schacHomeOrganization' => "${conf.idp_scope}",
diff --git a/templates/accountProfiles/researcher1.tt2 b/templates/accountProfiles/researcher1.tt2
index bad7083..1971535 100644
--- a/templates/accountProfiles/researcher1.tt2
+++ b/templates/accountProfiles/researcher1.tt2
@@ -7,8 +7,8 @@
   	'internal_uid' => "user${account_id}",
 	'eduPersonAffiliation' => ['member', 'faculty'],
 	'eduPersonScopedAffiliation' => ["member@${conf.idp_scope}", "faculty@${conf.idp_scope}"],
-        'displayName' => 'Stéphane Larivière',
-        'cn' => 'Stéphane Larivière',
+        'displayName' => 'Stéphane Larivière - eduGAIN Access Check account',
+        'cn' => 'Stéphane Larivière - eduGAIN Access Check account',
         'mail' => "stephane.lariviere@${conf.idp_scope}",
         'eduPersonPrincipalName' =>"${account_id}@${conf.idp_scope}",
         'schacHomeOrganization' => "${conf.idp_scope}",
diff --git a/templates/accountProfiles/student1.tt2 b/templates/accountProfiles/student1.tt2
index d6d9843..a9bf528 100644
--- a/templates/accountProfiles/student1.tt2
+++ b/templates/accountProfiles/student1.tt2
@@ -7,8 +7,8 @@
   	'internal_uid' => "user${account_id}",
 	'eduPersonAffiliation' => ['member', 'student'],
 	'eduPersonScopedAffiliation' => ["member@${conf.idp_scope}","student@${conf.idp_scope}"],
-        'displayName' => 'Ciarán MacCárthaigh',
-        'cn' => 'Ciarán MacCárthaigh',
+        'displayName' => 'Ciarán MacCárthaigh - eduGAIN Access Check account',
+        'cn' => 'Ciarán MacCárthaigh - eduGAIN Access Check account',
         'mail' => "ciaran.maccarthaigh@${conf.idp_scope}",
         'eduPersonPrincipalName' =>"${account_id}@${conf.idp_scope}",
         'schacHomeOrganization' => "${conf.idp_scope}",
diff --git a/templates/accountProfiles/student2.tt2 b/templates/accountProfiles/student2.tt2
index 5dba581..b0fdc7d 100644
--- a/templates/accountProfiles/student2.tt2
+++ b/templates/accountProfiles/student2.tt2
@@ -7,8 +7,8 @@
   	'internal_uid' => "user${account_id}",
 	'eduPersonAffiliation' => ['member', 'student','faculty'],
 	'eduPersonScopedAffiliation' => ["member@${conf.idp_scope}","student@${conf.idp_scope}","faculty@${conf.idp_scope}"],
-        'displayName' => 'Damiën Kuijper',
-        'cn' => 'Damiën Kuijper',
+        'displayName' => 'Damiën Kuijper - eduGAIN Access Check account',
+        'cn' => 'Damiën Kuijper - eduGAIN Access Check account',
         'mail' => "damien.kuijper@${conf.idp_scope}",
         'eduPersonPrincipalName' =>"${account_id}@${conf.idp_scope}",
         'schacHomeOrganization' => "${conf.idp_scope}",
diff --git a/templates/accountProfiles/teacher1.tt2 b/templates/accountProfiles/teacher1.tt2
index f15db36..606d95a 100644
--- a/templates/accountProfiles/teacher1.tt2
+++ b/templates/accountProfiles/teacher1.tt2
@@ -7,8 +7,8 @@
   	'internal_uid' => "user${account_id}",
 	'eduPersonAffiliation' => ['member', 'faculty'],
 	'eduPersonScopedAffiliation' => ["member@${conf.idp_scope}", "faculty@${conf.idp_scope}"],
-        'displayName' => 'Peter Müller',
-        'cn' => 'Peter Müller',
+        'displayName' => 'Peter Müller - eduGAIN Access Check account',
+        'cn' => 'Peter Müller - eduGAIN Access Check account',
         'mail' => "peter.muller@${conf.idp_scope}",
         'eduPersonPrincipalName' =>"${account_id}@${conf.idp_scope}",
         'schacHomeOrganization' => "${conf.idp_scope}",
-- 
GitLab