Cornelius Kölbel

Results 296 comments of Cornelius Kölbel

OK, in the base conditions of the event handlers we have this kind of code: https://github.com/privacyidea/privacyidea/blob/master/privacyidea/lib/eventhandler/base.py#L407 So in fact tokenrealm condition is not checked, if there are no tokenrealms. Previously...

After internal discussion it looks like the tokenrealm, tokenresolver, serial and user logic was orignially implemented this way, that the condition would only be checked, if this information exists in...

In milestone 3.3 we will only add the documentation. We might change this logic one day, when we might refactor the event handlers and policies.

I move this to 3.7, since it currently does not fit into our 3.6 topics. (Prio low)

offline is low prio. This would be a major and timeconsuming (also when calculating) redesign.

It might be that wrong values are passed to ``netaddr``. Please check in ``privacyidea/lib/utils/__init_.py`` in the function ``get_client_ip``. It might be happen there, that non-str values are extracted from X-Forwarded-For...