From 3ef9a7804e93b99e09dbf0b232a8333a933a0848 Mon Sep 17 00:00:00 2001 From: Tony Brix Date: Sun, 13 Dec 2020 13:05:58 -0600 Subject: [PATCH] remove email link --- docs/client.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/client.md b/docs/client.md index 69e353b..d72f560 100644 --- a/docs/client.md +++ b/docs/client.md @@ -300,7 +300,7 @@ Now our filter is actually three LDAP filters. We have an `and` filter (single amp `&`), an `equality` filter `(the l=Seattle)`, and a `substring` filter. Substrings are wildcard filters. They use `*` as the wildcard. You can put more than one wildcard for a given string. For example you could do `(email=*@*bar.com)` -to match any email of @bar.com or its subdomains like "example@foo.bar.com". +to match any email of @bar.com or its subdomains like `"example@foo.bar.com"`. Now, let's say we also want to set our filter to include a specification that either the employeeType *not* be a manager nor a secretary: