Linux_FoundationLinux_Foundation
LFCS · Question #650
LFCS Question #650: Real Exam Question with Answer & Explanation
The correct answer is A: Maintain mappings between Unix UID/GID and Windows SID.. The winbindd service primarily maintains mappings between Unix UIDs/GIDs and Windows SIDs, and performs user authentication by querying a Windows Domain Controller.
Submitted by paula_co· Apr 18, 2026User and Group Management
Question
Which of the following are roles of the winbindd service? (Choose TWO correct answers)
Options
- AMaintain mappings between Unix UID/GID and Windows SID.
- BRetrieve the user's password from the Windows server.
- CAdd machine accounts to the idmap table.
- DUser authentication by querying a Windows server.
- EProxy the request of the WINS search to the appropriate Windows server.
Explanation
The winbindd service primarily maintains mappings between Unix UIDs/GIDs and Windows SIDs, and performs user authentication by querying a Windows Domain Controller.
Common mistakes.
- B. While winbind handles authentication, it typically does not directly 'retrieve' the user's password in plain text from the Windows server; it performs a secure authentication challenge-response process.
- C. Winbind manages ID mappings for users and groups, but the direct addition of machine accounts to an
idmaptable is usually part of the domain join process ornetcommand, not a primary continuous role ofwinbindd. - E. WINS (Windows Internet Name Service) resolution is handled by the
nmbddaemon in Samba, notwinbindd.
Concept tested. Winbind service roles
Reference. https://www.samba.org/samba/docs/man/manpages/winbindd.8.html
Topics
#winbindd#Active Directory#User Authentication#ID Mapping
Community Discussion
No community discussion yet for this question.