Skip to content

Commit

Permalink
[TACACS+]: Move hostcfgd to sonic-buildimage
Browse files Browse the repository at this point in the history
* Command list
  config aaa authentication login [{tacacs+, local} | default]
  config aaa authentication failthrough [enable | disable | default]
  config tacacs passkey <TEXT>
  config tacacs authtype [pap | chap | mschap]
  config tacacs timeout <0-60>
  config tacacs add <ip_address> --port <1–65535>
                                 --timeout <1–60>
                                 --key <TEXT>
                                 --type [pap | chap | mschap]
                                 --pri <1-64>
  config tacacs delete <ip_address>
  show aaa
  show tacacs

  Signed-off-by: Chenchen Qi <chenchen.qcc@alibaba-inc.com>
  • Loading branch information
Liuqu committed Dec 7, 2017
1 parent d2d67db commit c940633
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 341 deletions.
339 changes: 0 additions & 339 deletions scripts/hostcfgd

This file was deleted.

3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ def get_test_suite():
'scripts/lldpshow',
'scripts/port2alias',
'scripts/portstat',
'scripts/teamshow',
'scripts/hostcfgd'
'scripts/teamshow'
],
data_files=[
('/etc/bash_completion.d', glob.glob('data/etc/bash_completion.d/*')),
Expand Down

0 comments on commit c940633

Please sign in to comment.