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

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

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

A.
ldapsearch -s sub -b “c=INC” -f “(o=RioDeJaneiro) (Description)”

B.
ldapsearch -LLL -b “c=INC” “(o=description)” RioDeJaneiro*

C.
ldapsearch -b “c=INC” -f (o=description,cn=RioDeJaneiro%)”

D.
ldapserach -LLL -s one -b “c=INC” “(c=INC” “(o=RioDeJaneiro*)”



Leave a Reply 0

Your email address will not be published. Required fields are marked *