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