nerdexam
CompTIA

LX0-102 · Question #169

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

(47 responses)
  • A
    4% (2)
  • B
    13% (6)
  • C
    79% (37)
  • D
    4% (2)

Community Discussion

No community discussion yet for this question.

Full LX0-102 Practice