1
0
mirror of https://github.com/bitwarden/help synced 2025-12-23 19:53:43 +00:00

Issue time (#815)

* 813

* 808

* 814
This commit is contained in:
fred_the_tech_writer
2021-12-02 17:17:10 -05:00
committed by GitHub
parent 4363460be3
commit 043875d075
3 changed files with 14 additions and 9 deletions

View File

@@ -92,7 +92,7 @@ Active Directory provides some advanced options and limitations for writing sear
To filter a sync for all entries that have `objectClass=user` and `cn` (common name) that contains `Marketing`:
```
(&(objectClass-user)(cn=*Marketing*))
(&(objectClass=user)(cn=*Marketing*))
```
(**LDAP-only**) To filter a sync for all entries with an `ou` (organization unit) component of their `dn` (distinguished name) that is either `Miami` or `Orlando`: