• Icon: Improvement Improvement
    • Resolution: Duplicate
    • Icon: Major Major
    • _unsorted
    • None
    • Platform: All, OS: All

      Currently the only allowed protocol to talk to an LDAP server is ldap://. In
      some corporate environment the non-secure port is closed, thus forcing SSL to
      talk to the LDAP using the ldaps:// protocol.

      In the hudson.security.LDAPSecurityRealm class the URL prefix is always
      hardcoded to be "ldap://".

      public String getLDAPURL()

      { return "ldap://"+server+'/'+Util.fixNull(rootDN); }

      This should have another attribute added to the config to determine if it should
      connect using SSL. If the user wants to use SSL, they check the checkbox and
      the code uses "ldaps://" as the protocol.

          [JENKINS-1723] Add LDAPS support

          clemp6r added a comment -

          Duplicate issue.

              • This issue has been marked as a duplicate of 1445 ***

          clemp6r added a comment - Duplicate issue. This issue has been marked as a duplicate of 1445 ***

            Unassigned Unassigned
            athrawn17 athrawn17
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: