{"description": "The pam_cracklib module's <tt>lcredit=</tt> parameter controls requirements\nfor usage of lowercase letters in a password. When set to a negative\nnumber, any password will be required to contain that many lowercase\ncharacters. When set to a positive number, pam_cracklib will grant +1\nadditional length credit for each lowercase character.\nAdd <tt>lcredit=-1</tt> after pam_cracklib.so to require use of a\nlowercase character in passwords.", "rationale": "Requiring a minimum number of lowercase characters makes password guessing\nattacks more difficult by ensuring a larger search space.", "severity": "medium", "references": {"pcidss": ["Req-8.2.3"], "srg": ["SRG-OS-000070-GPOS-00038"], "anssi": ["R31"], "pcidss4": ["8.3.6", "8.3"]}, "control_references": {"anssi": ["R31"], "pcidss4": ["8.3.6", "8.3"]}, "components": [], "identifiers": {}, "ocil_clause": "lcredit is not found or not set to the required value", "ocil": "Check that the operating system enforces password complexity by requiring\nthat at least one lower-case character be used by using the following\ncommand:\n\n<pre># grep pam_cracklib.so /etc/pam.d/common-password\npassword requisite pam_cracklib.so lcredit=<sub idref=\"var_password_pam_lcredit\" /></pre>\n\nIf the command does not return anything, the returned line is commented\nout, or has a second column value different from \"requisite\", or does not\ncontain <tt>lcredit=<sub idref=\"var_password_pam_lcredit\" /></tt>, this is a finding.\n\nThe profile requires at least <sub idref=\"var_password_pam_lcredit\" /> lowercase character in a password.\nThis would appear as <tt>lcredit=-<sub idref=\"var_password_pam_lcredit\" /></tt>.", "oval_external_content": null, "fixtext": "", "checktext": "", "vuldiscussion": "", "srg_requirement": "", "warnings": [], "conflicts": [], "requires": [], "policy_specific_content": {}, "platform": null, "platforms": [], "sce_metadata": {}, "inherited_platforms": ["system_with_kernel"], "cpe_platform_names": [], "inherited_cpe_platform_names": ["system_with_kernel"], "bash_conditional": null, "fixes": {}, "title": "Set Password Strength Minimum Lowercase Characters", "definition_location": "/aptdata/openscap/scap-security-guide/linux_os/guide/system/accounts/accounts-pam/password_quality/password_quality_pamcracklib/cracklib_accounts_password_pam_lcredit/rule.yml", "template": {"name": "pam_options", "vars": {"path": "/etc/pam.d/common-password", "type": "password", "control_flag": "requisite", "module": "pam_cracklib.so", "arguments": [{"variable": "lcredit", "operation": "less than or equal"}]}, "backends": {}}}