PDC: use the correct variable for the username
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
85456f96d0
commit
2aa3bc6343
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ WSGIScriptAlias / /usr/lib/python2.7/site-packages/pdc/wsgi.py
|
|||
MellonEndpointPath /saml2
|
||||
MellonVariable "saml-sesion-cookie"
|
||||
|
||||
MellonUser "NAME_ID"
|
||||
MellonUser username
|
||||
MellonIdP "IDP"
|
||||
MellonSessionLength 3600
|
||||
# MellonNoCookieErrorPage "https://idp.example.com/no-cookie-error.html"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue