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 1356158 - Bad log levels in check_password module
Summary: Bad log levels in check_password module
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: openldap
Version: 7.3
Hardware: Unspecified
OS: Linux
medium
medium
Target Milestone: rc
: ---
Assignee: Matus Honek
QA Contact: Patrik Kis
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-07-13 13:59 UTC by Patrik Kis
Modified: 2016-11-03 23:41 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 1255046
Environment:
Last Closed: 2016-11-03 23:41:59 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2016:2163 0 normal SHIPPED_LIVE openldap bug fix and enhancement update 2016-11-03 13:14:42 UTC

Description Patrik Kis 2016-07-13 13:59:04 UTC
The bug also exists in RHEL-7.3 (openldap-2.4.40-12.el7).
It was fixed in RHEL-6.8 and therefore it would be nice to fix it also in RHEL-7.

+++ This bug was initially created as a clone of Bug #1255046 +++

Description of problem:

RHEL 6.7 introduced a new OpenLDAP module check_password that outputs debug messages as notice messages and notice messages as debug messages.

Version-Release number of selected component (if applicable):
openldap-2.4.40-5.el6.x86_64

Additional info:

These messages should be at debug level :

2015-08-19T15:00:59.628+02:00 ssodb-332.passage.si.c-s.fr local4 notice slapd[30016] check_password: Got line |# This file is managed by Puppet. DO NOT EDIT |
2015-08-19T15:00:59.628+02:00 ssodb-332.passage.si.c-s.fr local4 notice slapd[30016] check_password: Skipped line |# This file is managed by Puppet. DO NOT EDIT |
2015-08-19T15:00:59.628+02:00 ssodb-332.passage.si.c-s.fr local4 notice slapd[30016] check_password: Got line |# OpenLdap checkpassword configuration |
2015-08-19T15:00:59.628+02:00 ssodb-332.passage.si.c-s.fr local4 notice slapd[30016] check_password: Skipped line |# OpenLdap checkpassword configuration |
2015-08-19T15:00:59.628+02:00 ssodb-332.passage.si.c-s.fr local4 notice slapd[30016] check_password: Got line | |
2015-08-19T15:00:59.628+02:00 ssodb-332.passage.si.c-s.fr local4 notice slapd[30016] check_password: Got line |minPoints 2 |
2015-08-19T15:00:59.628+02:00 ssodb-332.passage.si.c-s.fr local4 notice slapd[30016] check_password: Validating parameter [minPoints]
2015-08-19T15:00:59.628+02:00 ssodb-332.passage.si.c-s.fr local4 notice slapd[30016] check_password: Parameter accepted.
2015-08-19T15:00:59.629+02:00 ssodb-332.passage.si.c-s.fr local4 notice slapd[30016] check_password: Word = minPoints, value = 2
2015-08-19T15:00:59.629+02:00 ssodb-332.passage.si.c-s.fr local4 notice slapd[30016] check_password: Got line |useCracklib 1 |
2015-08-19T15:00:59.629+02:00 ssodb-332.passage.si.c-s.fr local4 notice slapd[30016] check_password: Validating parameter [useCracklib]
2015-08-19T15:00:59.629+02:00 ssodb-332.passage.si.c-s.fr local4 notice slapd[30016] check_password: Parameter accepted.
2015-08-19T15:00:59.629+02:00 ssodb-332.passage.si.c-s.fr local4 notice slapd[30016] check_password: Word = useCracklib, value = 1
2015-08-19T15:00:59.629+02:00 ssodb-332.passage.si.c-s.fr local4 notice slapd[30016] check_password: Got line |minUpper 1 |
2015-08-19T15:00:59.629+02:00 ssodb-332.passage.si.c-s.fr local4 notice slapd[30016] check_password: Validating parameter [minUpper]
2015-08-19T15:00:59.629+02:00 ssodb-332.passage.si.c-s.fr local4 notice slapd[30016] check_password: Parameter accepted.
2015-08-19T15:00:59.629+02:00 ssodb-332.passage.si.c-s.fr local4 notice slapd[30016] check_password: Word = minUpper, value = 1
2015-08-19T15:00:59.629+02:00 ssodb-332.passage.si.c-s.fr local4 notice slapd[30016] check_password: Got line |minLower 1 |
2015-08-19T15:00:59.631+02:00 ssodb-332.passage.si.c-s.fr local4 notice slapd[30016] check_password: Validating parameter [minLower]
2015-08-19T15:00:59.631+02:00 ssodb-332.passage.si.c-s.fr local4 notice slapd[30016] check_password: Parameter accepted.
2015-08-19T15:00:59.631+02:00 ssodb-332.passage.si.c-s.fr local4 notice slapd[30016] check_password: Word = minLower, value = 1
2015-08-19T15:00:59.631+02:00 ssodb-332.passage.si.c-s.fr local4 notice slapd[30016] check_password: Got line |minDigit 1 |
2015-08-19T15:00:59.631+02:00 ssodb-332.passage.si.c-s.fr local4 notice slapd[30016] check_password: Validating parameter [minDigit]
2015-08-19T15:00:59.631+02:00 ssodb-332.passage.si.c-s.fr local4 notice slapd[30016] check_password: Parameter accepted.
2015-08-19T15:00:59.631+02:00 ssodb-332.passage.si.c-s.fr local4 notice slapd[30016] check_password: Word = minDigit, value = 1
2015-08-19T15:00:59.631+02:00 ssodb-332.passage.si.c-s.fr local4 notice slapd[30016] check_password: Got line |minPunct 1 |
2015-08-19T15:00:59.631+02:00 ssodb-332.passage.si.c-s.fr local4 notice slapd[30016] check_password: Validating parameter [minPunct]
2015-08-19T15:00:59.631+02:00 ssodb-332.passage.si.c-s.fr local4 notice slapd[30016] check_password: Parameter accepted.
2015-08-19T15:00:59.633+02:00 ssodb-332.passage.si.c-s.fr local4 notice slapd[30016] check_password: Word = minPunct, value = 1
2015-08-19T15:00:59.633+02:00 ssodb-332.passage.si.c-s.fr local4 notice slapd[30016] check_password: Found upper character - quality raise 1
2015-08-19T15:00:59.633+02:00 ssodb-332.passage.si.c-s.fr local4 notice slapd[30016] check_password: Found lower character - quality raise 2
2015-08-19T15:00:59.633+02:00 ssodb-332.passage.si.c-s.fr local4 notice slapd[30016] check_password: Found digit character - quality raise 3
2015-08-19T15:00:59.633+02:00 ssodb-332.passage.si.c-s.fr local4 notice slapd[30016] check_password: Found punctuation character - quality raise 4

This one should be at notice or warning level :

2015-08-19T12:46:55.873+02:00 debug slapd[6742] check_password_quality: module error: (check_password.so) Password for dn="uid=0000000,dmdName=Personnes,dc=interieur,dc=gouv,dc=fr" does not pass required number of strength checks for the required character sets (3 of 2).[1]

Comment 6 errata-xmlrpc 2016-11-03 23:41:59 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://rhn.redhat.com/errata/RHBA-2016-2163.html


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