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

[TACACS+]: Add TACACS+ Authentication #746

Closed
wants to merge 9 commits into from

Commits on Jun 23, 2017

  1. [TACACS+]: Add TACACS+ Feature

    Summary:
    * Add pam-tacplus module
    * Add nss-tacplus module
    * Add TACACS+ make rules and install script
    * Add TACACS+ build dependence packages
    * Add remote_user and remote_user_su
    * Add AAA configuration file
    六曲 committed Jun 23, 2017
    Configuration menu
    Copy the full SHA
    0fa3957 View commit details
    Browse the repository at this point in the history
  2. [TACACS+]: Update submodule pointer

    Liuqu committed Jun 23, 2017
    Configuration menu
    Copy the full SHA
    b23b0d0 View commit details
    Browse the repository at this point in the history
  3. [TACACS+]:Update sonic-utilities submodule

    Liuqu committed Jun 23, 2017
    Configuration menu
    Copy the full SHA
    a576065 View commit details
    Browse the repository at this point in the history
  4. [build]: Delete unnecessary configuration

    Liuqu committed Jun 23, 2017
    Configuration menu
    Copy the full SHA
    92cc065 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2017

  1. Merge branch 'master' into features/tacacs+

    Liuqu committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    4d8fbbb View commit details
    Browse the repository at this point in the history
  2. [TACACS+]: Modify tacacs make rule

    * Delete sonic-nss-tacplus and sonic-pam-tacplus submodule
    * The nss-tacplus plugin is applied as patch for pam-tacplus
    * Create remote user in aaa_config when TACACS+ enable, not default
      in build image
    * Remove TACACS+ default config file, load default config by
      aaa config
    Liuqu committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    e394b92 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2017

  1. Merge branch 'master' into features/tacacs+

    Liuqu committed Aug 21, 2017
    Configuration menu
    Copy the full SHA
    02cc9f6 View commit details
    Browse the repository at this point in the history
  2. [TACACS+]:Update nss patch

    * Modify the default user mapping policy, create local user for
      each TACACS+ user.
    * Add configuration to change the default gid, group and shell of
      the local user to be created.
    Liuqu committed Aug 21, 2017
    Configuration menu
    Copy the full SHA
    c5765f9 View commit details
    Browse the repository at this point in the history
  3. [TACACS+]: Fix libpam_tacplus build error

    * Delete build dependence 'autoconf-archive'
    Liuqu committed Aug 21, 2017
    Configuration menu
    Copy the full SHA
    b2ae692 View commit details
    Browse the repository at this point in the history