mirror of
https://github.com/bitwarden/help
synced 2025-12-23 19:53:43 +00:00
committed by
GitHub
parent
4363460be3
commit
043875d075
@@ -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`:
|
||||
|
||||
Reference in New Issue
Block a user