Carl

Results 40 comments of Carl

Allen, something seems a bit off. If I try your new code with "The Cookie Problem" from workshop01, I get the histogram plot I expect, but only one label: cookie...

I've created a fork where I've successfully used Duo Push and my FIDO2 compatible Yubikey as 2nd factors. I managed to get the Yubikey working with the [Python fido2 module...

That seems reasonable. Do you want me to close the issue now, or wait until your pinning feature is available?

The trick would be to use your own custom Agent that doesn't perform certificate validation. See: https://twistedmatrix.com/documents/current/web/howto/client.html#http-over-ssl The example shows how to create such an agent. You can the create...

@notoriousno - That is true. When I originally linked, I was pointing to version 14 [1], which showed a `WebClientContextFactory` implementation-- but I don't know if that will work any...

I believe you are correct. I do not see how the local variable `derefAliases` is ever used. The `SearchByTreeWalkingMixin.search()` in `entryhelpers.py` creates `iterator` to walk the directory subtree specified by...

I'm considering it. A couple things: 1) Checking for aliases at this level would mean that you wouldn't need to implement the checking for each back end (e.g. in-memory and...

So after thinking a bit, there is something about this design that bothers me. In order to dereference aliases, the original call to search needs to not use the `callback`...

So after poking around in the code a bit, I discovered that the current directory implementations in ldaptor have some issues of their own[1]. In short, my concerns are valid,...

I'm thinking it might be useful to use the Twisted plugin system[1] to add available authentication schemes to the utility. Not sure if we can use Twisted cred [2] with...