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

Add comment about affiliation variability

git-svn-id: https://svn.geant.net/GEANT/edugain_testidp_account_manager/trunk@88 047e039d-479c-447e-8a29-aa6bf4a09bab
parent ddf02adb
No related branches found
No related tags found
No related merge requests found
......@@ -48,6 +48,7 @@
<caption>List of user attributes</caption>
[% FOREACH attribute IN account_profile.pairs -%]
[% NEXT IF attribute.key.match('^(type|comment)$') %]
[% IF attribute.key == 'eduPersonAffiliation' || attribute.key == 'eduPersonScoppedAffiliation' %](1) [% END %]
[% IF attribute.value.isa('SCALAR') -%]
<tr>
<th>[% attribute.key %]:</th><td> [% attribute.value %]</td>
......@@ -63,6 +64,8 @@
</div>
<div class="alert-box info radius">If you need a customized test account with additionnal user attributes, you should contact <a href="mailto:[% conf.support_email %]">[% conf.support_email %]</a>.</div>
<div>(1) eduPersonAffiliation and eduPersonScoppedAffilisation attributes are assigned quite differently from federation to federation. <a href="https://www.terena.org/activities/refeds/docs/ePSAcomparison_0_13.pdf">This usage comparison of eduPersonAffiliation accross different countries</a> discusses these differences. Therefore its values should be handled with great care. </div>
<a class="close-reveal-modal">&#215;</a>
</div>
</dl>
......
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