summaryrefslogtreecommitdiff
path: root/lib/Vyatta
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2009-09-11 09:06:37 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2009-09-11 16:12:43 -0700
commitb5dce47b6404fc162bfda1abed9b1eb54d05c9a4 (patch)
tree484a3ba7142a3447915f37136ed3925b871fa720 /lib/Vyatta
parent9495c2381e74cf7e7cc7c12424bb6091eb9957ad (diff)
downloadvyatta-cfg-quagga-b5dce47b6404fc162bfda1abed9b1eb54d05c9a4.tar.gz
vyatta-cfg-quagga-b5dce47b6404fc162bfda1abed9b1eb54d05c9a4.zip
Add operators to vyattaop group
Part of bug fix for password sync (Bz 4528)
Diffstat (limited to 'lib/Vyatta')
-rwxr-xr-xlib/Vyatta/Login/User.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Vyatta/Login/User.pm b/lib/Vyatta/Login/User.pm
index 9ddbdc12..b0954e06 100755
--- a/lib/Vyatta/Login/User.pm
+++ b/lib/Vyatta/Login/User.pm
@@ -37,7 +37,7 @@ my %reasons = (
# Map of level to additional groups
my %level_map = (
'admin' => [ 'quaggavty', 'vyattacfg', 'sudo', 'adm', 'dip', 'disk' ],
- 'operator' => [ 'quaggavty', 'operator', 'adm', 'dip', ],
+ 'operator' => [ 'quaggavty', 'vyattaop', 'operator', 'adm', 'dip', ],
);
# Construct a map from existing users to group membership