Search Criteria
Package Details: kanidm-server 1.10.3-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: | 10 |
| Popularity: | 1.05 |
| First Submitted: | 2021-04-02 14:45 (UTC) |
| Last Updated: | 2026-05-22 02:24 (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) (make)
- lld (llvm-gitAUR) (make)
- systemd (systemd-gitAUR, systemd-selinuxAUR, unshitted-systemdAUR, systemd-liberated-gitAUR) (make)
- tpm2-tss (tpm2-tss-gitAUR) (make)
Latest Comments
« First ‹ Previous 1 2 3 4
soloturn commented on 2021-07-10 10:49 (UTC) (edited on 2021-07-10 10:51 (UTC) by soloturn)
thanks cubi for the commit. did you try to create a meta package for kanidm (https://wiki.archlinux.org/title/Meta_package_and_package_group) and if yes, what is the thought process behind?
second, beeing able to install kanidm and kanidm-git in parallel would be quite helpful, therefor i deliberately did not conflict them. they still have overlapping directories though if i am not wrong.
soloturn commented on 2021-06-25 01:38 (UTC)
made you co-maintainer, @cubi, thanks for the patch and hints!
cubi commented on 2021-05-29 11:55 (UTC) (edited on 2021-05-29 12:18 (UTC) by cubi)
three more issues:
pam lib name should be
unixd-tasks.service file should be
add kanidm_unixd_tasks binary
patches are sent to @soloturn
cubi commented on 2021-05-26 19:44 (UTC)
Hi @soloturn,
thanks for creating these packages!
I found an issue using the unixd with nsswitch. Using
getent passwd demo_userdid not show any result from kanidm.I could fix this by renaming the libnss_kanidm.so to libnss_kanidm.so.2.
Here is the patch for the PKGFILE. This solved it for me.
« First ‹ Previous 1 2 3 4