blob: 9702f59918e4d36bbff9983980f330732cb6adf8 (
plain)
1
2
3
4
5
6
|
# 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
# to be able to run some commands thorugh sudo.
# %tacacs ALL = (root) NOPASSWD:NOEXEC: /usr/bin/whoami
|