From 4b09cb576a8c46c3aa7b60fba81a47a7de2753e5 Mon Sep 17 00:00:00 2001 From: Pascal Bleser Date: Tue, 14 Oct 2025 17:37:52 +0200 Subject: [PATCH] groupware: DEVELOPER.md: add note explaining LDAPTLS_REQCERT --- services/groupware/DEVELOPER.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/services/groupware/DEVELOPER.md b/services/groupware/DEVELOPER.md index 2e10cfd372..b5be47baa1 100644 --- a/services/groupware/DEVELOPER.md +++ b/services/groupware/DEVELOPER.md @@ -431,6 +431,9 @@ LDAPTLS_REQCERT=never ldapsearch -H ldaps://opencloud:9235 \ '(objectClass=person)' dn ``` +> [!NOTE] +> The `LDAPTLS_REQCERT` environment variable is set to `never` to prevent the `ldapsearch` application to validate the TLS certificate of the LDAP server, since we are using self-signed certificates for all those services in the devtools setups. + Sample output: ```ldif