I am trying to connect Confluence (6.3) to an Active Directory Primary Domain Controller (PDC) provided by Samba 4 as a user directory.
This is a simple small office setup, but I am unable to get it to work.
I selected 'Active Directory' provided a host name, did not select SSL (since no certificate would be in use) and provided a base dsn (dc=xxx,dc=lan).
The quick test is green, but the next test returns "LDAP: error code 1 - 00002020: Operation unavailable without authentication". I guess I need to also provide a user.
Also configuring an admin account results in the quick test failing with "LDAP: error code 8 - BindSimple: Transport encryption required". I could not find any info on this, other than an old JIRA ticket (JRASERVER-24106) recommending to use either SSL (not possible, results in SSLHandshakeException: java.security.cert.CertificateException: No name matching xxxx found) or reconfigure LDAP Server Signing Requirements in AD.
Other than that, there is no info. Is something wrong with my setup or my AD/Samba 4? Is this normally supposed to work?
Apparently Samba AD requires encryption:
Samba4 and sssd authentication not working due "Transport encryption required."
Samba now requires SSL/TLS for LDAP
binds. Once you have enabled TLS in sssd, everything should work. While
you can turn off the requirement in Samba, it's a bad idea, as it'll
result in unencrypted passwords being sent over the network.
Please see Configuring an SSL Connection to Active Directory
Basically, The Java supporting Confluence does not trust the SSL certificate served by AD. Importing the AD certificate into the Confluence Java truststore (usually distinct from the keystore served by Confluence and usually called "cacerts") located in your Java directory for example:
$JAVA_HOME/jre/lib/security/cacerts
SSL for Confluence is a free plugin that may expedite the process.
Thanks,
Ann
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.