Skip to content
Snippets Groups Projects
Commit e8e78357 authored by renater.salaun's avatar renater.salaun
Browse files

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
parent 2244c1fb
No related branches found
No related tags found
No related merge requests found
......@@ -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}",
......
......@@ -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}",
......
......@@ -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}",
} %]
......
......@@ -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}",
......
......@@ -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}",
......
......@@ -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}",
......
......@@ -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}",
......
......@@ -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}",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment