Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-4895

AD and LDAP fail due to Referrals

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • ldap-plugin
    • None
    • Platform: PC, OS: Linux

      In security/LDAPBindSecurityRealm.groovy, the following config option is hard coded:

      extraEnvVars = [(Context.REFERRAL):"follow"];

      Attempting to use Active Directory's LDAP server fails due to the fact that AD
      referrals aren't 100% compatible with LDAP itself. Is it possible for this to
      be implemented as a configurable options?

      Just for reference, the value above can be set to "follow", "ignore", or "throw".

      Andrew

            Unassigned Unassigned
            redmumba redmumba
            Votes:
            7 Vote for this issue
            Watchers:
            11 Start watching this issue

              Created:
              Updated: