Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to setup LDAP auth #339

Closed
wants to merge 4 commits into from
Closed

Commits on Jul 13, 2015

  1. Add LDAP auth method to the groovy CLI script

    Be able to setup LDAP auth on Jenkins master. This resulted in splitting
    set security method into three methods for setting:
    
    - ldap auth
    - password auth
    - unsecured
    
    Also give a chance to turn on the slave to master feature during
    deployment.
    mescanef committed Jul 13, 2015
    Configuration menu
    Copy the full SHA
    b4a1362 View commit details
    Browse the repository at this point in the history
  2. Add missing imports

    ó
    mescanef committed Jul 13, 2015
    Configuration menu
    Copy the full SHA
    6e2b306 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2015

  1. Reworked on LDAP auth

    Moved ldap params into jenkins::ldap::config.
    Moved ssh private/public keys into cli_helper, since
    its related to the cli invocation.
    mescanef committed Jul 15, 2015
    Configuration menu
    Copy the full SHA
    a8e40b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8046098 View commit details
    Browse the repository at this point in the history