jenkinsci / jenkinsci/active-directory-plugin
[JENKINS-21073] Fix forceLdaps system property
- Dominant language
- Java
- Stars
- 53
- Forks
- 115
- PR merge metrics
- No merged PRs in 30d
Description
The Active Directory documentation [1] says you can use the `hudson.plugins.active_directory.ActiveDirectorySecurityRealm.forceLdaps` system property to force connecting via LDAPS. This is broken.
The following pull request updates the code to use this system property:
https://github.com/jenkinsci/active-directory-plugin/pull/8
It also changes the default LDAPS port from 686 to 636.
---
Originally reported by
blt04, imported from: Fix forceLdaps system property
eyeeyeeye
Raw content of original issue
The Active Directory documentation [1] says you can use the `hudson.plugins.active_directory.ActiveDirectorySecurityRealm.forceLdaps` system property to force connecting via LDAPS. This is broken.
The following pull request updates the code to use this system property:
https://github.com/jenkinsci/active-directory-plugin/pull/8It also changes the default LDAPS port from 686 to 636.
Contributor guide
Assessment
This issue has not been assessed yet.