[problem]
You want to match more one or another pattern, in your LDAP search.
[/problem]
[solution]
To match more one pattern or another we use the pipe symbol “|” .
[/solution]
[example]
This is how to perform a logical OR LDAP search.
ldapsearch -x -v-D"cn=Manager,dc=demo,dc=net"-w secret
-b"dc=demo,dc=net" "(|(sn=Doe)(sn=Smith))"
[/example]
[reference]
[tags]ldapsearch syntax, openldap ldapsearch, LDAP Training School[/tags]
[/reference]
If you have found my website useful, please consider buying me a coffee below 😉