remove use_authtok from pam config when ldap auth is enabled 13254

This commit is contained in:
2025-10-27 12:52:10 +02:00
parent cd7037c4e9
commit d877fea3b2
2 changed files with 5 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
{
my $status = $ldap{Authentication} || 'disabled';
return unless $status eq 'enabled';
$OUT .= "password sufficient pam_ldap.so use_authtok";
$OUT .= "password sufficient pam_ldap.so";
}
password required pam_deny.so