LPI 302 Mixed Environment Exam
Index >> Lpi >> LPIC Level3 >> "117-302"Exam
VUE/Prometric Code:117-302
Questions and Answers:146 Q&As
Price:$99
Updated:2008-11-12
| LPI 302 Mixed Environment Exam | |||
| Test | Q&A | Updated | Price |
| 117-302 | 146 Q&A | 2008-11-12 | $99 |
please download in PDF format Demo:
killtest 117-302 Exam Features
High quality and Value for the 117-302 Exam.
Killtest Practice Exams for LPI 302 Mixed Environment Exam 117-302 are written to the highest standards of technical accuracy, using only certified subject matter experts and published authors for development.
100% Guarantee to Pass Your LPIC Level3 exam and get your LPIC Level3 Certification.
We guarantee your success in the first attempt. If you do not pass the 117-302 (LPI 302 Mixed Environment Exam) on your first attempt we will give you a FULL REFUND of your purchasing fee AND send you another same value product for free.
killtest 117-302 Downloadable.
Printable Exams (in PDF format) Our Exam 117-302 Preparation Material provides you everything you will need to take your LPIC Level3 exam. The LPIC Level3 Certification details are researched and produced by Professional Certification Experts who are constantly using industry experience to produce precise, and logical. You may get LPIC Level3 exam questions from different web sites or books, but logic is the key. Our Product will help you not only pass in the first LPIC Level3 exam try, but also save your valuable time .
- Comprehensive questions with complete details about 117-302 exam.
- 117-302 exam questions accompanied by exhibits.
- Verified Answers Researched by Industry Experts and almost 100% correct.
- Drag and Drop questions as experienced in the Real LPIC Level3 exam.
- 117-302 exam questions updated on regular basis.
- Like actual LPIC Level3 Certification exams, 117-302 exam preparation is in multiple-choice questions (MCQs).
- Tested by many real LPIC Level3 exams before publishing.
- Try free LPIC Level3 exam demo before you decide to buy it in http://www.Killtest.com.
High quality and Value for the 117-302 Exam:100% Guarantee to Pass Your LPIC Level3 exam and get your LPIC Level3 Certification.
http://www.Killtest.com The safer.easier way to get LPIC Level3 Certification.
We offer Demo version of Q&A, Q&A are as follows (not to provide picture):
117-302:please download 117-302 in PDF format Demo 
A. include /usr/local/etc/openldap/schema/core.schema
B. allow /usr/local/etc/openldap/schema/core.schema
C. permit /usr/local/etc/openldap/schema/core.schema
D. add /usr/local/etc/openldap/schema/core.schema
Answer: A
2. What does the LDIF acronym stand for?
A. Lightweight Database Interchange Format
B. LDAP Database Interchange Format
C. LDAP Data Internet File
D. LDAP Data Interchange Format
Answer: D
3. Which of the following describes correct LDAP service definitions? (Choose THREE correct answers.)
A. LDAP was developed as a lightweight alternative to DAP.
B. LDAPv6 is the latest stable version specified by RFCs.
C. LDAP follows the X.500 directory standard.
D. X.500 directories can run only over TCP/IP.
E. LDAP is optimized for searching information.
Answer: ACE
4. Select the INCORRECT statement regarding the LDIF file format:
A. It must contains a "dn" line (or distinguished name), that indicates where the attributes listed in the following lines of
the file must be added.
B. In the file, a blank line separates one entry from another one.
C. If the attribute contains binary data, some specific configurations must be made for this entry.
D. The LDIF file accepts any type of file encoding.
Answer: D
5. A private OID should be obtained for a company when:
A. that company runs out of public OIDs.
B. the company intends to use LDAP for commercial purposes.
C. the company wants to make their directory available to the public on the World Wide Web.
D. the company plans to create custom schema files for their directory.
Answer: D
6. When assigned to the ref attribute for ou=people,dc=example,dc=com, which of the following values will create a
subordinate knowledge link to slave.example.com?
A. ldap://slave.example.com/ou=people,dc=example,dc=com
B. ldap://slave.example.com?ou=people,dc=example,dc=com
C. ldap://slave.example.com ou=people,dc=example,dc=com
D. ldap://slave.example.com,ou=people,dc=example,dc=com
Answer: A
7. Which statements are true of object classes in an LDAP directory? (Choose TWO correct answers)
A. Auxiliary object classes - when used on their own - provide access to extended schema.
B. An entry cannot have more than one auxiliary object class.
C. An entry cannot have more than one structural object class.
D. Once an entry has been created, its structural object class cannot be changed without re-creating the entry.
E. Abstract object classes are no longer officially support by the LDAP protocol.
Answer: CD
8. What is true of any created custom attribute or object class?
A. It cannot be placed in one of the default distributed schema files.
B. The name must be registered with IANA to avoid conflicts with other custom schemas.
C. It must have a unique OID.
D. It must not contain any numbers.
Answer: C
9. Which of the following is correct about this excerpt from an LDIF file?
dn: cn=PrintOperators,ou=Groups,ou=IT,o=BR
A. dn is the domain name.
B. o is the organizational unit.
C. cn is the common name.
D. dn is the relative distinguished name.
Answer: C
10. When logged in to a workstation which retrieves most of its user information from NIS, which command can be used
to list ALL the users?
A. cat /etc/passwd
B. show users
C. ypusers list
D. getent passwd
E. cat /var/lib/nis/passwd
Answer: D
11. An administrator has manually migrated local accounts to LDAP, instead of using the 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.
Answer: A
12. What strategy is used to initialize NIS maps?
A. Create the yp.conf configuration file then restart the NIS server process.
B. Create the nis.conf configuration file then restart the NIS server process.
C. Start ypserver with the -new option.
D. Execute the make command from the /var/yp directory.
Answer: D
13. After configuring PAM and NSS to integrate with OpenLDAP, the SSH server refuses to authenticate users who are
only in LDAP. What is the first step you should follow to debug this problem?
A. Restart the pamd service.
B. Restart the sshd service.
C. Restart the nssd service.
D. Add the Use_LDAP = yes parameter to sshd_config.
Answer: B
14. Which are common procedures to implement Samba with LDAP? (Choose TWO correct answers.)
A. Include the Samba schema into OpenLDAP.
B. Configure Samba password backend to point to OpenLDAP server.
C. Compile OpenLDAP with support to Samba authentication.
D. Include OpenLDAP core schema files into Samba configuration directory.
Answer: AB
15. Which attributes must be present when assigning the object class sambaSamAccount to a particular user? (Choose
TWO correct answers)
A. displayName
B. sambaSID
C. uid
D. sambaLMPassword
E. sambaNTPassword
Answer: BC
16. On a Postfix mail server, the command postconf -m is run to determine if OpenLDAP is supported. Which storage
medium would indicate support for OpenLDAP?
A. ldap
B. openldap
C. x500
D. dbm
E. ldaptable
Answer: A
17. After finishing configuring of a Unix client to authenticate with a Microsoft Active Directory server, login attempts
are unsuccessful. Which of the following is most likely the cause?
A. Unix Client support is disabled in the Active Directory configuration.
B. The PAM library is searching the directory with the default search filter.
C. The slapd daemon is not running.
D. The user account in Active Directory has the remote login setting disabled.
Answer: B
18. A user is unable to login on a workstation where NSCD was configured BEFORE the pam_ldap and nss_ldap
modules. What should be done to fix this problem?
A. Restart the NSS server.
B. Restart the nscd daemon.
C. Restart the PAM server.
D. nscd is incompatible with OpenLDAP and should be disabled.
E. nscd must be started with the -ldap=yes option.
Answer: B
19. Which LDAP object class is used in a white pages implementation?
A. friendlyPerson
B. organizationalRole
C. posixAccount
D. inetOrgPerson
E. whitepageUser
Answer: D
20. Which of the following are valid LDAP client commands? (Choose TWO correct answers.)
A. ldappasswd
B. ldapbrowser
C. slapcat
D. ldapwhoami
E. slaptest
Answer: AD
21. Which of the following switches for the ldapsearch command makes sure that search referrals are followed?
A. -r
B. -C
C. -S
D. -R
Answer: B
22. When two databases are defined in slapd.conf, which of the following commands will provide a full dump of the
second database?
A. slapcat -n 2
B. slapcat -2
C. slapcat -database 2
D. slap_dumpall -name nameofdatabase
Answer: A
23. 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" "_______"
A. ( (cn=ldapamin)|(ou=BR) )
B. ( |(cn=ldapamin) (ou=BR) )
C. ( (cn=ldapamin) (ou=BR) )
D. ( (cn=ldapamin) (ou=BR)| )
E. ( (cn=ldapamin)||(ou=BR) )
Answer: B
24. Which of the following steps should be followed when configuring a slave slapd server? (Choose THREE correct
answers.)
A. Add a replica directive to slapd.conf.
B. Do not add a replogfile directive to slapd.conf.
C. Add an updatedn directive to slapd.conf.
D. Add a replogfile directive to slapd.conf.
E. Do not add a replica directive to slapd.conf.
Answer: BCE
25. Which of the following is the most appropriate method of debugging problems concerning ACLs?
A. Stop the OpenLDAP server daemon and run the command slapd -d 128.
B. Stop the OpenLDAP server daemon and run the command slapd -d 32.
C. Stop the OpenLDAP server daemon and run the command slapd -log_acl.
D. Stop the OpenLDAP server daemon and run the command slapd -debug_acl.
Answer: A
26. 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?
A. It is using the default account admin with the password admin.
B. The account is defined by an ACL in slapd.conf.
C. It is using the default account admin with a null password.
D. The account is defined in the file /etc/ldap.secret.
E. The account is defined in the file /etc/ldap.root.conf.
Answer: B
27. 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.
Answer: D
28. Which option should be used to disable anonymous binds to your LDAP directory?
A. disallow bind_anon
B. disallow bind_anon_cred
C. disallow bind_simple_unprotected
D. disallow bind_simple
Answer: A
29. 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?
A. updatedn
B. updateserver
C. updateref
D. updateuri
Answer: C
30. When configuring LDAP 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
Answer: D


