LX0-104 Exam Questions
499 real LX0-104 exam questions with expert-verified answers and explanations. Page 3 of 10.
- Question #143Shells, Scripting and Data Management
Which of the following arguments complete the command which will search for cn=ldapadmin OR ou=BR recursively in the directory? ldapsearch -LLL -h server -s sub -b "o=inc" "_______...
LDAP searchldapsearch commandLDAP filter syntax - Question #144Essential System Services
Which of the following steps should be followed when configuring a slave slapd server? (Choose THREE correct answers.)
LDAP replicationslapd configurationslave server - Question #146Security
Which of the following is the most appropriate method of debugging problems concerning ACLs?
LDAP ACLsdebuggingslapd command - Question #147Security
After analyzing a slapd.conf file, an administrator noted that the rootdn and rootpw directives are not present. Where is the LDAP administrator account defined?
LDAP administratorslapd.confACLs - Question #148Administrative Tasks
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 o...
LDAP indexingslapd daemonfile permissionstroubleshooting - Question #149Security
Which option should be used to disable anonymous binds to your LDAP directory?
LDAP securityanonymous bindslapd.conf - Question #151Essential System Services
Which ONE of the following parameters is used in the database on a slave server to direct clients that want to make changes to the LDAP database to the master server?
LDAP replicationslave serverwrite redirection - Question #153Administrative Tasks
In the following output, what does the 1 in the b column indicate?
process statessystem monitoringvmstat - Question #154Administrative Tasks
When investigating memory usage, what is the most important measurement for capacity planning purposes?
memory usagecapacity planningRSSVSZ - Question #155Administrative Tasks
In the following output, what resource is the program being observed using the most?
resource monitoringsystem performancebottlenecks - Question #156Administrative Tasks
Which of the following resources would be measured for capacity planning? (Select TWO correct answers.)
capacity planningCPU usagememory usageresource monitoring - Question #157Administrative Tasks
In the following output, what was the maximum number of processes swapped out at any time?
swappingmemory managementsystem monitoring - Question #158Shells, Scripting and Data Management
What operating system tools can be used to collect capacity planning data? (Select TWO correct answers.)
system monitoring toolscapacity planningps commandtop command - Question #159Shells, Scripting and Data Management
In capacity planning exercises, what tools assist in identifying processes of interest from other processes? (Select TWO correct answers.)
process monitoringlsofpstreesystem tools - Question #160Shells, Scripting and Data Management
Which of the following are common Net::LDAP methods? (Choose THREE correct answers.)
Net::LDAPLDAP clientAPI methods - Question #162Shells, Scripting and Data Management
The following excerpt is from a Perl script that reads a LDAP database and writes a LDIF file: $ldap =Net::LDAP->new( 'ldap.server.com' ); $mesg = $ldap->bind( 'cn=incadmin,o=inc',...
Perl scriptingLDAP search queriesNet::LDAPLDAP filters - Question #164Administrative Tasks
An administrator is adding several LDIF files to the directory with slapadd, and the new entries are not displayed when ldapsearch is used. Assuming that there is no database corru...
OpenLDAP administrationslapaddLDAP troubleshootingLDIF files - Question #165Administrative Tasks
Which command should be used to optimize LDAP searches?
OpenLDAP optimizationslapindexLDAP performance - Question #167Administrative Tasks
What settings may a user enter when configuring Microsoft Outlook to connect to an LDAP white pages service? (Choose THREE correct answers.)
LDAP client configurationOutlook LDAPSearch baseSearch timeout - Question #168Administrative Tasks
What does the slapindex tool do?
slapindexOpenLDAP administrationLDAP indexes - Question #169Shells, Scripting and Data Management
Which command will perform a one-level search from the DN c=INC, for all entries whose organization's name begins with RioDeJaneiro?
ldapsearchLDAP search syntaxLDAP filtersCommand-line utilities - Question #170Shells, Scripting and Data Management
Which of the following statements about the ldapsearch command are true? (Select THREE correct answers.)
ldapsearch optionsLDAP authenticationLDAP serverStartTLS - Question #171Administrative Tasks
When importing the contents of one directory into another, the administrator is adding entries with the slapadd command. Which of the following statements are true? (Choose THREE c...
slapaddOpenLDAP administrationLDAP replicationLDAP indexes - Question #172Administrative Tasks
The administrator wants to add the content from an LDIF file named example.ldif to the LDAP directory. Which of the following commands will perform this task?
slapaddLDIF importCommand-line syntax - Question #173Administrative Tasks
Which of the following resources would be measured for capacity planning? (Select TWO correct answers.)
Capacity planningSystem resourcesDisk I/ONetwork I/O - Question #174Administrative Tasks
In capacity planning exercises, what tools assist in identifying processes of interest from other processes? (Select TWO correct answers.)
Capacity planning toolsProcess monitoringps commandtop command - Question #175Administrative Tasks
What operating system tools can be used to collect capacity planning data? (Select TWO correct answers.)
Capacity planning toolsnetstatsarSystem monitoring - Question #176Essential System Services
What type of object class is sambaSamAccount?
LDAP object classessambaSamAccountAuxiliary object class - Question #181Essential System Services
Which of the following correctly describes the method to add Samba users to the LDAP directory?
SambaLDAP integrationUser managementsmbpasswd - Question #182Essential System Services
In order to migrate usernames and passwords from a NIS server, the passwd and shadow files were used with a custom script to import the data to OpenLDAP. After properly creating a...
NISOpenLDAPUser migrationgetentTroubleshooting - Question #183Essential System Services
When using the auth_ldap module with Apache 1.3, the log displays several messages containing "protocol error". Which of the following steps should be followed to fix the problem?
ApacheLDAP authenticationTroubleshootingStartTLS - Question #184Security
In order for pam_ldap to be capable of changing a user's password in Active Directory, the pam_password parameter must be set to
PAMpam_ldapActive DirectoryPassword management - Question #185Security
After an administrator added comments to each line of the ACLs in slapd.conf, the ACLs ceased to function properly. What is the most likely cause of this?
OpenLDAPACLsslapd.confConfiguration syntaxTroubleshooting - Question #187Security
Which of the following ACL lines allows access to all hosts that have an IP address that starts with 192.168.1?
ACLsIP addressingNetwork access controlWildcards - Question #188Essential System Services
Which one of the following pieces of information is not present in the slurpd replication log file?
OpenLDAPReplicationLoggingslurpd - Question #189Security
Which of the following procedures will test the TLS configuration of your LDAP server?
LDAPTLSSSLldapsearchNetwork security - Question #192Essential System Services
What does cachesize 1000000 represent in the slapd.conf file?
OpenLDAPslapd.confCachingPerformance tuning - Question #193Security
If no ACL lines are included in slapd.conf, what is the default behavior of slapd?
OpenLDAPACLsDefault securityAccess control - Question #196Security
It's important to issue the Start TLS operation at the beginning of a session:
TLSStartTLSPlaintext credentialsNetwork securityEncryption - Question #197Shells, Scripting and Data Management
You're writing a simple Perl script to query an LDAP directory using the Net::LDAP module. Which method would you use to determine if the start_tls() operation was successful?
PerlNet::LDAPstart_tlsScriptingError handling - Question #198Essential System Services
LDAP is considered "lightweight" in comparison to X.500 because (Choose TWO correct answers.)
LDAPX.500Protocol differencesTCP/IP - Question #199Security
Which one of the following is true about single sign-on?
Single Sign-On (SSO)Identity managementAuthentication - Question #200Essential System Services
What schema files are required to make LDAP compatible to NIS? (Choose TWO correct answers.)
OpenLDAPNISSchema filesCompatibilityDirectory integration - Question #201Essential System Services
Which of the following are valid choices for the LDAP database backend? (Choose THREE correct answers.)
LDAPdatabase backendOpenLDAP configuration - Question #203Essential System Services
Which ONE of the following is a correct example of an RDN?
LDAPRDN structureDistinguished Name - Question #204Essential System Services
Which schema file is required by OpenLDAP?
OpenLDAPLDAP schemacore.schema - Question #205Networking Fundamentals
An administrator has just configured an OpenVPN client. Upon starting the service, the following message is displayed: TLS Error: TLS key negotiation failed to occur within 60 seco...
OpenVPNTLS errornetwork connectivitytroubleshooting - Question #206Security
SELinux has just been installed on a Linux system and the administrator wants to use SELinux in permissive mode in order to audit the various services on the system. What command w...
SELinuxpermissive modesetenforce commandsecurity hardening - Question #207Essential System Services
Which of the following export options, when specified in /etc/exports, will tell the server to use the NFSv4 Pseudofilesystem?
NFSv4pseudofilesystem/etc/exportsfile sharing - Question #208Security
Which of the following are common techniques for securing a sendmail server? (Select THREE correct answers)
sendmail securityTLSchrootVRFY