summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAn-Cheng Huang <ancheng@vyatta.com>2008-02-21 19:08:58 -0800
committerAn-Cheng Huang <ancheng@vyatta.com>2008-02-21 19:08:58 -0800
commit8db8c057e889839fed65353070a15a8b70212e19 (patch)
tree6951e645648deffcfc00596c83ac2f63a02b9633 /scripts
parent7df04d877673f74523315d2750a232fdcad2cb5d (diff)
downloadvyatta-cfg-system-8db8c057e889839fed65353070a15a8b70212e19.tar.gz
vyatta-cfg-system-8db8c057e889839fed65353070a15a8b70212e19.zip
fix for bug 2764: rename user level
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/system/vyatta_update_login_user.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/system/vyatta_update_login_user.pl b/scripts/system/vyatta_update_login_user.pl
index 745b85d1..a059c227 100755
--- a/scripts/system/vyatta_update_login_user.pl
+++ b/scripts/system/vyatta_update_login_user.pl
@@ -138,7 +138,7 @@ if ($user eq "-d") {
my %level_map = (
'admin' => [ 'users', 'quaggavty', 'vyattacfg', 'sudo', ],
- 'users' => [ 'users', 'quaggavty', ],
+ 'operator' => [ 'users', 'quaggavty', ],
);
exit 4 if (!defined($user) || !defined($full) || !defined($encrypted)
|| !defined($level));