summaryrefslogtreecommitdiff
path: root/apache-sp
diff options
context:
space:
mode:
authorHenrik Lund Kramshoej <hlk@kramse.org>2017-07-14 11:32:40 +0200
committerHenrik Lund Kramshoej <hlk@kramse.org>2017-07-14 11:32:40 +0200
commit892b9581c0ea75dc8b4725c2381af3b042c6fac1 (patch)
tree1efedd63c965b63c116684aa6066a6023cda0f69 /apache-sp
parent39e225e2916c4055c1e37ac7f754388b1f2e37a9 (diff)
Includes working, but no grant all *doh*
Diffstat (limited to 'apache-sp')
-rw-r--r--apache-sp/apache-conf/sp.conf1
-rw-r--r--apache-sp/secure/index.shtml1
2 files changed, 1 insertions, 1 deletions
diff --git a/apache-sp/apache-conf/sp.conf b/apache-sp/apache-conf/sp.conf
index 49214b3..f4ba576 100644
--- a/apache-sp/apache-conf/sp.conf
+++ b/apache-sp/apache-conf/sp.conf
@@ -43,7 +43,6 @@ SSLHonorCipherOrder on
ShibRequireSession On
require valid-user
Options +Includes
- Require all granted
Header set X_REMOTE_USER %{eppn}e
Header set EPPN %{eppn}e
Header set GIVENNAME %{givenName}e
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>