From b5dce47b6404fc162bfda1abed9b1eb54d05c9a4 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Fri, 11 Sep 2009 09:06:37 -0700 Subject: Add operators to vyattaop group Part of bug fix for password sync (Bz 4528) --- lib/Vyatta/Login/User.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Vyatta/Login') 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 -- cgit v1.2.3