Hello,
I’m trying to configure LDAPS within my NexCloud-AIO instance.
the basic LDAP configuration works, but when I try to use ldaps I have the error message “Lost connection to ldap server”.
Only things I change between ldap and ldaps configuration is:
- redeploy nextcloud AIO
- stop and remove containers
- Update docker-compose.yml adding NEXTCLOUD_TRUSTED_CACERTS_DIR=
- run docker-compose - In LDAP integration
- add ldaps:// before my ldap server FQDN
- change port from 389 to 636
is the path to a directory on my host containing 1) the CA certificate 2 ) certificate from ldap server (signed by the CA)
I saw in several forum that I should declare my ldap server certificate to allow nextcloud to use it, but I do not understand how do that…
Moreover I’m pretty sure my ldap server is correclty configured because I’m already using it with LDAPS to log on other services (Syno DSM, pfsense)
My infra:
Host : Synology NAS (with container manager)
NextCloud AIO version : v10.7.0
Thanks in advance for your help