1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-05 23:53:21 +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:
Jordan Cooks
2022-05-18 08:57:24 -07:00
committed by GitHub
parent 73b031b884
commit e0d36a7407

View File

@@ -700,7 +700,7 @@
[(ngModel)]="sync.groupFilter"
></textarea>
<small class="text-muted form-text" *ngIf="directory === directoryType.Ldap"
>{{ "ex" | i18n }} (&amp;!(name=Sales*)!(name=IT*))</small
>{{ "ex" | i18n }} (&amp;(objectClass=group)(!(cn=Sales*))(!(cn=IT*)))</small
>
<small
class="text-muted form-text"