Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-62201

Secure SSL flag does not work when using Delegated LDAP

      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

      1. Add a Delegated LDAP (AD) in JIRA
      2. Checking the Secure SSL checkbox and hit the Save and Test button
      3. 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.

            [JRASERVER-62201] Secure SSL flag does not work when using Delegated LDAP

            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:

            directory_id attribute_name attribute_value
            10100 ldap.secure true

            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.

            Teilor Soares (Inactive) added a comment - 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: directory_id attribute_name attribute_value 10100 ldap.secure true 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.

            David Black added a comment - - edited

            What's the impact here ? - is the option not selected if you set it up the secure SSL flag or is it that later when you edit and save the connection that the setting is lost as it isn't selected in the ui?

            David Black added a comment - - edited What's the impact here ? - is the option not selected if you set it up the secure SSL flag or is it that later when you edit and save the connection that the setting is lost as it isn't selected in the ui?

              apawelczyk Artur Pawelczyk (Inactive)
              tsoares Teilor Soares (Inactive)
              Affected customers:
              0 This affects my team
              Watchers:
              10 Start watching this issue

                Created:
                Updated:
                Resolved: