kanidm/Cargo.toml
Firstyear 70fa17f3a1
199 ldap gateway (#246)
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.
2020-06-10 12:07:43 +10:00

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"
]