Firstyear
Firstyear
No, there have been few improvements on conditional UI and the experience generally still sucks. I will retry again soon to be sure, but I still remain underwhelmed by it.
This isn't a bug - when we first initialise the server we have to create a default display name for the domain https://github.com/kanidm/kanidm/blob/master/server/lib/src/plugins/domain.rs#L112 So post rename, the admin needs to...
There is an argument we should update the docs to tell people to update their displayname post rename though.
The problem is that it *is* set, it's set at first run. So we don't know if it was set by the human or not. The alternative is we make...
I've made the change in the above PR.
I'm a little confused as to what you are trying to achieve. You have an application that wants a jwt, and you want kanidm to issue those jwts? Is that...
You haven't really described your problem here sorry, so we don't know how to help you?
Closing due to inactivity, if you have more questions @zoujiaqing please let us know.
> @Firstyear I'd love to learn how to do this right, but keep in mind this is the first time I've been touching Rust, so some patience may be required...
> > First you have to handle the possibility the user is in local groups > > From my (quite limited of course) looking into NSS stuff. Should we populate...