From e0d36a7407fa45a6b71eb8092add8129ccca54e2 Mon Sep 17 00:00:00 2001 From: Jordan Cooks Date: Wed, 18 May 2022 08:57:24 -0700 Subject: [PATCH] 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 --- src/app/tabs/settings.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/tabs/settings.component.html b/src/app/tabs/settings.component.html index 621450fb..6e059884 100644 --- a/src/app/tabs/settings.component.html +++ b/src/app/tabs/settings.component.html @@ -700,7 +700,7 @@ [(ngModel)]="sync.groupFilter" > {{ "ex" | i18n }} (&!(name=Sales*)!(name=IT*)){{ "ex" | i18n }} (&(objectClass=group)(!(cn=Sales*))(!(cn=IT*)))