summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakauth
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-06-03 07:04:44 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-06-03 07:04:44 +0000
commitdf93256cccd635dfbcaffe5d3240956bdd60ecb4 (patch)
treeeac98032ac24df8acdb9494e7b96bcf8b097eb53 /perl-install/standalone/drakauth
parentf42c230718d177bf87fa01e1302cbd669485b24c (diff)
downloaddrakx-backup-do-not-use-df93256cccd635dfbcaffe5d3240956bdd60ecb4.tar
drakx-backup-do-not-use-df93256cccd635dfbcaffe5d3240956bdd60ecb4.tar.gz
drakx-backup-do-not-use-df93256cccd635dfbcaffe5d3240956bdd60ecb4.tar.bz2
drakx-backup-do-not-use-df93256cccd635dfbcaffe5d3240956bdd60ecb4.tar.xz
drakx-backup-do-not-use-df93256cccd635dfbcaffe5d3240956bdd60ecb4.zip
read existing authentication conf (only minimal support for now)
Diffstat (limited to 'perl-install/standalone/drakauth')
-rwxr-xr-xperl-install/standalone/drakauth3
1 files changed, 1 insertions, 2 deletions
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};