summaryrefslogtreecommitdiffstats
path: root/perl-install/authentication.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/authentication.pm')
-rw-r--r--perl-install/authentication.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/authentication.pm b/perl-install/authentication.pm
index 2ca92f4aa..ab62af40f 100644
--- a/perl-install/authentication.pm
+++ b/perl-install/authentication.pm
@@ -292,6 +292,9 @@ sub set {
install_needed_packages($in->do_pkgs, to_kind($authentication)) or return;
set_raw($net, $authentication, $o_when_network_is_up);
+
+ require services;
+ services::set_status('network-auth', to_kind($authentication) ne 'local', 'dont_apply');
}
sub set_raw {