PDC: use the correct variable for the username

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2023-04-20 14:34:08 +02:00
parent 85456f96d0
commit 2aa3bc6343
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -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"