nerdexam
LPI

117-300 · Question #225

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

(52 responses)
  • A
    12% (6)
  • B
    2% (1)
  • C
    81% (42)
  • D
    6% (3)

Community Discussion

No community discussion yet for this question.

Full 117-300 Practice