How can I setup ocs to use ldaps or starttls? We have enabled ldap signing requirements in our domain and now ocs ldap auth has stopped working. I have tried changing the port to 636 but the client does not seem to recognize that is for ldaps. If I use 389, the DC will reject it because it is not signed. I do not see any options in the config files to enable ldaps or tls support.
Oh I had to add this line to the /etc/ldap/ldap.conf to make other apps on the same server work properly but OCS does not work still:
TLS_REQCERT never