nerdexam
LPI

117-301 · Question #95

Which command will perform a one-level search from the DN c=INC, for all entries whose organization's name begins with RioDeJaneiro?

The correct answer is C. ldapsearch -LLL -s one -b "c=INC" "(o=RioDeJaneiro*)". See the full explanation below for the reasoning.

Question

Which command will perform a one-level search from the DN c=INC, for all entries whose organization's name begins with RioDeJaneiro?

Options

  • Aldapsearch -LLL -b "c=INC" "(o=description)" RioDeJaneiro*
  • Bldapsearch -b "c=INC" -f "(o=description,cn=RioDeJaneiro%)"
  • Cldapsearch -LLL -s one -b "c=INC" "(o=RioDeJaneiro*)"
  • Dldapsearch -s sub -b "c=INC" -f "(o=RioDeJaneiro)(description)"

How the community answered

(15 responses)
  • A
    7% (1)
  • B
    13% (2)
  • C
    80% (12)

Community Discussion

No community discussion yet for this question.

Full 117-301 Practice