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

View File

@@ -4,7 +4,7 @@
%define name smeserver-password
%define version 1.2.0
%define release 17
%define release 18
Summary: SME Server password panel
Name: %{name}
@@ -23,6 +23,9 @@ Requires: smeserver-formmagick >= 1.4.0-12
Smeserver addon panel to change password strength and password ageing
%changelog
* Mon Oct 27 2025 Vasarhelyi Zsolt <zsoltv@koozali.org> 1.2.0-18.sme
- remove use_authtok from pam config when ldap auth is enabled [SME: 13254]
* Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 1.2.0-17.sme
- Fix e-smith references in smeserver-password [SME: 12732]