From 489b5dcdaa79180ba6c9004332a4520717c27361 Mon Sep 17 00:00:00 2001 From: Henrik Lund Kramshoej Date: Mon, 17 Jul 2017 13:38:43 +0200 Subject: Trying to get uid and eppn shown, does not work yet. --- apache-sp/apache-conf/sp.conf | 4 ++-- apache-sp/secure/index.shtml | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'apache-sp') 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 diff --git a/apache-sp/secure/index.shtml b/apache-sp/secure/index.shtml index d800991..f22666f 100644 --- a/apache-sp/secure/index.shtml +++ b/apache-sp/secure/index.shtml @@ -10,11 +10,13 @@

-- cgit v1.1