LFCS · Question #184
LFCS Question #184: Real Exam Question with Answer & Explanation
The correct answer is A: ad. To enable pam_ldap to change user passwords within an Active Directory environment, the pam_password parameter must be set to ad. This instructs pam_ldap to use Active Directory's specific password modification protocol.
Question
In order for pam_ldap to be capable of changing a user's password in Active Directory, the pam_password parameter must be set to
Options
- Aad
- Bwin
- Cactive_directory
- Dldap
Explanation
To enable pam_ldap to change user passwords within an Active Directory environment, the pam_password parameter must be set to ad. This instructs pam_ldap to use Active Directory's specific password modification protocol.
Common mistakes.
- B.
winis not a recognized or documented value for thepam_passwordparameter inpam_ldapfor Active Directory integration. - C. While conceptually correct,
active_directoryis not the specific keyword used for thepam_passwordparameter;adis the correct, recognized abbreviation. - D. Setting
pam_passwordtoldapwould instructpam_ldapto use the generic LDAP password change operation, which is typically incompatible with Active Directory's specific password modification protocol.
Concept tested. pam_ldap Active Directory password changes
Reference. https://linux.die.net/man/8/pam_ldap
Topics
Community Discussion
No community discussion yet for this question.