300-300 · Question #121
Which of the following parameters are supported by samba-tool user create? (Choose three.)
The correct answer is A. --surname C. --must-change-at-next-login D. --userou. samba-tool user create supports --surname (A) for setting the user's last name, --must-change-at-next-login (C) to force a password change on first logon, and --userou (D) to specify a custom Organizational Unit path for placing the new user object - all standard LDAP/AD user…
Question
Options
- A--surname
- B--default-printer
- C--must-change-at-next-login
- D--userou
- E--drive-mapping
How the community answered
(30 responses)- A90% (27)
- B7% (2)
- E3% (1)
Explanation
samba-tool user create supports --surname (A) for setting the user's last name, --must-change-at-next-login (C) to force a password change on first logon, and --userou (D) to specify a custom Organizational Unit path for placing the new user object - all standard LDAP/AD user provisioning attributes.
Why the distractors are wrong:
- B. --default-printer - Printer assignment is not a user-creation parameter; printer settings are managed separately through print server policies or GPO, not
samba-tool. - E. --drive-mapping - Drive mappings are configured via Group Policy or logon scripts, not at account creation time with
samba-tool.
Memory tip: Think "who the user is vs. what they use" - samba-tool user create only captures identity attributes (name, OU, password policy). Printers and drive mappings are resource assignments that belong to policy configuration, not account creation.
Topics
Community Discussion
No community discussion yet for this question.