Summary | some fixes and enhancements to passwd-5.0.0beta1 / Horde_Auth-2.0.4 |
Queue | Passwd |
Queue Version | Git master |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | hsk (at) fli-leibniz (dot) de |
Created | 05/08/2013 (4451 days ago) |
Due | |
Updated | 01/28/2016 (3456 days ago) |
Assigned | |
Resolved | 01/28/2016 (3456 days ago) |
Milestone | |
Patch | Yes |
Assigned to Jan Schneider
Version ⇒ Git master
Priority ⇒ 1. Low
State ⇒ Feedback
- isn't this sufficiently covered with Horde_Auth::checkPasswordSimilarity()?
- the coding style has to be improved
- if this cannot be covered by the similarity check, the functionality
should be folded into checkPasswordPolicy by adding an optional third
argument (array), so we don't have to require a higher Horde_Auth
version.
commit 395b3a25931f7f8afc283b5c7f9be07c911b9e8a
Author: Jan Schneider <jan@horde.org>
Date: Sat May 25 12:42:35 2013 +0200
[jan] Add policy for minimum number of non-alphanumeric
characters (Friedrich Haubensak <hsk@fli-leibniz.de>,
Request #12243).passwd/docs/CHANGES | 2 ++
passwd/package.xml | 2 ++
2 files changed, 4 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/395b3a25931f7f8afc283b5c7f9be07c911b9e8a
commit 0f009fdeb9a76b05cbe0121b569a8ea62b64c87c
Author: Friedrich Haubensak <hsk@fli-leibniz.de>
Date: Wed May 8 18:06:09 2013 +0200
add minNonAlpha
Request: 12243Signed-off-by: Jan Schneider <jan@horde.org>
passwd/config/backends.php | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/0f009fdeb9a76b05cbe0121b569a8ea62b64c87c
commit 2ace730a7269987af30b2ea385fcffad2c5c970d
Author: Friedrich Haubensak <hsk@fli-leibniz.de>
Date: Wed May 8 18:05:58 2013 +0200
add minNonAlpha
Request: 12243Signed-off-by: Jan Schneider <jan@horde.org>
framework/Auth/lib/Horde/Auth.php | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/2ace730a7269987af30b2ea385fcffad2c5c970d
commit 2682e692e501ea0b333be9b087a0013caac57b34
Author: Friedrich Haubensak <hsk@fli-leibniz.de>
Date: Wed May 8 18:05:28 2013 +0200
add parameter for sudo program name
Request: 12243Signed-off-by: Jan Schneider <jan@horde.org>
passwd/bin/passwd-expect | 8 +++++++-
passwd/docs/CHANGES | 2 ++
passwd/package.xml | 4 ++--
3 files changed, 11 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/2682e692e501ea0b333be9b087a0013caac57b34
commit 2d2717a9adef50b26135ca37ae18117731c53b9a
Author: Friedrich Haubensak <hsk@fli-leibniz.de>
Date: Wed May 8 18:04:46 2013 +0200
fix typo
Bug: 12243Signed-off-by: Jan Schneider <jan@horde.org>
passwd/config/backends.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/2d2717a9adef50b26135ca37ae18117731c53b9a
commit 943e556a459e26e81ee4a78079ab389089f957e9
Author: Friedrich Haubensak <hsk@fli-leibniz.de>
Date: Wed May 8 18:03:48 2013 +0200
fix comment about minSymbol
Bug: 12243Signed-off-by: Jan Schneider <jan@horde.org>
passwd/config/backends.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/943e556a459e26e81ee4a78079ab389089f957e9
commit 71c845c8c64c1c23867383010216aab735e5df4a
Author: Friedrich Haubensak <hsk@fli-leibniz.de>
Date: Wed May 8 18:03:19 2013 +0200
fix comment about minSymbol
Bug: 12243Signed-off-by: Jan Schneider <jan@horde.org>
framework/Auth/lib/Horde/Auth.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/71c845c8c64c1c23867383010216aab735e5df4a
State ⇒ New
New Attachment: passwd-patches.tar
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Passwd
Summary ⇒ some fixes and enhancements to passwd-5.0.0beta1 / Horde_Auth-2.0.4
Type ⇒ Enhancement
Priority ⇒ 2. Medium
- 09) to passwd-5.0.0beta1 and Horde_Auth-2.0.4
patch 04 adds the possibility to parametrise the name of (resp., the
path to) the sudo program
with this patch applied, you may set, e.g.,
$backends['sudo_expect']['params']['program'] =
'/var/imb/bin/expect ' . PASSWD_BASE . '/../../pear/passwd-expect
-sudoprog /var/imb/bin/sudo -sudo';
in backends.local.php
patches 05 - 09 implement enhancements necessary to configure passwd
for the solaris default password policies, see also my ancient and now
obsolete
request 10611