summaryrefslogtreecommitdiff
path: root/apache-sp/apache-conf/sp.conf
diff options
context:
space:
mode:
authorHenrik Lund Kramshoej <hlk@kramse.org>2017-07-17 13:38:43 +0200
committerHenrik Lund Kramshoej <hlk@kramse.org>2017-07-17 13:38:43 +0200
commit489b5dcdaa79180ba6c9004332a4520717c27361 (patch)
tree9af6a43fc7ae0542ca40e655f4a72eab3099e31e /apache-sp/apache-conf/sp.conf
parentada1c3f77b9dbb955eab5c62db4708794a8a792c (diff)
Trying to get uid and eppn shown, does not work yet.
Diffstat (limited to 'apache-sp/apache-conf/sp.conf')
-rw-r--r--apache-sp/apache-conf/sp.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/apache-sp/apache-conf/sp.conf b/apache-sp/apache-conf/sp.conf
index 9a2d196..5e32cbc 100644
--- a/apache-sp/apache-conf/sp.conf
+++ b/apache-sp/apache-conf/sp.conf
@@ -44,6 +44,7 @@ SSLHonorCipherOrder on
require valid-user
Options +Includes
Header set X_REMOTE_USER %{eduPersonPrincipalName}e
+ Header set UID %{uid}e
Header set EPPN %{eduPersonPrincipalName}e
Header set MAIL %{mail}e
Header set GIVENNAME %{givenName}e
@@ -51,8 +52,7 @@ SSLHonorCipherOrder on
Header set SN %{sn}e
Header set AFFILIATION %{affiliation}e
Header set UNSCOPED_AFFILIATION %{unscoped_affiliation}e
- Header set UID %{uid}e
-
+ Header set EMPLOYEETYPE %{employeeType}e
AddType text/html .shtml
AddOutputFilter INCLUDES .shtml
</Location>