Skip to content
Snippets Groups Projects
Commit 37098707 authored by Krish Moodbidri's avatar Krish Moodbidri
Browse files

changed variable to use REMOTE_USER instead of Remote-User value to avoid...

changed variable to use REMOTE_USER instead of Remote-User value to avoid confusion with header decoding of basic auth
parent 98e56989
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,6 @@ key = '' ...@@ -4,6 +4,6 @@ key = ''
broker_url = 'amqp://' + id + ':' + password + '@ohpc:5672/' broker_url = 'amqp://' + id + ':' + password + '@ohpc:5672/'
message_queue = broker_url + 'socketio' message_queue = broker_url + 'socketio'
default_referrer = "/pun/sys/dashboard" default_referrer = "/pun/sys/dashboard"
username_keys = ["Remote-User"] username_keys = ["REMOTE_USER"]
fullname_keys = ["HTTP_DISPLAYNAME"] fullname_keys = ["HTTP_DISPLAYNAME"]
email_keys = ["HTTP_MAIL"] email_keys = ["HTTP_MAIL"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment