SVN Edge not authenticating correctly with domain controller

Solution 1:

Kind of late to this. I think you might need to check that the AD server support SSL and TLS, or STARTTLS port by talking to LDAP administrators. You can use the lpd tool or ADexplorer to make sure the required ports are open and able to connect to the LDAP server. Then you can use a command line openssl and try the command

openssl s_client -connect yourADserver:yourADSErversecure port -tls1_2

to check whether you can connect it with the specific TLS protocol. My sample use TLS 1.2 protocol. I am able to get mine working using the setting STARTTLS selection.

One more thing, check the file svn_viewvc_http.conf under the conf directory in Subversion Edge installation directory which contains the LDAP settings generated by the system. Good luck!