Cornelius Kölbel
Cornelius Kölbel
Note: The TANtoken stores arbitrary TANs in the tokeninfo. A backup token could also be a container with a number of registration codes.
A table pi.radipool is not default to privacyIDEA. This is the old problem, that default tools can not solve none-default tasks. @sepp67 Please consider closing this request.
Simple solution would be to omit the backup of the non-default FreeRADIUS configuration. Then everything would work out fine.
Policy actions are separated by commas. So using a comma in an action value results in a new unknown action like *"would you authenticate?". This is due to the design...
This can not easily be done by telling the admin to enter action values in paranthes, since: ~~~~python parse_comma_separated_string('actionA="Value, B", actionB="Value, C"') ['actionA="Value', 'B"', 'actionB="Value', 'C"'] ~~~~ This still would...
There are no default values. And the mentioned values are required. So why would you want to delete required entries?
@sepp67 What do you suggest as expected behaviour?
> I suggest that the button ¨Edit¨ to change the realm is inactive when the token has a user assigned. This does not make sense. A token can be in...
A) We could move all error or warning messages out of the code into one message file. https://github.com/privacyidea/privacyidea/blob/aa9dd181f11617b016ae6931f50af78dd8399213/privacyidea/api/auth.py#L225 or B) we write a wrapper for the _ function or we...
Additional to all OTP values, where we know, how long the otp value should be, we could... - with the yubi OTP also check for lowercase / force lowercase -...