Skip to content
Snippets Groups Projects
Commit 21f91841 authored by Martin van Es's avatar Martin van Es
Browse files

Add attributes.json

parent 894f9645
Branches
Tags
No related merge requests found
{
"uid": "About uid",
"schacHomeOrganization": "About schacHomeOrganization",
"eduPersonPrincipalName": "About eduPersonPrincipalName",
"cn" : "About cn",
"givenName" : "About givenName",
"sn" : "About sn",
"displayName" : "About displayName",
"mail" : "About mail",
"eduPersonAffiliation" : "About eduPersonAffiliation",
"eduPersonScopedAffiliation" : "About eduPersonScopedAffiliation",
"eduPersonEntitlement" : "About eduPersonEntitlement",
"isMemberOf" : "About isMemberOf"
}
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
<form method="post" action="?"> <form method="post" action="?">
<p><hr/><b>Choose Test Scenario</b></p> <p><hr/><b>Choose Test Scenario</b></p>
<div style="float:left; margin-right: 10px"> <div style="float:left; margin-right: 10px">
<select name=username size=5 style='width: 250px;'> <select name=username size=10 style='width: 300px;'>
<?php <?php
$first = true; $first = true;
$users = $this->data['users']; $users = $this->data['users'];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment