mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
adds an LDAP gateway to the server. It supports TLS if configured for the webserver, using the same parameters. It is a read only interface, only supporting bind via the configured posix password.
20 lines
275 B
TOML
20 lines
275 B
TOML
|
|
[profile.release]
|
|
debug = true
|
|
|
|
[workspace]
|
|
members = [
|
|
"kanidm_proto",
|
|
"kanidmd",
|
|
"kanidm_client",
|
|
"kanidm_tools",
|
|
"kanidm_unix_int",
|
|
"kanidm_unix_int/nss_kanidm",
|
|
"kanidm_unix_int/pam_kanidm",
|
|
]
|
|
|
|
exclude = [
|
|
"kanidm_unix_int/pam_tester"
|
|
]
|
|
|