mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
Implements #129, pam and nsswitch daemon capability. This is stage 1, which adds a localhost unix domain socket resolver, a ssh key client, support to the server for generating unix tokens, an async client lib, and client handles for adding posix extensions to accounts and groups.
11 lines
112 B
TOML
11 lines
112 B
TOML
|
|
[workspace]
|
|
members = [
|
|
"kanidm_proto",
|
|
"kanidmd",
|
|
"kanidm_client",
|
|
"kanidm_tools",
|
|
"kanidm_unix_int",
|
|
]
|
|
|