Lpi 300-100 LPIC-3 Exam 300: Mixed Environments Online Training
Lpi 300-100 Online Training
The questions for 300-100 were last updated at Nov 22,2024.
- Exam Code: 300-100
- Exam Name: LPIC-3 Exam 300: Mixed Environments
- Certification Provider: Lpi
- Latest update: Nov 22,2024
Which of the following ports are open by default on a Samba 4 Active Directory Domain Controller? (Choose three.)
- A . 443/TCP
- B . 138/TCP
- C . 389/TCP
- D . 445/TCP
- E . 53/TCP
In order to generate an individual log file for each of the machines connecting to a Samba server, which of the following statements must be used in the Samba configuration file?
- A . log file = /var/log/samba/log.%c
- B . log file = /var/log/samba/log.%M
- C . log file = /var/log/samba/log.%m
- D . log file = /var/log/samba/log.%I
Fill in the blank.
What samba command generates the following output? (Specify ONLY the command without any path or parameters.)
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
It is found that changes made to an OpenLDAP directory are no longer being replicated to the slave server at 192.168.0.3. Tests prove that the slave server is listening on the correct port and changes are being recorded properly to the replication log file. In which file would you find the replication errors?
- A . replication.err
- B . replication.rej
- C . 192.168.0.3: 389.rej
- D . 192.168.0.3: 389.err
In an OpenLDAP masters’s slapd.conf configuration file, a replica configuration option is needed to enable a slave OpenLDAP server to replicate. What value is required in the following setting: bindmethod=____________ if using passwords for master/slave authentication? (Only specify the missing value)
In the example below, what is the missing argument that is required to use secret as the password to authenticate the replication push with a slave directory server?
replica uri=ldaps: //slave.example.com: 636
binddn="cn=Replicator,dc=example,dc=com"
bindmethod=simple ______________=secret
- A . secure
- B . master
- C . credentials
- D . password
Below is an ACL entry from a slapd.conf file. Fill in the access control level setting to prevent users from retrieving passwords.
access to attrs=lmPassword,ntPassword by dn="cn=smbadmin,dc=samplenet" write by * _______
When configuring OpenLDAP to use certificates, which option should be used with the TLSVerifyClient directive to ask the client for a valid certificate in order to proceed normally?
- A . never
- B . allow
- C . try
- D . demand
Which of the following procedures will test the TLS configuration of an OpenLDAP server?
- A . Run the ldapsearch command with the -ZZ option, while watching network traffic with a packet analyzer.
- B . Run the ldapsearch command with the -x option, while watching network traffic with a packet analyzer.
- C . Run the slapcat command, while watching network traffic with a packet analyzer.
- D . Verify the TLS negotiation process in the /var/log/ldap_auth.log file.
- E . Verify the TLS negotiation process in the /var/log/auth.log file.