This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| technical:tacacs [2022/09/26 15:16] – jc | technical:tacacs [2022/10/03 08:43] (current) – jc | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ## Linux | ## Linux | ||
| ### Prerequisites | ### Prerequisites | ||
| - | Install FreeRADIUS | + | Install |
| ### Install | ### Install | ||
| - | Add TACACS | + | TACACS+ may either be installed using an RPM and a supported |
| - | * [TACACS Source](https:// | + | * [TACACS Source](https:// |
| * [TACACS RHEL 7 Repository](http:// | * [TACACS RHEL 7 Repository](http:// | ||
| Line 23: | Line 23: | ||
| ``` | ``` | ||
| - | ``` | + | ``` bash |
| sudo dnf update | sudo dnf update | ||
| sudo dnf install tac_plus | sudo dnf install tac_plus | ||
| ``` | ``` | ||
| #### Source | #### Source | ||
| - | ``` | + | ``` bash |
| - | wget | + | wget https:// |
| - | tar | + | tar xzvf tacacs-F4.0.4.28.tar.gz |
| - | cd | + | cd tacacs-F4.0.4.28 |
| + | ./configure | ||
| make | make | ||
| sudo make install | sudo make install | ||
| Line 84: | Line 85: | ||
| __AAA Profile__ | __AAA Profile__ | ||
| ``` | ``` | ||
| + | aaa new-model | ||
| aaa authentication login default local | aaa authentication login default local | ||
| aaa authentication login < | aaa authentication login < | ||
| - | aaa authorization exec default | + | aaa authorization exec default |
| - | aaa authorization exec < | + | aaa authorization exec < |
| + | aaa authorization network default if-authenticated | ||
| aaa authorization commands 15 default local | aaa authorization commands 15 default local | ||
| aaa authorization commands 15 < | aaa authorization commands 15 < | ||