mirror of
https://github.com/bitwarden/directory-connector
synced 2025-12-21 18:53:18 +00:00
Update example after LDAP library syntax change (#271)
The in-app example is no longer valid after an upstream LDAP library change; updating the example with the correct syntax
This commit is contained in:
@@ -700,7 +700,7 @@
|
|||||||
[(ngModel)]="sync.groupFilter"
|
[(ngModel)]="sync.groupFilter"
|
||||||
></textarea>
|
></textarea>
|
||||||
<small class="text-muted form-text" *ngIf="directory === directoryType.Ldap"
|
<small class="text-muted form-text" *ngIf="directory === directoryType.Ldap"
|
||||||
>{{ "ex" | i18n }} (&!(name=Sales*)!(name=IT*))</small
|
>{{ "ex" | i18n }} (&(objectClass=group)(!(cn=Sales*))(!(cn=IT*)))</small
|
||||||
>
|
>
|
||||||
<small
|
<small
|
||||||
class="text-muted form-text"
|
class="text-muted form-text"
|
||||||
|
|||||||
Reference in New Issue
Block a user