Firstyear
Firstyear
As an fyi, after years of testing, trying to mix and match UV modes is simply impossible, and many credentials confuse users by sometimes having a PIN or not. Just...
This has been discussed in a similar issue here https://github.com/kanidm/kanidm/issues/3401 I think that this should be pretty easy to implement - @CEbbinghaus Could be a good one for you if...
Yep, we found a way to do this that's quite clean, and we would have preferred "safe by default" eg "any change time".
Not a bug, info is the minimum log level we support.
Good point, we should error out then if you try and set this value too low. > The reasoning for why you want verbose by default aside, It's because of...
So sorry for the delay on this one - I've been very busy with work and I'm sorry I didn't respond sooner. The change is related to how we apply...
You have a different problem here, so probably should be it's own discussion/issue. > Noticed this issue today when logging in to my UPS management interface, which uses kanidm as...
Yep, I think the group name is bad. I'll think about how to rename it and improve it.
Looks like we use Iname here https://github.com/kanidm/kanidm/blob/master/server/lib/src/migration_data/dl10/schema.rs#L93 which should probably be a Hostname ( https://docs.rs/url/latest/url/enum.Host.html ) instead.
The reason for this btw, was that it's easier to be restrictive in what we accept, and then expand, than to accept *too much* and have to try to reduce...