Brian May
Brian May
Ok, one mystery solved. In `audit_log/models/managers.py` we have: ``` python from django.conf import settings from audit_log import settings ``` i.e. the settings value is being overridden. The `audit_log/settings.py` file does...
Yesterday I made the following comment, but it accidentally ended up in the wrong place - it ended up in the commit, not here. In `get_logging_fields` there is currently the...
No, problem still not resolved, just one of the issues I noticed along the way. We need to work out in `action_user` should point to the `Person`object (makes it consistent...
Possibly this bug was fixed in c168ef241d967fef0236dff709b6d4dbf6ccd5d2?
I am guessing these values should be correct - apart from the host name that is. Maybe I could use the same value for both the "Assertion Consuming Service"? 
Ok, thanks. Will look at filing a bug report against esaml - thanks for the link. Are you able to give any good references to documentation on what Artifact resolution...
https://github.com/handnot2/esaml/issues/10. Feel free to close this bug report.
I can reproduce the problem with the sample client. But only if I use `-k` which I believe maps to skip_auth = True. If I don't use that parameter, then...
I think socks4 support might be somewhat broken, was getting very strange results. But not very concerned about that now I have socks5 working.
OK, looks like this happens if the socks server generates an error trying to make the connection. Seems like socks5 doesn't support returning error information, so the server just closes...