Which answer best describes the meaning of the following LDAP search commanD. ldapseareh x” (&(cn=marie)(telephoneNumber=9*))”
A.
It is searching for all entries that don’t have the cn attribute equal to marie OR the
telephoneNumber attribute starting with number 9
B.
It is searching for all entries that have the cn attribute equal to marie AND the
telephoneNumber attribute starting with number 9
C.
It is searching for all entries that have the cn attribute equal to marie AND the
telephoneNumber attribute ending with number 9
D.
It is searching for all entries that don’t have the cn attribute equal to marie AND the
telephoneNumber attribute starting with number 9
E.
It is searching for all entries that have the cn attribute different than marie OR the
telephoneNumber attribute starting with number 9
The actual quesry goes like this:
ldapseareh -x” (|(cn=marie)(!(telephoneNumber=9*))”
There are some typos in the text:
ldapseareh x” (
should read
ldapsearch -x “(