From b2d49f178cc69c580039c5fb058f6eba4a542b1f Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Thu, 29 May 2008 22:53:54 -0700 Subject: Allow any user in quagga group to run vtysh Fix the PAM setup file. --- debian/vyatta-quagga.pam | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3