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 23,2024.
- Exam Code: 300-100
- Exam Name: LPIC-3 Exam 300: Mixed Environments
- Certification Provider: Lpi
- Latest update: Nov 23,2024
The ________ command, included with OpenLDAP, will generate password hashes suitable for use in slapd.conf. (Enter the command with no options or parameters)
In slapd.conf, what keyword will instruct slapd to not ask the client for a certificatE.
TLSVerifyClient = ________
- A . never
- B . nocert
- C . none
- D . unverified
OpenLDAP can be secured by which of these options? (Select THREE correct choices)
- A . TLS (Transport Layer Security)
- B . ACLs (Access Control Lists)
- C . HTTPS (Hypertext Transfer Protocol Secure)
- D . SSL (Secure Sockets Layer)
- E . OSI-L2 (OSI Layer 2 encryption)
After modifying the indexes for a database in slapd.conf and running slapindex, the slapd daemon refuses to start when its init script is called.
What is the most likely cause of this?
- A . The indexes are not compatible with the init script.
- B . The init script cannot be run after executing slapindex, without first signing the indexes with slapsign.
- C . The init script has identified one or more invalid indexes.
- D . The init script is starting slapd as an ordinary user, and the index files are owned by root.
What does cachesize 1000000 represent in the slapd.conf file?
- A . The number of entries to be cached.
- B . The size of the cache in Bytes.
- C . The size of the cache in Bits.
- D . The minimum cache size in Bytes.
- E . The maximum cache size in Bytes.
What is the correct command to regenerate slapd indices based upon the current contents of the database?
- A . slapd index
- B . sindexd
- C . slapindex
- D . There is no index command, indexing is handled by the slapd daemon.
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
A server is authenticating users using the pam_ldap module. Only users who are members of a certain group should be allowed to login. In which parameter in ldap.conf can a filter string be specified, that is ANDed with the login attribute when validating a user? (Enter only the parameter, without any options or values)
When configuring an OpenLDAP system for integration with PAM and NSS the /etc/nsswitch.conf file needs to be modified. Which of the following parameters completes this line from the /etc/nsswitch.conf file?
passwD. files _________
- A . pam
- B . ldap
- C . pam_nss
- D . pam_ldap
- E . none
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)