diff options
author | Henrik Lund Kramshoej <hlk@kramse.org> | 2017-07-14 11:32:40 +0200 |
---|---|---|
committer | Henrik Lund Kramshoej <hlk@kramse.org> | 2017-07-14 11:32:40 +0200 |
commit | 892b9581c0ea75dc8b4725c2381af3b042c6fac1 (patch) | |
tree | 1efedd63c965b63c116684aa6066a6023cda0f69 /apache-sp/secure | |
parent | 39e225e2916c4055c1e37ac7f754388b1f2e37a9 (diff) |
Includes working, but no grant all *doh*
Diffstat (limited to 'apache-sp/secure')
-rw-r--r-- | apache-sp/secure/index.shtml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apache-sp/secure/index.shtml b/apache-sp/secure/index.shtml index 8ed476e..77ef369 100644 --- a/apache-sp/secure/index.shtml +++ b/apache-sp/secure/index.shtml @@ -9,6 +9,7 @@ <h1>Test</h1> <p><!--#echo var="DATE_LOCAL" --></p> <ul> + <li>UID: <!--#echo var="HTTP_UID" --></li> <li>eduPersonPrincipalName: <!--#echo var="HTTP_EPPN" --></li> <li>Display name: <!--#echo var="HTTP_DISPLAYNAME" --></li> <li>Givenname: <!--#echo var="HTTP_GIVENNAME" --></li> |