* Thu Feb 20 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-11.sme

- remove pptpd reference [SME: 11417]
- move template-begin-ini [SME: 12211]
- passwordstrength{length} default to 12 [SME: 12383]
- more password granularity (none,normal,intermediate,strong) [SME: 12384]
This commit is contained in:
Jean-Philippe Pialasse 2025-02-21 00:47:17 -05:00
parent 493977906b
commit 2710d9f93d
2 changed files with 3 additions and 3 deletions

View File

@ -573,7 +573,7 @@ sub validatePassword($$)
$strength ||= 'normal'; $strength ||= 'normal';
my $length = 12; my $length = 12;
my $db = esmith::ConfigDB->open("/tmp/toto") || undef; my $db = esmith::ConfigDB->open() || undef;
my $sysconfig = $db->get("passwordstrength")|| undef if $db ; my $sysconfig = $db->get("passwordstrength")|| undef if $db ;
$length = $sysconfig->prop("length") || "12" if $sysconfig; $length = $sysconfig->prop("length") || "12" if $sysconfig;

View File

@ -6,7 +6,7 @@ Summary: smeserver server and gateway - library module
%define name smeserver-lib %define name smeserver-lib
Name: %{name} Name: %{name}
%define version 11.0.0 %define version 11.0.0
%define release 10 %define release 11
Version: %{version} Version: %{version}
Release: %{release}%{?dist} Release: %{release}%{?dist}
License: Artistic License: Artistic
@ -33,7 +33,7 @@ Provides: e-smith-lib
smeserver server and gateway software - library module. smeserver server and gateway software - library module.
%changelog %changelog
* Thu Feb 20 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-10.sme * Thu Feb 20 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-11.sme
- remove pptpd reference [SME: 11417] - remove pptpd reference [SME: 11417]
- move template-begin-ini [SME: 12211] - move template-begin-ini [SME: 12211]
- passwordstrength{length} default to 12 [SME: 12383] - passwordstrength{length} default to 12 [SME: 12383]