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 17:15:01 -0700 |
commit | 1078f7a7eb25dd5da11a8228892aa15ca10245ed (patch) | |
tree | 81330204c7c594e37b1a9a43bd0506766280be6a | |
parent | 4e4a48c81b7d786564dd4c19fa979f37226c8700 (diff) | |
download | vyatta-cfg-system-1078f7a7eb25dd5da11a8228892aa15ca10245ed.tar.gz vyatta-cfg-system-1078f7a7eb25dd5da11a8228892aa15ca10245ed.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 |