diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-09-11 09:06:37 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-09-11 16:12:43 -0700 |
commit | b5dce47b6404fc162bfda1abed9b1eb54d05c9a4 (patch) | |
tree | 484a3ba7142a3447915f37136ed3925b871fa720 | |
parent | 9495c2381e74cf7e7cc7c12424bb6091eb9957ad (diff) | |
download | vyatta-cfg-quagga-b5dce47b6404fc162bfda1abed9b1eb54d05c9a4.tar.gz vyatta-cfg-quagga-b5dce47b6404fc162bfda1abed9b1eb54d05c9a4.zip |
Add operators to vyattaop group
Part of bug fix for password sync (Bz 4528)
-rwxr-xr-x | lib/Vyatta/Login/User.pm | 2 |
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 |