Skip to content

Commit 1c12225

Browse files
committed
updates
1 parent f99ac5a commit 1c12225

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

  • content/cumulus-linux-517/System-Configuration/Authentication-Authorization-and-Accounting

content/cumulus-linux-517/System-Configuration/Authentication-Authorization-and-Accounting/TACACS.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ cumulus@switch:~$ sudo rm ~tacacs0/bin/*
485485
486486
## Server-side Per-command Authorization
487487
488-
Whe you use server-side per-command authorization, Cumulus Linux sends every command that the TACACS+ user enters to the TACACS server for authorization before executing the command. The TACACS server is the sole authority on which commands are permitted; you don't need to configure local per-command configuration on the switch.
488+
Whe you use server-side per-command authorization, Cumulus Linux sends every command that the TACACS+ user enters to the TACACS server for authorization before executing the command.
489489
490490
{{%notice note%}}
491491
- You can use server-side per-command authorization together with specific command authorization so that Cumulus Linux authorizes certain commands locally and forwards all other commands *only* to the TACACS server.
@@ -497,17 +497,17 @@ By default, server-side per-command authorization is disabled for all privilege
497497
498498
To enable server-side per-command authorization for a TACACS privilege level, run the `nv set system aaa tacacs authorization <priority-id> all-commands enabled` command.
499499
500-
The following example enables server-side authorization for all commands at privilege level 15:
500+
The following example enables server-side authorization for all commands at privilege level 0:
501501
502502
```
503-
cumulus@switch:~$ nv set system aaa tacacs authorization 15 all-commands enabled
503+
cumulus@switch:~$ nv set system aaa tacacs authorization 0 all-commands enabled
504504
cumulus@switch:~$ nv config apply
505505
```
506506
507-
To disable server-side per-command authorization for a TACACS privilege level and revert to local command authorization only, run the `nv set system aaa tacacs authorization <priority-id> all-commands disabled` command:
507+
To disable server-side per-command authorization for a TACACS privilege level, run the `nv set system aaa tacacs authorization <priority-id> all-commands disabled` command:
508508
509509
```
510-
cumulus@switch:~$ nv set system aaa tacacs authorization 15 all-commands disabled
510+
cumulus@switch:~$ nv set system aaa tacacs authorization 0 all-commands disabled
511511
cumulus@switch:~$ nv config apply
512512
```
513513

0 commit comments

Comments
 (0)