2022-07-20 09:21:40 +02:00
|
|
|
# Packaging
|
|
|
|
|
|
|
|
Packages are known to exist for the following distributions:
|
|
|
|
|
2022-12-26 23:52:03 +01:00
|
|
|
- [Arch Linux](https://aur.archlinux.org/packages?O=0&K=kanidm)
|
|
|
|
- [OpenSUSE](https://software.opensuse.org/search?baseproject=ALL&q=kanidm)
|
|
|
|
- [NixOS](https://search.nixos.org/packages?sort=relevance&type=packages&query=kanidm)
|
2022-07-20 09:21:40 +02:00
|
|
|
|
|
|
|
To ease packaging for your distribution, the `Makefile` has targets for sets of binary outputs.
|
2022-12-26 23:52:03 +01:00
|
|
|
|
|
|
|
| Target | Description |
|
|
|
|
| ---------------------- | --------------------------- |
|
2022-07-20 09:21:40 +02:00
|
|
|
| `release/kanidm` | Kanidm's CLI |
|
|
|
|
| `release/kanidmd` | The server daemon |
|
|
|
|
| `release/kanidm-ssh` | SSH-related utilities |
|
|
|
|
| `release/kanidm-unixd` | UNIX tools, PAM/NSS modules |
|