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

Add 8bit characters to names, as suggested by Lukas

git-svn-id: https://svn.geant.net/GEANT/edugain_testidp_account_manager/trunk@66 047e039d-479c-447e-8a29-aa6bf4a09bab
parent ea950ef6
No related branches found
No related tags found
No related merge requests found
......@@ -5,9 +5,9 @@
'uid' => "${account_id}",
'eduPersonAffiliation' => ['alum'],
'eduPersonScopedAffiliation' => ["alum@${conf.idp_scope}"],
'displayName' => 'Ruby Anderson',
'cn' => 'Ruby Anderson',
'mail' => "ruby.anderson@${conf.idp_scope}",
'displayName' => 'Åsold Wahlstrøm',
'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}",
......
......@@ -5,9 +5,9 @@
'uid' => "${account_id}",
'eduPersonAffiliation' => ['member','staff','employee'],
'eduPersonScopedAffiliation' => ["member@${conf.idp_scope}","staff@${conf.idp_scope}","employee@${conf.idp_scope}"],
'displayName' => 'Morgan Hsu',
'cn' => 'Morgan Hsu',
'mail' => "morgan.hsu@${conf.idp_scope}",
'displayName' => 'Linnéa Hsu',
'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}",
......
......@@ -5,9 +5,9 @@
'uid' => "${account_id}",
'eduPersonAffiliation' => ['library-walk-in'],
'eduPersonScopedAffiliation' => ["library-walk-in@${conf.idp_scope}"],
'displayName' => 'Dorian Segura',
'cn' => 'Dorian Segura',
'mail' => "dorian.segora@${conf.idp_scope}",
'displayName' => 'Ramón Núñez',
'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}",
......
......@@ -5,9 +5,9 @@
'uid' => "${account_id}",
'eduPersonAffiliation' => ['member', 'faculty'],
'eduPersonScopedAffiliation' => ["member@${conf.idp_scope}", "faculty@${conf.idp_scope}"],
'displayName' => 'Jean Valjean',
'cn' => 'Jean Valjean',
'mail' => "peter.smithjean.valjean@${conf.idp_scope}",
'displayName' => 'Stéphane Larivière',
'cn' => 'Stéphane Larivière',
'mail' => "stephane.lariviere@${conf.idp_scope}",
'eduPersonPrincipalName' =>"${account_id}@${conf.idp_scope}",
'eduPersonTargetedID' =>"${conf.idp_entityid}!${account_sp_entityid}!X622UR2A7PG1uVhATobBOrMz+Ys=",
'schacHomeOrganization' => "${conf.idp_scope}",
......
......@@ -5,9 +5,9 @@
'uid' => "${account_id}",
'eduPersonAffiliation' => ['member', 'student'],
'eduPersonScopedAffiliation' => ["member@${conf.idp_scope}", "student@${conf.idp_scope}"],
'displayName' => 'John Kleinman',
'cn' => 'John Kleinman',
'mail' => "john.kleinman@${conf.idp_scope}",
'displayName' => 'Ciarán MacCárthaigh',
'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}",
......
......@@ -5,9 +5,9 @@
'uid' => "${account_id}",
'eduPersonAffiliation' => ['member', 'faculty'],
'eduPersonScopedAffiliation' => ["member@${conf.idp_scope}", "faculty@${conf.idp_scope}"],
'displayName' => 'Peter Smith',
'cn' => 'Peter Smith',
'mail' => "peter.smith@${conf.idp_scope}",
'displayName' => 'Peter Müller',
'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}",
......
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