James Hodgkinson
James Hodgkinson
Missing underscore which breaks link in docs
It'd be handy to be able to run `kanidmd version` and get the version (and git commit, at compile). This'd help with identifying which specific code you're running, to work...
Since we now only remove them from temporarystorage when the user clicks cancel, I have this brainworm that it might be a problem that they hang around and expire server-side,...
**Is your feature request related to a problem? Please describe.** If I'm a pubbie I run `kanidm system oauth2 list` and get a list of OAuth2 apps. As `admin` I...
**Is your feature request related to a problem? Please describe.** When doing dev things it'd be nice to not have to restart the server to update the integrity hashes when...
### I did this Ran kanidmd recover_account while kanidmd was running in another process. ### I expected the following Password recovery - but it doesn't work until server restart, and...
**Is your feature request related to a problem? Please describe.** Currently the only thing logged is the session ID when an auth result is returned, eg: ``` [security.info]: Sending auth...
**Is your feature request related to a problem? Please describe.** When in No-UI mode, going to the root dir with Safari will download a blank file, seemingly because the content-type's...
In #903 I TODO'd the file permissions checks in `kanidmd`, one should be able to reimplement them with the official `windows` rust crate https://microsoft.github.io/windows-docs-rs/doc/windows/Storage/index.html
While testing recently I couldn't force kanidm_unixd to run as root, it'd be nice if we could do this. :smile: - [ ] `--configtest` flag, to validate/dump config then exit...