Add feature-gate for ldap.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-04-28 06:54:29 +00:00
parent 6160f90b8c
commit 7665d47e59
6 changed files with 61 additions and 31 deletions

View File

@@ -93,6 +93,10 @@ jemalloc_stats = [
jemalloc_conf = [
"tuwunel-core/jemalloc_conf",
]
ldap = [
"tuwunel-api/ldap",
"tuwunel-service/ldap",
]
media_thumbnail = [
"tuwunel-service/media_thumbnail",
]