6.0.0-beta1
7/15/25

[#12243] some fixes and enhancements to passwd-5.0.0beta1 / Horde_Auth-2.0.4
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

History
01/28/2016 04:18:02 PM Jan Schneider State ⇒ Resolved
 
05/25/2013 10:49:22 AM Jan Schneider Comment #9
Assigned to Jan Schneider
Version ⇒ Git master
Priority ⇒ 1. Low
State ⇒ Feedback
Reply to this comment
I merged all patches but the minDiff changes:
- 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.
05/25/2013 10:45:37 AM Git Commit Comment #8 Reply to this comment
Changes have been made in Git (master):

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
05/25/2013 10:45:32 AM Git Commit Comment #7 Reply to this comment
Changes have been made in Git (master):

commit 0f009fdeb9a76b05cbe0121b569a8ea62b64c87c
Author: Friedrich Haubensak <hsk@fli-leibniz.de>
Date:   Wed May 8 18:06:09 2013 +0200

     add minNonAlpha

     Request: 12243
     Signed-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
05/25/2013 10:45:27 AM Git Commit Comment #6 Reply to this comment
Changes have been made in Git (master):

commit 2ace730a7269987af30b2ea385fcffad2c5c970d
Author: Friedrich Haubensak <hsk@fli-leibniz.de>
Date:   Wed May 8 18:05:58 2013 +0200

     add minNonAlpha

     Request: 12243
     Signed-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
05/24/2013 03:38:31 PM Git Commit Comment #5 Reply to this comment
Changes have been made in Git (master):

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: 12243
     Signed-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
05/24/2013 03:38:26 PM Git Commit Comment #4 Reply to this comment
Changes have been made in Git (master):

commit 2d2717a9adef50b26135ca37ae18117731c53b9a
Author: Friedrich Haubensak <hsk@fli-leibniz.de>
Date:   Wed May 8 18:04:46 2013 +0200

     fix typo

     Bug: 12243
     Signed-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
05/24/2013 03:38:23 PM Git Commit Comment #3 Reply to this comment
Changes have been made in Git (master):

commit 943e556a459e26e81ee4a78079ab389089f957e9
Author: Friedrich Haubensak <hsk@fli-leibniz.de>
Date:   Wed May 8 18:03:48 2013 +0200

     fix comment about minSymbol

     Bug: 12243
     Signed-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
05/24/2013 03:38:18 PM Git Commit Comment #2 Reply to this comment
Changes have been made in Git (master):

commit 71c845c8c64c1c23867383010216aab735e5df4a
Author: Friedrich Haubensak <hsk@fli-leibniz.de>
Date:   Wed May 8 18:03:19 2013 +0200

     fix comment about minSymbol

     Bug: 12243
     Signed-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
05/08/2013 04:44:04 PM hsk (at) fli-leibniz (dot) de Comment #1
State ⇒ New
New Attachment: passwd-patches.tar Download
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
Reply to this comment
please see attached some fixes (01 - 03) and proposed enhancements (04 
- 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

Saved Queries