Which of these sets of entries will the following command return?
ldapsearch -x "(|(cn=marie)(!(telephoneNumber=9*)))"
A.
Entries that don’t have a cn of marie or don’t have a telephoneNumber that begins with 9.
B.
Entries that have a cn of marie or don’t have a telephoneNumber beginning with 9.
C.
Entries that have a cn of marie and a telephoneNumber ending with 9.
D.
Entries that don’t have a cn of marie and don’t have a telephoneNumber beginning with 9.
E.
Entries that have a cn of marie or have a telephoneNumber beginning with 9.