This issue is archived. You can view it, but you can't modify it. Learn more

ExportXMLWordPrintable

      when using the below code to set the Active Directory properties, the BindDN and BindPassword are not being stored

      import jenkins.model.*
          import hudson.model.*
          import hudson.security.*
          import hudson.plugins.*
          import hudson.plugins.active_directory.*
          import hudson.*
          import jenkins.*
      
      def instance = Jenkins.getInstance()
      
      println "--> configure LDAP"
      String domain = "server.domain.com"
      String site = "site"
      String server = "server:3268"
      String bindName = "username"
      String bindPassword = 'password'
      
      adrealm = new ActiveDirectorySecurityRealm(domain, site, bindName, bindPassword, server)
      instance.setSecurityRealm(adrealm)
      
      println "--> configure LDAP... done"
       

      However the log in does appear to work - its just the credential screen that does not display correctly

            Assignee:
            Félix Belzunce Arcos
            Reporter:
            Shaun Adams
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Archived: