summaryrefslogtreecommitdiff
path: root/apache-sp/apache-conf
diff options
context:
space:
mode:
authorHenrik Lund Kramshoej <hlk@kramse.org>2017-07-17 08:48:24 +0200
committerHenrik Lund Kramshoej <hlk@kramse.org>2017-07-17 08:48:24 +0200
commitb446c181f747758a71c1cfc9a525b4d11842500d (patch)
tree62d2037b71f217eb01ac5a4fc40d0293c9eb02c8 /apache-sp/apache-conf
parent892b9581c0ea75dc8b4725c2381af3b042c6fac1 (diff)
sync before more changes
Diffstat (limited to 'apache-sp/apache-conf')
-rw-r--r--apache-sp/apache-conf/sp.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/apache-sp/apache-conf/sp.conf b/apache-sp/apache-conf/sp.conf
index f4ba576..9a2d196 100644
--- a/apache-sp/apache-conf/sp.conf
+++ b/apache-sp/apache-conf/sp.conf
@@ -43,12 +43,12 @@ SSLHonorCipherOrder on
ShibRequireSession On
require valid-user
Options +Includes
- Header set X_REMOTE_USER %{eppn}e
- Header set EPPN %{eppn}e
+ Header set X_REMOTE_USER %{eduPersonPrincipalName}e
+ Header set EPPN %{eduPersonPrincipalName}e
+ Header set MAIL %{mail}e
Header set GIVENNAME %{givenName}e
Header set DISPLAYNAME %{displayName}e
Header set SN %{sn}e
- Header set MAIL %{mail}e
Header set AFFILIATION %{affiliation}e
Header set UNSCOPED_AFFILIATION %{unscoped_affiliation}e
Header set UID %{uid}e