RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1196243 - make OpenLDAP pwdChecker work as in RHEL-6.7
Summary: make OpenLDAP pwdChecker work as in RHEL-6.7
Keywords:
Status: CLOSED DUPLICATE of bug 1174723
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: openldap
Version: 7.1
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: rc
: ---
Assignee: Jan Synacek
QA Contact: Patrik Kis
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-02-25 14:50 UTC by Patrik Kis
Modified: 2015-05-25 14:53 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-05-25 14:53:16 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Patrik Kis 2015-02-25 14:50:33 UTC
Description of problem:
OpenLDAP pwdChecker works differently (incorrectly) as on RHEL-6.7.

Version-Release number of selected component (if applicable):
openldap-2.4.39-6.el7

How reproducible:
always

E.g. the following case should fail because there are not 3 upper case characters in the new password, but it passes. It is the same with minPunct, minLower, minDigits

+---- /etc/openldap/check_password.conf ----+
minPoints 0
minUpper 3
useCracklib 0
minLower 0
minDigit 0
minPunct 0
+-------------------------------------------+
# ldappasswd -H ldap://my-domain.com -a Secret123 -s 1passAB -D uid=testuser04,dc=my-domain,dc=com -w Secret123 -x uid=testuser04,dc=my-domain,dc=com

Comment 1 Matus Honek 2015-05-25 14:53:16 UTC

*** This bug has been marked as a duplicate of bug 1174723 ***


Note You need to log in before you can comment on or make changes to this bug.