Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit b83008c

Browse files
authored
Merge pull request #696 from UziTech/docs
remove email link from docs
2 parents d08ad3d + 3ef9a78 commit b83008c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ Now our filter is actually three LDAP filters. We have an `and` filter (single
300300
amp `&`), an `equality` filter `(the l=Seattle)`, and a `substring` filter.
301301
Substrings are wildcard filters. They use `*` as the wildcard. You can put more
302302
than one wildcard for a given string. For example you could do `(email=*@*bar.com)`
303-
to match any email of @bar.com or its subdomains like "[email protected]".
303+
to match any email of @bar.com or its subdomains like `"[email protected]"`.
304304

305305
Now, let's say we also want to set our filter to include a
306306
specification that either the employeeType *not* be a manager nor a secretary:

0 commit comments

Comments
 (0)