From df93256cccd635dfbcaffe5d3240956bdd60ecb4 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 3 Jun 2005 07:04:44 +0000 Subject: read existing authentication conf (only minimal support for now) --- perl-install/standalone/drakauth | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'perl-install/standalone/drakauth') diff --git a/perl-install/standalone/drakauth b/perl-install/standalone/drakauth index 6a43a2f87..d29f250ca 100755 --- a/perl-install/standalone/drakauth +++ b/perl-install/standalone/drakauth @@ -13,8 +13,7 @@ read_all_conf('', my $netc = {}, my $_intf = {}); my $in = 'interactive'->vnew('su'); - -my $authentication = {}; # TODO +my $authentication = authentication::get(); my $kind = authentication::to_kind($authentication); my $meta_class = { getVarsFromSh("/etc/sysconfig/system") }->{META_CLASS}; -- cgit v1.2.1