Which command will perform a one-level search from the DN c=INC, for all entries whose
organization’s name begins with RioDeJaneiro?
A.
ldapsearch -LLL -b “c=INC” “(o=description)” RioDeJaneiro*
B.
ldapsearch -b “c=INC” -f “(o=description,cn=RioDeJaneiro%)”
C.
ldapsearch -LLL -s one -b “c=INC” “(o=RioDeJaneiro*)”
D.
ldapsearch -s sub -b “c=INC” -f “(o=RioDeJaneiro)(description)”