summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-01-08 17:31:36 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-01-08 17:31:36 +0000
commit6887bb46366245ba10c35d907dc6a3f206d804b1 (patch)
treeef66e7dcc4f74ebac72ed8574365e8807136e0a3 /perl-install/install_any.pm
parent85f7d9cca33fdfb0688789e4116db9f0b1c88fa5 (diff)
downloaddrakx-backup-do-not-use-6887bb46366245ba10c35d907dc6a3f206d804b1.tar
drakx-backup-do-not-use-6887bb46366245ba10c35d907dc6a3f206d804b1.tar.gz
drakx-backup-do-not-use-6887bb46366245ba10c35d907dc6a3f206d804b1.tar.bz2
drakx-backup-do-not-use-6887bb46366245ba10c35d907dc6a3f206d804b1.tar.xz
drakx-backup-do-not-use-6887bb46366245ba10c35d907dc6a3f206d804b1.zip
- integrate chkauth (which is now deprecated)
- new module authentication
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r--perl-install/install_any.pm3
1 files changed, 2 insertions, 1 deletions
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() {