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

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
parent 91de535e
No related branches found
No related tags found
No related merge requests found
......@@ -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}"],
......
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