Hello,
we use owncloud 10.4.1 and I wanted to active LDAP Authentication which works on Port tcp/389 (ldap); However with ldaps (tcp(636) and firewall rule was generated) I can’t connect to the BASE-DN. I get the message, that the BASE-DN or the account seems to be wrong.
I don’t know which distribution you have, but basically, you need to import your Root CA/PDC Certificates in your distribution.
Import the certificates into the ownCloud as well and verify the connection.
I recommend as well to take a look into the ownCloud logs, there you will find much more information about where the problem is. The logfile is located normally in /var/www/owncloud/data/owncloud.log
Hello Erwin,
thanks for the reply.
So I have only to copy the whole certificate chain from the DC (incl. the root certificate) into /etc/ssl/certs/? Is this correct?
By the way it is an Ubuntu 18.04 distribution.
Thanks