summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-06-13 09:16:09 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-06-13 09:16:09 +0000
commiteea3fc35c356ba099b313b96f01226dee30fadf6 (patch)
tree34999b128515aab3c1793e7614799825bfee1746
parent191416f9181dccc281abf717503e401fa7db3d17 (diff)
downloaddrakx-backup-do-not-use-eea3fc35c356ba099b313b96f01226dee30fadf6.tar
drakx-backup-do-not-use-eea3fc35c356ba099b313b96f01226dee30fadf6.tar.gz
drakx-backup-do-not-use-eea3fc35c356ba099b313b96f01226dee30fadf6.tar.bz2
drakx-backup-do-not-use-eea3fc35c356ba099b313b96f01226dee30fadf6.tar.xz
drakx-backup-do-not-use-eea3fc35c356ba099b313b96f01226dee30fadf6.zip
stop messing with likeauth and nullok options and keep them on the pam_unix line (bugzilla #12066)
-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 f7c5dc2ee..ed64289dc 100644
--- a/perl-install/authentication.pm
+++ b/perl-install/authentication.pm
@@ -378,7 +378,7 @@ sub set_pam_authentication {
}
if ($module eq 'pam_unix' && $special{$type} && @{$special{$type}}) {
my @para_for_last =
- $type eq 'auth' ? qw(likeauth nullok use_first_pass) :
+ $type eq 'auth' ? qw(use_first_pass) :
$type eq 'account' ? qw(use_first_pass) : @{[]};
@para = difference2(\@para, \@para_for_last);