From e353784221348c589a0351903094e1b62cbdd40f Mon Sep 17 00:00:00 2001 From: Bob Gilligan Date: Mon, 29 Sep 2008 09:48:39 -0700 Subject: Bugfix: 3492 Add "admin" and "operator" level users to the "dip" group so that they can execute CLI commands that bring up and take down PPP connections. --- scripts/system/vyatta_update_login.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/system/vyatta_update_login.pl b/scripts/system/vyatta_update_login.pl index bd103c57..dbe4e338 100755 --- a/scripts/system/vyatta_update_login.pl +++ b/scripts/system/vyatta_update_login.pl @@ -53,8 +53,8 @@ my %reasons = ( # Map of level to additional groups my %level_map = ( - 'admin' => [ 'quaggavty', 'vyattacfg', 'sudo', 'adm', ], - 'operator' => [ 'quaggavty', 'operator', 'adm', ], + 'admin' => [ 'quaggavty', 'vyattacfg', 'sudo', 'adm', 'dip', ], + 'operator' => [ 'quaggavty', 'operator', 'adm', 'dip', ], ); # we have some users -- cgit v1.2.3