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 19,2024.
- Exam Code: 300-300
- Exam Name: LPIC-3: Mixed Environments - Exam 300, version 3.0
- Certification Provider: Lpi
- Latest update: Dec 19,2024
Which of the following parameters is used in the database on a slave server to direct clients that want to make changes to the OpenLDAP database to the master server?
- A . updatedn
- B . updateserver
- C . updateref
- D . updateuri
What is the purpose of PAM (Pluggable Authentication Modules) in Linux?
- A . It enforces password complexity policies.
- B . It retrieves information from LDAP directories.
- C . It manages local accounts through SSSD.
- D . It provides a flexible framework for authentication and authorization.
Which of the following are true when considering NetBIOS browsing? (Choose THREE correct answers)
- A . Servers and workstations register their presence to the network.
- B . One or more machines on the network collate the local announcements.
- C . It is not possible to share NetBIOS name information across subnets.
- D . Elections are held to determine the roles of certain servers.
- E . Currently, only Microsoft Windows servers can initiate an election.
When integrating Samba and OpenLDAP, what schema needs to be included in the OpenLDAP slapd.conf?
- A . samba.schema
- B . windows.schema
- C . java.schema
- D . microsoft.schema
- E . nis.schema
What is the main purpose of integrating Samba into an Active Directory domain?
- A . To provide web hosting services.
- B . To enable Linux-only networking.
- C . To allow Linux systems to join and participate in a Windows-based domain.
- D . To create a separate domain for Linux clients.
By configuring Pluggable Authentication Module (PAM) and Name Service Switch (NSS) technologies to use OpenLDAP, what authentication service can be replaced?
- A . Microsoft NT Domain
- B . Samba
- C . Network Information Service (NIS)
- D . Active Directory (AD)
Which parameter must be set in the [global] section of smb.conf in order to make Samba use printers managed by CUPS?
- A . printing = cups
- B . printcap = cups
- C . printcap = /etc/cups/printers.conf
- D . print spooler = cups
The _____________ parameter in the smb.conf file will set hidden files in Linux to also be hidden in windows. (Please specify ONLY the parameter with no value assignment.)
When joining a Samba server to an Microsoft Active Directory domain, what is the correct setting for the security directive of the smb.conf file? (Specify the setting value only without any other keywords)
An administrator has manually migrated local accounts to OpenLDAP, instead of using migration tools. When trying to authenticate as a user, an error is returned about invalid credentials.
What is the most likely cause of this?
- A . The password hash type was not included in the user’s password attribute.
- B . Shadow passwords are incompatible with OpenLDAP.
- C . The original password from /etc/passwd was not included.
- D . The administrator forgot to run slappasswd to convert the hashes in /etc/shadow.
- E . The administrator forgot to run ldappasswd to convert the hashes in /etc/shadow.