summaryrefslogtreecommitdiffstats
path: root/perl-install/authentication.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-05-17 10:48:22 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-05-17 10:48:22 +0000
commitea135697a2b2db06e288d43523665ad45a37e567 (patch)
tree7e9b89c10fc23ad1457213f39204701f4cad586e /perl-install/authentication.pm
parent22929a5d77d04640c683d17102ec4b84121af833 (diff)
downloaddrakx-backup-do-not-use-ea135697a2b2db06e288d43523665ad45a37e567.tar
drakx-backup-do-not-use-ea135697a2b2db06e288d43523665ad45a37e567.tar.gz
drakx-backup-do-not-use-ea135697a2b2db06e288d43523665ad45a37e567.tar.bz2
drakx-backup-do-not-use-ea135697a2b2db06e288d43523665ad45a37e567.tar.xz
drakx-backup-do-not-use-ea135697a2b2db06e288d43523665ad45a37e567.zip
install autofs for nis authentication (dixit florin & fcrozat)
Diffstat (limited to 'perl-install/authentication.pm')
-rw-r--r--perl-install/authentication.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/authentication.pm b/perl-install/authentication.pm
index 767ddd7cb..bde5ed6fd 100644
--- a/perl-install/authentication.pm
+++ b/perl-install/authentication.pm
@@ -78,7 +78,7 @@ sub set {
set_pam_authentication('ldap');
set_ldap_conf($domain, $val, 1);
} elsif ($kind eq 'NIS') {
- $in->do_pkgs->install('ypbind');
+ $in->do_pkgs->install(qw(ypbind autofs));
my $domain = $netc->{NISDOMAIN};
$domain || $val ne "broadcast" or die N("Can't use broadcast with no NIS domain");
my $t = $domain ? "domain $domain" . ($val ne "broadcast" && " server") : "ypserver";