LPI 300-100 - LPIC-3 Exam 300: Mixed Environments Exam
Page: 3 / 12
Total 60 questions
Question #11 (Topic: Single Topic)
By default, Samba tries to automatically detect the correct character set to use with a connecting client. Which parameter in smb.conf forces Samba to use only
ASCII?
ASCII?
A. global charset = ASCII
B. unicode = no
C. ASCII = yes
D. force charset = ASCII
E. reduce charset = yes
Answer: C
Question #12 (Topic: Single Topic)
Which of the following commands are required to join an Active Directory Domain? (Choose two.)
A. kinit
B. wbinfo â€"u
C. net ads join
D. winbind join domain
Answer: AC
Question #13 (Topic: Single Topic)
Which of the following commands is used to join a properly configured Samba server as member to an Active Directory domain?
A. net ads join member
B. net rpc join â€"member
C. net domain join member
D. net domain join â€"member
E. net ads member join
Answer: A
Question #14 (Topic: Single Topic)
Which of the following Samba variables must be used to pass the machine name to the script specified in add machine script within a Samba configuration file?
A. %m
B. %w
C. %p
D. %q
E. %u
Answer: E
Question #15 (Topic: Single Topic)
For Samba 3 to be able to work as a PDC, some modifications are needed in its main configuration file. Which of the following options describe the required
actions for this task? (Choose three.)
actions for this task? (Choose three.)
A. The Samba server has to be a logon server. This can be configured by the domain logons directive.
B. The Samba server needs to have the logon and the account scripts, to properly setup the PDC environment.
C. The Samba server must be a Domain Master Browser. To configure this, the domain master directive must be set to yes.
D. The time server = yes directive needs to be configured, so samba will behave as a WINS server and also a Time server.
E. the security â€" user directive must be set.
Answer: ACE