LPI
202-450 · Question #38
Which of the following sentences is true, when using the following /etc/pam.d/login file? #%PAM-l.0 auth required /lib/security/pam_securetty.so auth required /lib/security/pam_nologin.so auth…
The correct answer is D. Ordinary users will be able to change their password to be blank. You've hit your weekly limit · resets 5am (America/New_York)
213 System Security
Question
Which of the following sentences is true, when using the following /etc/pam.d/login file? #%PAM-l.0 auth required /lib/security/pam_securetty.so auth required /lib/security/pam_nologin.so auth sufficient /lib/security/pam_unix.so shadow nullok md5 use_authtok auth required /lib/security/pam_ldap.so use_first_pass account sufficient /lib/security/pam_unix.so account required /lib/security/pam_ldap.so password required /lib/security/pam_cracklib.so password sufficient /lib/security/pam_unix.so nullok use_authtok md5 shadow password required /lib/security/pam_ldap.so use_first_pass session optional /lib/security/pam_console.so session sufficient /lib/security/pam_unix.so session required /lib/security/pam_ldap.so
Options
- AAll users will be authenticated against the LDAP directory
- BThis is the only file needed to configure LDAP authentication on Linux
- COnly local users will be able to log in, when the file/etc/nologin exists
- DOrdinary users will be able to change their password to be blank
- EIf the control flags for auth were changed to required, local users wouldn't be able to log in
How the community answered
(44 responses)- A2% (1)
- B5% (2)
- C7% (3)
- D70% (31)
- E16% (7)
Explanation
You've hit your weekly limit · resets 5am (America/New_York)
Topics
#PAM#pam.d/login#LDAP authentication#control flags
Community Discussion
No community discussion yet for this question.