Lpi 300-300 LPIC-3: Mixed Environments – Exam 300, version 3.0 Online Training
Lpi 300-300 Online Training
The questions for 300-300 were last updated at Dec 20,2024.
- Exam Code: 300-300
- Exam Name: LPIC-3: Mixed Environments - Exam 300, version 3.0
- Certification Provider: Lpi
- Latest update: Dec 20,2024
Which of the following steps are performed by the command samba-tool domain provision? (Choose TWO correct answers.)
- A . Samba is configured to serve as an Active Directory Domain Controller, including creation of smb.conf in case it does not exist.
- B . In case the full Samba suite is not yet installed, it is downloaded, compiled and installed.
- C . A basic user database with the accounts required in an Active Directory is provisioned.
- D . The command scans the local subnets and adds machine accounts for all discovered machines.
- E . All users found in the local unix password database are automatically converted into Active Directory user accounts.
Select which groups must map to UNIX GIDs on a Samba server operating as a PDC. (Select TWO correct answers.)
- A . Domain Root
- B . Domain Users
- C . Domain Guests
- D . Domain Controllers
- E . Domain Operators
Microsoft file systems are not case sensitive on file names. Linux file systems are case sensitive to file names.
Which of the following directives defines how Samba handles file name mapping in this situation?
- A . name map
- B . case map
- C . case sensitive
- D . case on
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?
- A . global charset = ASCII
- B . unicode = no
- C . ASCII = yes
- D . force charset = ASCII
- E . reduce charset = yes
Microsoft file system are not case sensitive to file names. Linux file systems are case sensitive to file names.
Which of the following configuration directives defines how Samba handles file name mapping in this situation?
- A . name map
- B . case map
- C . case sensitive
- D . case on
How is the user user01 from DOMA granted the right to manage printers on a Samba print server?
- A . net ads rights ‘DOMAuser01’ +SePrintOperatorPrivilege
- B . net -S server -U domadmin rpc rights grant ‘DOMAuser01’ SePrintOperatorPrivilege
- C . pdbedit –user=user01 -I=DOMA –policies=SePrintOperatorPrivilege
- D . pdbedit DOMAuser01 +PrintOperator
- E . cupsaddsmb DOMAuser01 +PrintOperator
In Samba, what is the role of CTDB (Clustered Trivial DataBase) in a clustered environment?
- A . It manages user authentication.
- B . It handles load balancing for network requests.
- C . It provides centralized DNS services.
- D . It synchronizes file locks and oplocks across cluster nodes.
Which of the following parameters can be used in the file DB_CONFIG? (Select TWO correct answers.)
- A . set_cachesize
- B . set_cachepath
- C . set_db_type
- D . set_db_path
- E . set_lg_max
Which of the following Samba VFS modules can be used to store Windows ACLs? (Choose two.)
- A . vfs_acl_proxy
- B . vfs_acl_fake
- C . vfs_acl_tdb
- D . vfs_acl_xattr
- E . vfs_acl_ramdisc
What does DFS (Distributed File System) offer in terms of file sharing?
- A . It enables sharing of files between different operating systems.
- B . It allows sharing files across multiple servers in a transparent manner.
- C . It provides advanced print sharing options.
- D . It helps manage domain-specific security policies.