summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2008-05-29 22:53:54 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2008-05-29 22:53:54 -0700
commitb2d49f178cc69c580039c5fb058f6eba4a542b1f (patch)
tree990b6713129bbb0af8a6a9f3fde94be903b5019e
parent98c5476432c7a5d9b6eb79ef60262f79efa4588f (diff)
downloadquagga-b2d49f178cc69c580039c5fb058f6eba4a542b1f.tar.bz2
quagga-b2d49f178cc69c580039c5fb058f6eba4a542b1f.tar.xz
Allow any user in quagga group to run vtysh
Fix the PAM setup file.
-rw-r--r--debian/vyatta-quagga.pam5
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