summaryrefslogtreecommitdiffstats
path: root/perl-install/authentication.pm
diff options
context:
space:
mode:
authorFlorent Villard <warly@mandriva.com>2005-08-03 08:05:58 +0000
committerFlorent Villard <warly@mandriva.com>2005-08-03 08:05:58 +0000
commitf0f245272fceee55c92b5daa3942927148d06a5d (patch)
tree5bed7ed2e0f3fb5b41151b0cbf2aa3979e1628be /perl-install/authentication.pm
parent8cb73f30ccb8b02bb983a7dd084ba97ee4a5aab7 (diff)
downloaddrakx-backup-do-not-use-f0f245272fceee55c92b5daa3942927148d06a5d.tar
drakx-backup-do-not-use-f0f245272fceee55c92b5daa3942927148d06a5d.tar.gz
drakx-backup-do-not-use-f0f245272fceee55c92b5daa3942927148d06a5d.tar.bz2
drakx-backup-do-not-use-f0f245272fceee55c92b5daa3942927148d06a5d.tar.xz
drakx-backup-do-not-use-f0f245272fceee55c92b5daa3942927148d06a5d.zip
some x86_64 build fixes
Diffstat (limited to 'perl-install/authentication.pm')
-rw-r--r--perl-install/authentication.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/authentication.pm b/perl-install/authentication.pm
index 1affd1a9c..ae3879824 100644
--- a/perl-install/authentication.pm
+++ b/perl-install/authentication.pm
@@ -358,6 +358,8 @@ sub set {
$when_network_is_up->(sub {
run_program::rooted($::prefix, 'net', 'ads', 'join', '-U', $authentication->{winuser} . '%' . $authentication->{winpass});
});
+ } elsif ($kind eq 'smartcard') {
+
}
}