groupware: DEVELOPER.md: add note explaining LDAPTLS_REQCERT

This commit is contained in:
Pascal Bleser
2025-10-14 17:37:52 +02:00
parent 5ecd6c3684
commit cd0a90ef25

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