Lpi LPIC-3 Exam 300: Mixed Environments, version 3.0 - 300-300 Exam Practice Test

FILL BLANK
Which command line option instructs smbclient to authenticate using an existing Kerberos token? (Specify ONLY the option name without any values or parameters.)
Correct Answer:
k
Explanation:
The smbclient command is used to access shared resources on a server running the SMB/CIFS protocol. To authenticate using an existing Kerberos token, the -k option is used. This instructs smbclient to use Kerberos for authentication, assuming that the user already has a valid Kerberos ticket (usually obtained via the kinit command).
Example:
smbclient //server/share -k
Reference:
smbclient man page
Kerberos Authentication with Samba
FILL BLANK
What command checks the Samba configuration file for syntactical correctness? (Specify ONLY the command without any path or parameters.)
Correct Answer:
testparm
Explanation:
Purpose of the Command: testparm is used to check the Samba configuration file (smb.conf) for syntax errors.
Command
Running testparm will read the smb.conf file, parse it, and display any syntax errors or warnings. This helps ensure that the configuration is valid before restarting the Samba service.
Usage Example:
Simply execute testparm in the terminal, and it will automatically check the default configuration file.
Reference:
Samba.org - testparm
Which of the following sections is always present in sssd.conf?
Correct Answer: D
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
Which of the following names identify services within a SSSD configuration file? (Choose three.)
Correct Answer: A,C,D
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
Which service unifies Linux and Windows account management by allowing a Linux system to include Windows domain users in the Linux user database?
Correct Answer: A
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
Which of the following TCP ports is used to provide the SMB protocol without NetBIOS?
Correct Answer: D
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
0
0
0
0