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 1259349 - Wrong syntax in pwquality.conf
Summary: Wrong syntax in pwquality.conf
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: doc-Security_Guide
Version: 7.2
Hardware: Unspecified
OS: Unspecified
medium
unspecified
Target Milestone: rc
: ---
Assignee: Robert Krátký
QA Contact: ecs-bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-09-02 12:36 UTC by Robert Krátký
Modified: 2019-03-06 01:12 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 1259633 (view as bug list)
Environment:
Last Closed: 2016-01-07 15:00:07 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Robert Krátký 2015-09-02 12:36:56 UTC
Nils Ratusznik:

The typos I noticed at the moment are in chapter 4.1.1.2, "Forcing Strong Passwords", in example 4.1. This example recommends to add some lines to the /etc/security/pwquality.conf file to force strong passwords. These lines are:

minlen=8
minclass=4
maxsequence=3
maxrepeat=3

However, my testing did not work. Comments in the file use spaces between variables and values, so I modified them like this:

minlen = 8
minclass = 4
maxsequence = 3
maxrepeat = 3

After this modification, password enforcing policies are now in effect.

Comment 1 Laura Bailey 2015-09-03 08:48:54 UTC
This is terribly brittle behaviour; logged https://bugzilla.redhat.com/show_bug.cgi?id=1259633 to try to deal with this at the software level as well.

Comment 3 Robert Krátký 2016-01-07 15:00:07 UTC
The updated guide is live on the portal.


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