Search Criteria
Package Details: kanidm-server 1.10.4-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/kanidm.git (read-only, click to copy) |
|---|---|
| Package Base: | kanidm |
| Description: | kanidm server for idendity management, supports RADIUS, ssh key management. |
| Upstream URL: | https://github.com/kanidm/kanidm |
| Keywords: | authentication iam identity identity-management idm ldap oidc radius rust scim security ssh-authentication webauthn |
| Licenses: | MPL-2.0 |
| Conflicts: | kanidm-server-git |
| Provides: | kanidm-server |
| Submitter: | soloturn |
| Maintainer: | soloturn (cubi, fossdd, Doridian) |
| Last Packager: | Doridian |
| Votes: | 11 |
| Popularity: | 1.27 |
| First Submitted: | 2021-04-02 14:45 (UTC) |
| Last Updated: | 2026-06-23 03:20 (UTC) |
Dependencies (6)
- libgit2 (libgit2-gitAUR)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR, clang-static-gitAUR) (make)
- lld (llvm-gitAUR) (make)
- systemd (systemd-selinuxAUR, unshitted-systemdAUR, systemd-liberated-gitAUR, systemd-gitAUR) (make)
- tpm2-tss (tpm2-tss-gitAUR) (make)
Latest Comments
1 2 3 4 Next › Last »
Tournesol commented on 2026-06-18 16:29 (UTC)
Hi ! Thank you for the package ! I had issue with fish completion and found a fix. According to the fish documentation, third-party software should be installed into /usr/share/fish/vendor_completions.d/ as /usr/share/fish/completions/ is for built-in completion and not always loaded by default. It'd be nice to update the PKGBUILD to replace
/usr/share/fish/completions/kanidm.fishwith/usr/share/fish/vendor_completions.d/kanidm.fishsoloturn commented on 2026-06-14 19:19 (UTC) (edited on 2026-06-14 19:20 (UTC) by soloturn)
what error do you get exactly, and which ticket number it is reported on upstream?
patrickh commented on 2026-03-18 15:04 (UTC) (edited on 2026-03-18 15:04 (UTC) by patrickh)
I was able to compile 1.9.2 after downgrading
that fortunately all were still in my pacman cache.
I hope this can be helpful to one or another …
Doridian commented on 2026-03-18 01:32 (UTC)
@Aintaer Seems likely. 1.9.2 compiled fine on initial release, but with current Rust in repos, it refuses with tss-esapi errors for me as well now.
Aintaer commented on 2026-03-18 01:28 (UTC)
Running into build errors in tss-esapi since 1.9.2. Which is odd since it didn't change since 1.9.1. Could it be a rustc version issue again? I'm on rustc 1.94.0
hsf commented on 2025-10-06 11:23 (UTC)
As per https://github.com/kanidm/kanidm/issues/3875#issuecomment-3369049891
If possible, the Rust compiler version needs to be locked to 1.89 in order to avoid compliation failures due to new tests introduced in 1.90. Can this be done?
Doridian commented on 2025-05-07 18:41 (UTC) (edited on 2025-05-08 03:21 (UTC) by Doridian)
1.6.1 has fixed the previously mentioned OAuth issue
Doridian commented on 2025-05-03 19:59 (UTC)
Thanks for the comment. This is now fixed!
wysbd commented on 2025-05-03 19:56 (UTC) (edited on 2025-05-03 19:56 (UTC) by wysbd)
Hi, thanks for your package. I've noticed that you install the bash completions using a
.shfile suffix. With this suffix thebash-completionspackage won't pick those completions up. It would be nice if you could change the PKGBUILD to install those bash completion scripts without any file suffixDoridian commented on 2025-04-19 03:28 (UTC) (edited on 2025-04-19 03:31 (UTC) by Doridian)
Enabled the feature, given
tpm2-tssis an indirect dependency ofpacman(viagnupg), which means it is required on every Arch system.//EDIT: Further added
clangtomakedependsas it is required for this to compile, but not essential for an Arch system1 2 3 4 Next › Last »