From 6887bb46366245ba10c35d907dc6a3f206d804b1 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 8 Jan 2004 17:31:36 +0000 Subject: - integrate chkauth (which is now deprecated) - new module authentication --- perl-install/install_any.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install/install_any.pm') diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 5a0e355e8..aaf0b2e8c 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -454,7 +454,8 @@ sub set_authentication { $f->(); } 'configureNetwork'; }; - any::set_authentication($o, $o->{netc}, $o->{authentication} ||= {}, $when_network_is_up); + require authentication; + authentication::set($o, $o->{netc}, $o->{authentication} ||= {}, $when_network_is_up); } sub killCardServices() { -- cgit v1.2.1