<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>article LDAP Filter for multiple groups in Qlik Sense Enterprise on Windows in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/LDAP-Filter-for-multiple-groups-in-Qlik-Sense-Enterprise-on/ta-p/1713091</link>
    <description>&lt;P&gt;The syntax to use when adding multiple AD groups in the LDAP filter is listed below.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;Environment:&lt;/H4&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;LI-PRODUCT title="Qlik Sense Enterprise on Windows" id="qlikSenseEnterpriseWindows"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The LDAP syntax for a filter like our example above would be teo "OR" elements together with the "|" character (called the pipe character):&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;(&lt;SPAN&gt;&lt;STRONG&gt;|&lt;/STRONG&gt;&lt;/SPAN&gt;( condition 1)( condition 2))&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;So your conditions for the filter would look like this:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;(&lt;SPAN&gt;|&lt;/SPAN&gt;(memberof=CN=BOBJ ADMIN LASH,OU=Security Groups,OU=LashGroup,DC=clt,DC=lash,DC=loc)(memberof=CN=BO Admin,OU=Security Groups,OU=LashGroup,DC=clt,DC=lash,DC=loc))&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;The "OR" operator is used for multiple groups, and uses a "pipe" symbol. The "AND" operator is used inversly to make a very specific query, and uses a "&amp;amp;" symbol.&lt;BR /&gt;&lt;BR /&gt;It is recommended to always test outside of Qlik Sense prior to applying any changes. See&amp;nbsp;&lt;A href="https://community.qlik.com/articles/Basic/Qlik-Sense-How-to-create-a-filter-in-Directory-Connector-and-test-it" target="_blank" rel="noopener" data-cke-saved-href="/articles/Basic/Qlik-Sense-How-to-create-a-filter-in-Directory-Connector-and-test-it"&gt;Qlik Sense: How to create a filter in Directory Connector (and test it)&lt;/A&gt;&amp;nbsp;for further steps&lt;BR /&gt;&lt;BR /&gt;More information about LDAP filters for Active Directory can be found here:&amp;nbsp;&lt;A href="https://technet.microsoft.com/en-us/library/aa996205(v=exchg.65).aspx" target="_blank" rel="noopener" data-cke-saved-href="https://technet.microsoft.com/en-us/library/aa996205(v=exchg.65).aspx"&gt;https://technet.microsoft.com/en-us/library/aa996205(v=exchg.65).aspx&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;H4&gt;Basic LDAP Filter Syntax and Operators&lt;/H4&gt;
&lt;P&gt;&lt;BR /&gt;LDAP filters consist of one or more criteria. If one than more criterion exist in one filter definition, they can be concatenated by logical&amp;nbsp;&lt;STRONG&gt;AND&lt;/STRONG&gt;&amp;nbsp;or&amp;nbsp;&lt;STRONG&gt;OR&amp;nbsp;&lt;/STRONG&gt;operators. The logical operators are always placed in front of the operands (i.e. the criteria). This is the so-called '&lt;A href="http://en.wikipedia.org/wiki/Polish_notation" target="_blank" rel="noopener" data-cke-saved-href="http://en.wikipedia.org/wiki/Polish_notation"&gt;Polish Notation&lt;/A&gt;'.&amp;nbsp;The search criteria have to be put in parentheses and then the whole term has to be bracketed one more time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;AND Operation:&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;(&amp;amp; (...K1...) (...K2...))&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&amp;nbsp;or with more than two criteria:&amp;nbsp;&amp;nbsp;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;(&amp;amp; (...K1...) (...K2...) (...K3...) (...K4...))&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;OR Operation:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;(| (...K1...) (...K2...))&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&amp;nbsp;or with more than two criteria:&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;(| (...K1...) (...K2...) (...K3...) (...K4...))&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;STRONG&gt;Nested Operation:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Every AND/OR operation can also be understood as a single criterion:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;(|(&amp;amp; (...K1...) (...K2...))(&amp;amp; (...K3...) (...K4...)))&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt; Wildcards are not allowed in the case of &lt;FONT face="courier new,courier"&gt;memberOf&lt;/FONT&gt; and &lt;FONT face="courier new,courier"&gt;distinguishedName&lt;/FONT&gt;. Specify the full &lt;FONT face="courier new,courier"&gt;DN&lt;/FONT&gt; of the objects. This is not a Qlik Sense limitation but a&amp;nbsp;general LDAP limitation/rule.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;Related Content:&lt;/H4&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Knowledge-Base/Qlik-Sense-Example-of-a-LDAP-filter-to-sync-users-in-a-group/ta-p/1713735" target="_self"&gt;Qlik Sense : Example of a LDAP filter to sync users in a group&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/Knowledge-Base/Qlik-Sense-on-Windows-Configuring-and-testing-LDAP-filters-for/ta-p/1713947" target="_self"&gt;Qlik Sense on Windows: Configuring and testing LDAP filters for User Directory Connector&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 12 May 2021 13:18:56 GMT</pubDate>
    <dc:creator>Sonja_Bauernfeind</dc:creator>
    <dc:date>2021-05-12T13:18:56Z</dc:date>
    <item>
      <title>LDAP Filter for multiple groups in Qlik Sense Enterprise on Windows</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/LDAP-Filter-for-multiple-groups-in-Qlik-Sense-Enterprise-on/ta-p/1713091</link>
      <description>&lt;P&gt;The syntax to use when adding multiple AD groups in the LDAP filter is listed below.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;Environment:&lt;/H4&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;LI-PRODUCT title="Qlik Sense Enterprise on Windows" id="qlikSenseEnterpriseWindows"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The LDAP syntax for a filter like our example above would be teo "OR" elements together with the "|" character (called the pipe character):&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;(&lt;SPAN&gt;&lt;STRONG&gt;|&lt;/STRONG&gt;&lt;/SPAN&gt;( condition 1)( condition 2))&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;So your conditions for the filter would look like this:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;(&lt;SPAN&gt;|&lt;/SPAN&gt;(memberof=CN=BOBJ ADMIN LASH,OU=Security Groups,OU=LashGroup,DC=clt,DC=lash,DC=loc)(memberof=CN=BO Admin,OU=Security Groups,OU=LashGroup,DC=clt,DC=lash,DC=loc))&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;The "OR" operator is used for multiple groups, and uses a "pipe" symbol. The "AND" operator is used inversly to make a very specific query, and uses a "&amp;amp;" symbol.&lt;BR /&gt;&lt;BR /&gt;It is recommended to always test outside of Qlik Sense prior to applying any changes. See&amp;nbsp;&lt;A href="https://community.qlik.com/articles/Basic/Qlik-Sense-How-to-create-a-filter-in-Directory-Connector-and-test-it" target="_blank" rel="noopener" data-cke-saved-href="/articles/Basic/Qlik-Sense-How-to-create-a-filter-in-Directory-Connector-and-test-it"&gt;Qlik Sense: How to create a filter in Directory Connector (and test it)&lt;/A&gt;&amp;nbsp;for further steps&lt;BR /&gt;&lt;BR /&gt;More information about LDAP filters for Active Directory can be found here:&amp;nbsp;&lt;A href="https://technet.microsoft.com/en-us/library/aa996205(v=exchg.65).aspx" target="_blank" rel="noopener" data-cke-saved-href="https://technet.microsoft.com/en-us/library/aa996205(v=exchg.65).aspx"&gt;https://technet.microsoft.com/en-us/library/aa996205(v=exchg.65).aspx&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;H4&gt;Basic LDAP Filter Syntax and Operators&lt;/H4&gt;
&lt;P&gt;&lt;BR /&gt;LDAP filters consist of one or more criteria. If one than more criterion exist in one filter definition, they can be concatenated by logical&amp;nbsp;&lt;STRONG&gt;AND&lt;/STRONG&gt;&amp;nbsp;or&amp;nbsp;&lt;STRONG&gt;OR&amp;nbsp;&lt;/STRONG&gt;operators. The logical operators are always placed in front of the operands (i.e. the criteria). This is the so-called '&lt;A href="http://en.wikipedia.org/wiki/Polish_notation" target="_blank" rel="noopener" data-cke-saved-href="http://en.wikipedia.org/wiki/Polish_notation"&gt;Polish Notation&lt;/A&gt;'.&amp;nbsp;The search criteria have to be put in parentheses and then the whole term has to be bracketed one more time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;AND Operation:&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;(&amp;amp; (...K1...) (...K2...))&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&amp;nbsp;or with more than two criteria:&amp;nbsp;&amp;nbsp;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;(&amp;amp; (...K1...) (...K2...) (...K3...) (...K4...))&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;OR Operation:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;(| (...K1...) (...K2...))&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&amp;nbsp;or with more than two criteria:&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;(| (...K1...) (...K2...) (...K3...) (...K4...))&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;STRONG&gt;Nested Operation:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Every AND/OR operation can also be understood as a single criterion:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;(|(&amp;amp; (...K1...) (...K2...))(&amp;amp; (...K3...) (...K4...)))&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt; Wildcards are not allowed in the case of &lt;FONT face="courier new,courier"&gt;memberOf&lt;/FONT&gt; and &lt;FONT face="courier new,courier"&gt;distinguishedName&lt;/FONT&gt;. Specify the full &lt;FONT face="courier new,courier"&gt;DN&lt;/FONT&gt; of the objects. This is not a Qlik Sense limitation but a&amp;nbsp;general LDAP limitation/rule.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;Related Content:&lt;/H4&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Knowledge-Base/Qlik-Sense-Example-of-a-LDAP-filter-to-sync-users-in-a-group/ta-p/1713735" target="_self"&gt;Qlik Sense : Example of a LDAP filter to sync users in a group&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/Knowledge-Base/Qlik-Sense-on-Windows-Configuring-and-testing-LDAP-filters-for/ta-p/1713947" target="_self"&gt;Qlik Sense on Windows: Configuring and testing LDAP filters for User Directory Connector&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 May 2021 13:18:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/LDAP-Filter-for-multiple-groups-in-Qlik-Sense-Enterprise-on/ta-p/1713091</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2021-05-12T13:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP Filter for multiple groups in Qlik Sense Enterprise on Windows</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/LDAP-Filter-for-multiple-groups-in-Qlik-Sense-Enterprise-on/tac-p/1909371#M5926</link>
      <description>&lt;P&gt;When I am using OR Operation&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;OR Operation:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;(| (...K1...) (...K2...))&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&amp;nbsp;or with more than two criteria:&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;(| (...K1...) (...K2...) (...K3...) (...K4...))&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;the users from K3 group becomes inactive.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;My users are admin , dev and analyst hence K1 = Admin and K2 = Dev are active whereas K3 = Analyst are inactive.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Mar 2022 13:16:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/LDAP-Filter-for-multiple-groups-in-Qlik-Sense-Enterprise-on/tac-p/1909371#M5926</guid>
      <dc:creator>jaishree_Qlik</dc:creator>
      <dc:date>2022-03-24T13:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP Filter for multiple groups in Qlik Sense Enterprise on Windows</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/LDAP-Filter-for-multiple-groups-in-Qlik-Sense-Enterprise-on/tac-p/1909770#M5934</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/144939"&gt;@jaishree_Qlik&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've just tested with 3 groups and it just works fine for me.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(|(memberof=CN=groupA,CN=Users,DC=domain,DC=local)(memberof=CN=groupB,CN=Users,DC=domain,DC=local)(memberof=CN=groupC,CN=Users,DC=domain,DC=local))&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I have userA,userB,userC in each group and everyone is synced and not disabled.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Could there be a mistake in the path to the group for K3 ?&lt;BR /&gt;Does simply using&amp;nbsp;(| (...K1...) (...K3...)) actually fetch the users from K3/make them active ?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt; &lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Mar 2022 10:00:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/LDAP-Filter-for-multiple-groups-in-Qlik-Sense-Enterprise-on/tac-p/1909770#M5934</guid>
      <dc:creator>Damien_V</dc:creator>
      <dc:date>2022-03-25T10:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP Filter for multiple groups in Qlik Sense Enterprise on Windows</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/LDAP-Filter-for-multiple-groups-in-Qlik-Sense-Enterprise-on/tac-p/1909773#M5935</link>
      <description>&lt;P&gt;For testing it local server I used this syntax and still not able to see users active .&lt;/P&gt;
&lt;P&gt;(| (memberOf=CN=QlikUser,OU=My Users,DC=hp,DC=local)&lt;BR /&gt;(memberOf=CN=QlikAdmin,OU=My Users,DC=hp,DC=local)&lt;BR /&gt;(memberOf=CN=QlikAnalyzer,OU=My Users,DC=hp,DC=local))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;QlikUser - Active&lt;/P&gt;
&lt;P&gt;QlikAdmin - Not Active&lt;/P&gt;
&lt;P&gt;QlikAnalyzer - Not Active&lt;/P&gt;</description>
      <pubDate>Fri, 25 Mar 2022 10:15:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/LDAP-Filter-for-multiple-groups-in-Qlik-Sense-Enterprise-on/tac-p/1909773#M5935</guid>
      <dc:creator>jaishree_Qlik</dc:creator>
      <dc:date>2022-03-25T10:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP Filter for multiple groups in Qlik Sense Enterprise on Windows</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/LDAP-Filter-for-multiple-groups-in-Qlik-Sense-Enterprise-on/tac-p/2107720#M9956</link>
      <description>&lt;P&gt;Please do not format it with enter button , just give one space between groups ...it will work.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2023 11:00:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/LDAP-Filter-for-multiple-groups-in-Qlik-Sense-Enterprise-on/tac-p/2107720#M9956</guid>
      <dc:creator>jaishree_Qlik</dc:creator>
      <dc:date>2023-08-21T11:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP Filter for multiple groups in Qlik Sense Enterprise on Windows</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/LDAP-Filter-for-multiple-groups-in-Qlik-Sense-Enterprise-on/tac-p/2427393#M13422</link>
      <description>&lt;P&gt;&lt;SPAN&gt;The issue arises when I combine the below two groups with an OR condition; individually, they function correctly, i have already tried the above solution&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/144939"&gt;@jaishree_Qlik&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28597"&gt;@Sonja_Bauernfeind&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/29425"&gt;@Damien_V&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;(&amp;amp;(objectCategory=person)(objectClass=user)&lt;BR /&gt;(| (memberof=CN=&lt;SPAN&gt;QlikUser&lt;/SPAN&gt;,OU=Groups,OU=&lt;SPAN&gt;My Users&lt;/SPAN&gt;,OU=Regular,DC=hp,DC=local)&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(memberof=CN=&lt;SPAN&gt;QlikAdmin&lt;/SPAN&gt;,OU=Groups,OU=&lt;SPAN&gt;My Users&lt;/SPAN&gt;,OU=Regular,DC=hp,DC=local)))&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2024 20:55:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/LDAP-Filter-for-multiple-groups-in-Qlik-Sense-Enterprise-on/tac-p/2427393#M13422</guid>
      <dc:creator>maknae</dc:creator>
      <dc:date>2024-03-05T20:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP Filter for multiple groups in Qlik Sense Enterprise on Windows</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/LDAP-Filter-for-multiple-groups-in-Qlik-Sense-Enterprise-on/tac-p/2428265#M13440</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/236734"&gt;@maknae&lt;/a&gt;&amp;nbsp;Before beginning to troubleshoot with a Qlik Product, please verify that the filer works correctly in a third-party tool. See&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/LDAP-server-testing-using-an-LDAP-browser-to-verify-LDAP-filters/ta-p/1710642" target="_blank" rel="noopener"&gt;LDAP server testing using an LDAP browser to verify LDAP filters for Qlik products&lt;/A&gt;&amp;nbsp;for an example.&lt;/P&gt;
&lt;P&gt;If the filter does not return the expected results in the third-party tool, please troubleshoot further with your active directory administrator. If it does, please post about your query and what you are looking to achieve in the &lt;A href="https://community.qlik.com/t5/deployment-management/bd-p/qlik-sense-deployment" target="_blank" rel="noopener"&gt;Qlik Sense Management and Deployment forum&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;All the best,&lt;BR /&gt;Sonja&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2024 12:41:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/LDAP-Filter-for-multiple-groups-in-Qlik-Sense-Enterprise-on/tac-p/2428265#M13440</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2024-03-07T12:41:55Z</dc:date>
    </item>
  </channel>
</rss>

