-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Minor
-
Component/s: active-directory-plugin
-
None
-
Environment:Jenkins 2.346.3 active-directory-plugin 2.26
Configure hudson.plugins.active_directory logger in the System logs to debug the Active Directory.
Go to JENKINS_URL/configureSecurity
Select Active directory in Security RealmÂ
Setup your AD configuration
Require TLS checkbox is activated by default.
Click on Test-Domain
The logger shows: Connecting to ldaps://mydlapserver
Â
Uncheck the Require TLS checkbox.
Click on Test-Domain
The logger shows: Connecting to ldaps://mydlapserver
Â
If you save the configuration, with Require TLS disabled,Â
the correct TLS setting will be saved and Jenkins will use ldap://
Â
If you back to JENKINS_URL/configureSecurity and click on 'Test-Domain', with 'Require TLS' still disabled, the test will be properly done with  ldap://
But if you enable Require TLS, and click on Test-Domain the test will incorrectly be performed with ldap:// instead of ldaps://
Â
- causes
-
JENKINS-70272 LDAPS with Active Directory not working
-
- Open
-