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/NEWS | 2 ++ perl-install/authentication.pm | 3 +++ perl-install/install/NEWS | 1 + 3 files changed, 6 insertions(+) diff --git a/perl-install/NEWS b/perl-install/NEWS index 1ddd84270..50e337bae 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,5 @@ +- authentication: enable network-auth meta-service if auth is not local + Version 11.13 - 18 August 2008 - do_pkgs: do not reload urpmi media at every check for package availability 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 { diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 96bd1c28e..64b5db04c 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,5 +1,6 @@ - fix crash with advanced widgets - fix bogus popup of 'desktop choice' dialog +- authentication: enable network-auth meta-service if auth is not local Version 11.13 - 18 August 2008 -- cgit v1.2.1