From 2dfccfb76f04c03100e9552e98c0fe899818071d Mon Sep 17 00:00:00 2001 From: UnicronNL Date: Wed, 16 May 2018 22:22:59 +0200 Subject: Add 2 users used for radius mapping. --- lib/Vyatta/Login/User.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib') diff --git a/lib/Vyatta/Login/User.pm b/lib/Vyatta/Login/User.pm index e03888cd..e0305fbb 100755 --- a/lib/Vyatta/Login/User.pm +++ b/lib/Vyatta/Login/User.pm @@ -231,6 +231,9 @@ sub update { # This can happen if user added but configuration not saved # and system is rebooted foreach my $user ( _local_users() ) { + # skip radius users + next if $user eq 'radius_user'; + next if $user eq 'radius_priv_user'; # did we see this user in configuration? next if defined $users{$user}; -- cgit v1.2.3