https://bugs.contribs.org/show_bug.cgi?id=10874
--- Comment #5 from John Crisp <[email protected]> ---
Making a patch file for this:
yum whatprovides /etc/e-smith/templates/etc/pam.d/system-auth/40password
e-smith-base-5.6.0-36.el6.sme.noarch : e-smith server and gateway - base module
Repo : installed
Matched from:
Other : Provides-match:
/etc/e-smith/templates/etc/pam.d/system-auth/40password
Checkout e-smith-base package with anonymous CVS.
make clean;make prep
cp -r e-smith-base-5.6.0 e-smith-base-5.6.0.old
Modify your template file
diff -ruN
e-smith-base-5.6.0/root/etc/e-smith/templates/etc/pam.d/system-auth/40password
e-smith-base-5.6.0.old/root/etc/e-smith/templates/etc/pam.d/system-auth/40password
> my_new.patch
And here is your patch file:
---
e-smith-base-5.6.0/root/etc/e-smith/templates/etc/pam.d/system-auth/40password
2020-02-03 15:16:19.746657030 +0100
+++
e-smith-base-5.6.0.old/root/etc/e-smith/templates/etc/pam.d/system-auth/40password
2020-02-03 15:14:49.392238715 +0100
@@ -2,7 +2,7 @@
{
my $status = $ldap{Authentication} || 'disabled';
return unless $status eq 'enabled';
- $OUT .= "password sufficient pam_ldap.so use_authtok remember=10";
+ $OUT .= "password sufficient pam_ldap.so use_authtok";
}
password required pam_deny.so
You could even make it configurable - say with a new key in something like
'passwordstrength'
--
You are receiving this mail because:
You are the QA Contact for the bug._______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/