groupware: DEVELOPER.md: add note explaining LDAPTLS_REQCERT

This commit is contained in:
Pascal Bleser
2025-10-14 17:37:52 +02:00
parent ecc9e6b34f
commit 4cb8a8ae18

View File

@@ -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