diff options
author | Henrik Lund Kramshoej <hlk@kramse.org> | 2017-07-14 11:06:08 +0200 |
---|---|---|
committer | Henrik Lund Kramshoej <hlk@kramse.org> | 2017-07-14 11:06:08 +0200 |
commit | 39e225e2916c4055c1e37ac7f754388b1f2e37a9 (patch) | |
tree | 187da1ef1fec327b56481cd9b825c47d07dec719 /apache-sp/secure | |
parent | af1a84910aeed2325bb92674b520090806728ea2 (diff) |
Enabling include for debugging
Diffstat (limited to 'apache-sp/secure')
-rw-r--r-- | apache-sp/secure/index.shtml | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/apache-sp/secure/index.shtml b/apache-sp/secure/index.shtml index e7215ea..8ed476e 100644 --- a/apache-sp/secure/index.shtml +++ b/apache-sp/secure/index.shtml @@ -6,7 +6,18 @@ <body> <div class='wrapper'> <h1>Environment</h1> - <pre><!--#printenv --></pre> - </div> + <h1>Test</h1> + <p><!--#echo var="DATE_LOCAL" --></p> + <ul> + <li>eduPersonPrincipalName: <!--#echo var="HTTP_EPPN" --></li> + <li>Display name: <!--#echo var="HTTP_DISPLAYNAME" --></li> + <li>Givenname: <!--#echo var="HTTP_GIVENNAME" --></li> + <li>Surname: <!--#echo var="HTTP_SN" --></li> + <li>Mail: <!--#echo var="HTTP_MAIL" --></li> + <li>Affiliation: <!--#echo var="HTTP_AFFILIATION" --></li> + <li>Unscoped affiliation: <!--#echo var="HTTP_UNSCOPED_AFFILIATION" --></li> + </ul> + <pre><!--#printenv --></pre> + </div> </body> </html> |