From bef0e6d587ac19410e068ece4be4f4b64e9afcf4 Mon Sep 17 00:00:00 2001 From: Pascal Bleser Date: Wed, 4 Feb 2026 12:09:02 +0100 Subject: [PATCH] groupware: add STALWART_AUTH_DIRECTORY variable to .env --- devtools/deployments/opencloud_full/.env | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/devtools/deployments/opencloud_full/.env b/devtools/deployments/opencloud_full/.env index 39e940fab3..fe94283028 100644 --- a/devtools/deployments/opencloud_full/.env +++ b/devtools/deployments/opencloud_full/.env @@ -312,6 +312,12 @@ KEYCLOAK_ADMIN_PASSWORD= # Defaults to "stalwart.opencloud.test" STALWART_DOMAIN= +# LDAP configuration to use for Stalwart: +# Can either be either +# - idmldap: for the built-in IDP/IDM +# - ldap: when using KeyCloak and OpenLDAP +STALWART_AUTH_DIRECTORY=idmldap + ## IMPORTANT ## # This MUST be the last line as it assembles the supplemental compose files to be used. # ALL supplemental configs must be added here, whether commented or not.