-
Bug
-
Resolution: Fixed
-
Low (View bug fix roadmap)
-
7.0.2, 7.1.7
-
7
-
7.4
-
Severity 3 - Minor
-
Summary
The Secure SSL flag under the Advanced Settings section in the LDAP settings does not work when using Delegated LDAP/Internal with LDAP Authentication in JIRA.
Steps to Reproduce
- Add a Delegated LDAP (AD) in JIRA
- Checking the Secure SSL checkbox and hit the Save and Test button
- if we edit the LDAP directory again and verify that option, it will no longer be checked
Expected Results
- The option should stay checked and the database should get updated with that option checked.
Actual Results
- The option is not checked if we access the directory settings again and the database does not update the ldap.secure attribute. Update/insert the value directly in the database will not make the option appear checked in the interface.
- is cloned by
-
JSB-74 You do not have permission to view this issue
- is related to
-
EMBCWD-1007 Failed to load
- mentioned in
-
Page Failed to load
dblack The setting will not be created in the database not matter what you do.
When creating or editing a directory, if you check the SSL box on Port the Secure SSL box will be checked automatically. When you try to save, if creating a directory as connector, the follow entry will be added to the database:
If you are creating the directory as delegated, even the Secure SSL option being checked, no entry like the one above will be created in the database. If you edit the directory, the Secure SSL box will not be checked and try to check it and save will also no create the entry in the database. Insert the value in the database will also not make the box appear as checked.