From f341e18cb74930f323820c82b1276c626287119c Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 19 Aug 2008 09:26:39 +0000 Subject: authentication: enable network-auth meta-service if auth is not local --- perl-install/authentication.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'perl-install/authentication.pm') 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 { -- cgit v1.2.1