-
Type:
Task
-
Resolution: Fixed
-
Priority:
Minor
-
Component/s: active-directory-plugin
-
None
-
2.37
When Jenkins is running in FIPS mode (see JEP) Do not allow users to configure the bind password shorter than 14 characters
How to reproduce thisÂ
- Go to Manage Jenkins > Security > Security Realm and select Active directory
- Click on Add domain
- Introduce a password shorter than 14 characters
The output is:
- You don't get any error message
- You can save the configuration
- You can test it without re-validating the TLS Configuration option
Here is a draft PR with a proposed fixÂ