diff options
Diffstat (limited to 'tacplus.sudo')
-rw-r--r-- | tacplus.sudo | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/tacplus.sudo b/tacplus.sudo index bc90883..9702f59 100644 --- a/tacplus.sudo +++ b/tacplus.sudo @@ -1,15 +1,3 @@ -# This file is part of the libtacplus-map package. -# It allow tacacs privilege level 15 users (mapped to local user tacacs15) -# to sudo without restrictions, so they can do all switch setup and -# administration. The tacacs15 user is added by the same package, and -# is configured to be a disabled login -tacacs15 ALL=(ALL:ALL) ALL - -# If you want to allow privileged tacacs users (level 15) to execute -# sudo without a password, comment out the tacacs 15 line above, and -# uncomment out the line below: -# tacacs15 ALL=(ALL:ALL) NOPASSWD:NOEXEC: ALL - # Allow any tacacs group login to run this set of commands. this is just a # demonstration. # This example uses group tacacs, if you want all tacacs group users |