diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-05-29 22:53:54 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-05-29 22:53:54 -0700 |
commit | b2d49f178cc69c580039c5fb058f6eba4a542b1f (patch) | |
tree | 990b6713129bbb0af8a6a9f3fde94be903b5019e /debian | |
parent | 98c5476432c7a5d9b6eb79ef60262f79efa4588f (diff) | |
download | quagga-b2d49f178cc69c580039c5fb058f6eba4a542b1f.tar.bz2 quagga-b2d49f178cc69c580039c5fb058f6eba4a542b1f.tar.xz |
Allow any user in quagga group to run vtysh
Fix the PAM setup file.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/vyatta-quagga.pam | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/vyatta-quagga.pam b/debian/vyatta-quagga.pam index 093e1729..0da44ecb 100644 --- a/debian/vyatta-quagga.pam +++ b/debian/vyatta-quagga.pam @@ -1,3 +1,6 @@ +# This allows root to do vtysh without passwords +auth sufficient pam_rootok.so + # Any user may call vtysh but only those belonging to the group quaggavty can # actually connect to the socket and use the program. -auth sufficient pam_permit.so +auth sufficient pam_wheel.so quaggavty |