Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
00cc8195
Commit
00cc8195
authored
Mar 08, 2013
by
Kostas Papadimitriou
Browse files
Fix shibboleth logging
parent
208556af
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-astakos-app/astakos/im/target/shibboleth.py
View file @
00cc8195
...
...
@@ -91,7 +91,8 @@ def login(
shibboleth_headers
=
{}
for
token
in
dir
(
Tokens
):
if
token
==
token
.
upper
():
shibboleth_headers
[
token
]
=
tokens
.
get
(
token
,
'NOT_SET'
)
shibboleth_headers
[
token
]
=
request
.
META
.
get
(
token
,
'NOT_SET'
)
# log shibboleth headers
# TODO: info -> debug
logger
.
info
(
"shibboleth request: %r"
%
shibboleth_headers
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment