From 33b55c2f62a17cb9f7b0bf86c2af542f7fe699c6 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 26 Aug 2003 12:33:48 +0000 Subject: install "autofs" pkg when using ldap (thanks to Buchan Milne) --- perl-install/any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/any.pm b/perl-install/any.pm index 773c31fdf..5da1f6b0f 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -1027,7 +1027,7 @@ sub set_authentication { my ($shadow, $ldap, $nis, $winbind, $winpass) = @$authentication{qw(shadow LDAP NIS winbind winpass)}; enableShadow() if $shadow; if ($ldap) { - $in->do_pkgs->install(qw(chkauth openldap-clients nss_ldap pam_ldap)); + $in->do_pkgs->install(qw(chkauth openldap-clients nss_ldap pam_ldap autofs)); run_program::rooted($::prefix, "/usr/sbin/chkauth", "ldap", "-D", $netc->{LDAPDOMAIN}, "-s", $ldap); } elsif ($nis) { #$o->pkg_install(qw(chkauth ypbind yp-tools net-tools)); -- cgit v1.2.1