Explanation of Answer D:The/etc/login.defsfile in Oracle Linux contains configuration settings related to user account policies, including password aging controls. This includes settings such asPASS_MAX_DAYS,PASS_MIN_DAYS, andPASS_WARN_AGE, which define the maximum number of days a password is valid, the minimum number of days between password changes, and the number of days before password expiration to warn users, respectively.
Explanation of Answer E:The/etc/login.defsfile also contains settings for the encryption method used to encrypt user passwords. TheENCRYPT_METHODparameter specifies the hashing algorithm, such as SHA512, that is used to encrypt user passwords stored in/etc/shadow.
[Reference:, Oracle Linux 8 Documentation:Oracle Linux Security Guide, The/etc/login.defsfile documentation provides details on user account settings, including password aging and encryption methods., Clarification on Incorrect Options:, Option A:is incorrect because the/etc/login.defsfile does not contain settings related to decryption methods., Option B:is incorrect because user hashed passwords are stored in/etc/shadow, not in/etc/login.defs., Option C:is incorrect because group hashed passwords are not controlled by settings in/etc/login.defs., , ]
Submit