Giuseppe De Marco

Results 635 comments of Giuseppe De Marco

I'm going to face the same problem, Auth-type CHAP means to let the sysadmins to read cleartext password in /var/log/freeradius/radius.log if the radius configuration have auth_goodpass and auth_badpass configured to...

@c00kiemon5ter is there any update, clue or roadmap linked to this or we can consider this thread closed?

I'd also like to discuss the opportunity to merge some constants. These was found as duplicate in the source tree, we can merge them into saml2.__init__ or whatever then import...

Hi Florian, if you want to do a PR on the documentation I'm sure that @c00kiemon5ter Will be happy to get It in time. He's working a lot on the...

It's related to https://github.com/IdentityPython/pysaml2/pull/694/files I closed it because I assumed that this feature was already implemented but I just checked that the behaviour should be different. I don't want to...

Ciao, As spid SP i fixed the xsd:date with my fork and with the RP you find in the open PRs As idp I use uniauth https://github.com/UniversitaDellaCalabria/uniAuth

The only thing that can work here is this: https://github.com/knaperek/djangosaml2/pull/55 too less, I know. Is there any update by your side?

Interesting, but We really shouldn't use cherrypy

https://github.com/knaperek/djangosaml2/blob/a382e9e81d7f4a1a440a7b0130250f5c2b54c4b9/djangosaml2/views.py#L84 https://github.com/knaperek/djangosaml2/blob/a382e9e81d7f4a1a440a7b0130250f5c2b54c4b9/djangosaml2/views.py#L452 state.sync() would be part of a wider ation I can drive you in the djangosaml2 implementation and also uniAuth idp. I used to have many uwsgi workers and...

> Regarding concurrency problems after switching to BDB: > > ``` > Traceback (most recent call last): > response = self.sp.parse_authn_request_response(message, binding, self.outstanding_queries) > File "/usr/lib/python2.7/dist-packages/saml2/client_base.py", line 594, in parse_authn_request_response...