diff options
Diffstat (limited to 'debian/vyatta-quagga.pam')
-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 |