summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVicent Guardiola <vguardiola@mandriva.com>2004-11-10 14:03:48 +0000
committerVicent Guardiola <vguardiola@mandriva.com>2004-11-10 14:03:48 +0000
commite099a6036b21f56eb0f03b797d450c9f7557251c (patch)
treedb72be1397128e96e8066b8f1c4f983a674de033
parent5ee10cdc3523b6d2efca1ead654ae996e340a4d3 (diff)
downloaddrakx-backup-do-not-use-e099a6036b21f56eb0f03b797d450c9f7557251c.tar
drakx-backup-do-not-use-e099a6036b21f56eb0f03b797d450c9f7557251c.tar.gz
drakx-backup-do-not-use-e099a6036b21f56eb0f03b797d450c9f7557251c.tar.bz2
drakx-backup-do-not-use-e099a6036b21f56eb0f03b797d450c9f7557251c.tar.xz
drakx-backup-do-not-use-e099a6036b21f56eb0f03b797d450c9f7557251c.zip
add pm_mkhomedir
-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 e33773fcd..74a6cd315 100644
--- a/perl-install/authentication.pm
+++ b/perl-install/authentication.pm
@@ -320,7 +320,7 @@ sub set_pam_authentication {
);
my %before_first = (
session =>
- intersection(\@authentication_kinds, [ 'winbind', 'krb5' ])
+ intersection(\@authentication_kinds, [ 'winbind', 'krb5','ldap' ])
? pam_format_line('session', 'optional', 'pam_mkhomedir', 'skel=/etc/skel/', 'umask=0022') :
member('castella', @authentication_kinds)
? pam_format_line('session', 'optional', 'pam_castella') : '',