Skip to content
Snippets Groups Projects
Commit e7a0ae00 authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

to be merged

parent dc8a17d6
No related branches found
No related tags found
No related merge requests found
......@@ -51,9 +51,14 @@ service fédéré. Pour le faire, sélectionnez <strong>[% idp_displayname
<div>
<table>
<caption>Liste des attributs utilisateur</caption>
[% FOREACH attribute IN [ 'cn', 'displayName', 'givenName', 'sn', 'mail', 'schacHomeOrganization', 'schacHomeOrganizationType', 'eduPersonPrincipalName', 'eduPersonAffiliation', 'eduPersonScopedAffiliation' ] -%]
[% FOREACH attribute IN [ 'cn', 'displayName', 'givenName', 'sn', 'mail', 'schacHomeOrganization', 'schacHomeOrganizationType', 'eduPersonPrincipalName' ] -%]
<tr>
<th>[% attribute %]</th><td> [% account.$attribute %]</td>
<th>[% attribute %]</th><td> [% account.$attribute() %]</td>
</tr>
[% END %]
[% FOREACH attribute IN [ 'eduPersonAffiliation', 'eduPersonScopedAffiliation' ] -%]
<tr>
<th>[% attribute %]</th><td> [% account.$attribute().join(', ') %]</td>
</tr>
[% END %]
<tr>
......
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