summaryrefslogtreecommitdiffstats
path: root/perl-install/authentication.pm
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-08-19 09:26:39 +0000
committerOlivier Blin <oblin@mandriva.com>2008-08-19 09:26:39 +0000
commitf341e18cb74930f323820c82b1276c626287119c (patch)
tree8b93de35a7715846ee8004a98172b9002d96eb2f /perl-install/authentication.pm
parent22dd2219ea776cc40db01e4573a0fca3f66946ce (diff)
downloaddrakx-f341e18cb74930f323820c82b1276c626287119c.tar
drakx-f341e18cb74930f323820c82b1276c626287119c.tar.gz
drakx-f341e18cb74930f323820c82b1276c626287119c.tar.bz2
drakx-f341e18cb74930f323820c82b1276c626287119c.tar.xz
drakx-f341e18cb74930f323820c82b1276c626287119c.zip
authentication: enable network-auth meta-service if auth is not local
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 {