<?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>topic AD Group in SA in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/AD-Group-in-SA/m-p/1678781#M449912</link>
    <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;I am trying to configure our Section Access to use AD groups and I have a couple of questions as I am unable to get this to work.&lt;/P&gt;&lt;P&gt;1. Does it matter what type of AD group (Local, Global, Universal)?&lt;/P&gt;&lt;P&gt;2. What is the proper way to specify it in the script?&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. Do I need to specify the domain? It is the same domain as everything else.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Assuming the name of my AD group is qlik_developers, and it is created within the business unit of Application...&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;ACCESS, NTNAME, ROLE&lt;/P&gt;&lt;P&gt;ADMIN, QLIK_DEVELOPERS, ROLE1&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 01:12:09 GMT</pubDate>
    <dc:creator>cbushey1</dc:creator>
    <dc:date>2024-11-16T01:12:09Z</dc:date>
    <item>
      <title>AD Group in SA</title>
      <link>https://community.qlik.com/t5/QlikView/AD-Group-in-SA/m-p/1678781#M449912</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;I am trying to configure our Section Access to use AD groups and I have a couple of questions as I am unable to get this to work.&lt;/P&gt;&lt;P&gt;1. Does it matter what type of AD group (Local, Global, Universal)?&lt;/P&gt;&lt;P&gt;2. What is the proper way to specify it in the script?&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. Do I need to specify the domain? It is the same domain as everything else.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Assuming the name of my AD group is qlik_developers, and it is created within the business unit of Application...&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;ACCESS, NTNAME, ROLE&lt;/P&gt;&lt;P&gt;ADMIN, QLIK_DEVELOPERS, ROLE1&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:12:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AD-Group-in-SA/m-p/1678781#M449912</guid>
      <dc:creator>cbushey1</dc:creator>
      <dc:date>2024-11-16T01:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: AD Group in SA</title>
      <link>https://community.qlik.com/t5/QlikView/AD-Group-in-SA/m-p/1678942#M449918</link>
      <description>&lt;P&gt;A simple way is to use the function&amp;nbsp; OSUSER() to find out how Worldview recognize the userid of your AD . Use the same name returned by the function in the section access&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;ACCESS, NTNAME, ROLE&lt;/P&gt;&lt;P&gt;ADMIN, "What the function OSUSER retruns", ROLE1&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2020 09:58:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AD-Group-in-SA/m-p/1678942#M449918</guid>
      <dc:creator>qliksus</dc:creator>
      <dc:date>2020-02-25T09:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: AD Group in SA</title>
      <link>https://community.qlik.com/t5/QlikView/AD-Group-in-SA/m-p/1679029#M449928</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We AD Groups in our Section Access and it work correctly.&lt;/P&gt;&lt;P&gt;All our AD groups are Global and we always qualify with the domain name as follows&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;ACCESS, NTNAME, ROLE&lt;/P&gt;&lt;P&gt;ADMIN, DOMAIN\QLIK_DEVELOPERS, ROLE1&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;Cheers&lt;BR /&gt;Adrian&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2020 12:53:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AD-Group-in-SA/m-p/1679029#M449928</guid>
      <dc:creator>atoz1158</dc:creator>
      <dc:date>2020-02-25T12:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: AD Group in SA</title>
      <link>https://community.qlik.com/t5/QlikView/AD-Group-in-SA/m-p/1681397#M450094</link>
      <description>&lt;P&gt;What about the group type? Is it security or distribution?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 15:54:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AD-Group-in-SA/m-p/1681397#M450094</guid>
      <dc:creator>cbushey1</dc:creator>
      <dc:date>2020-03-03T15:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: AD Group in SA</title>
      <link>https://community.qlik.com/t5/QlikView/AD-Group-in-SA/m-p/1681398#M450095</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;The type is security&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 15:59:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AD-Group-in-SA/m-p/1681398#M450095</guid>
      <dc:creator>atoz1158</dc:creator>
      <dc:date>2020-03-03T15:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: AD Group in SA</title>
      <link>https://community.qlik.com/t5/QlikView/AD-Group-in-SA/m-p/1681406#M450096</link>
      <description>&lt;P&gt;Is your security group in a OU?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mine is and I can not get it to find it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Section Access;&lt;/P&gt;&lt;P&gt;Star is *l&lt;/P&gt;&lt;P&gt;Security:&lt;/P&gt;&lt;P&gt;LOAD * INLINE[&lt;/P&gt;&lt;P&gt;ACCESS,NTNAME,USERROLE&lt;/P&gt;&lt;P&gt;ADMIN,USA\QLIK_DEVELOPERS,ROLE19&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;Section Application;&lt;/P&gt;&lt;P&gt;// USA is my domain, and qlik_developers is the name of the security group.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 16:14:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AD-Group-in-SA/m-p/1681406#M450096</guid>
      <dc:creator>cbushey1</dc:creator>
      <dc:date>2020-03-03T16:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: AD Group in SA</title>
      <link>https://community.qlik.com/t5/QlikView/AD-Group-in-SA/m-p/1681414#M450099</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Yes they ares, the following are a couple of the groups "distinguishedName" (got via LDAP) we have&lt;/P&gt;&lt;P&gt;CN=Qlikview Administrators,OU=QlikView Groups,OU=Security,DC=spock,DC=startrek,DC=com&lt;BR /&gt;CN=Qlikview Regional Account Managers,OU=QlikView Groups,OU=Security,DC=spock,DC=startrek,DC=com&lt;/P&gt;&lt;P&gt;spock is the domain name&lt;/P&gt;&lt;P&gt;Regrads&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 16:43:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AD-Group-in-SA/m-p/1681414#M450099</guid>
      <dc:creator>atoz1158</dc:creator>
      <dc:date>2020-03-03T16:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: AD Group in SA</title>
      <link>https://community.qlik.com/t5/QlikView/AD-Group-in-SA/m-p/1681433#M450100</link>
      <description>&lt;P&gt;&lt;SPAN&gt;You can use groups and user names in the NTNAME field in a section access table. So if you'd rather use AD groups then use those instead of the user names.&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please check this link already available in community may be helpful,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/57817" target="_blank" rel="noopener"&gt;http://community.qlik.com/thread/57817&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 17:46:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AD-Group-in-SA/m-p/1681433#M450100</guid>
      <dc:creator>BinayKumarSah</dc:creator>
      <dc:date>2020-03-03T17:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: AD Group in SA</title>
      <link>https://community.qlik.com/t5/QlikView/AD-Group-in-SA/m-p/1688115#M450493</link>
      <description>&lt;P&gt;Seems most of the pertinent info has been covered below, but you did not mark anything as the solution, so please be sure to close out the thread by doing so, if you did something different, you can post that and then use the Accept as Solution button on that post...&lt;/P&gt;&lt;P&gt;Here are some likely useful links, but I also wanted to reiterate some points, things need to be in format of DOMAIN\USER or GROUP and they must be Security objects, Distribution objects will not work.&amp;nbsp; I believe all three security types should work but cross-domain may cause issues, just FYI, but it sounded like you had everything in a single domain.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/Security.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/Security.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/A-Primer-on-Section-Access/ba-p/1465766" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/A-Primer-on-Section-Access/ba-p/1465766&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Those two links should allow you to double-check things, and oh, last thing I did forget to mention is everything in the Section Access table load MUST be uppercase too, forgot that one.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2020 13:25:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AD-Group-in-SA/m-p/1688115#M450493</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-03-26T13:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: AD Group in SA</title>
      <link>https://community.qlik.com/t5/QlikView/AD-Group-in-SA/m-p/1688290#M450505</link>
      <description>&lt;P&gt;Brett,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the reply and the extra material.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have not been able to get this to work yet, and in total transparency, I have not spent anytime on it in the last few weeks as there have been other priorities. I do want to get back to this and I do want to make this work as it will help us out a great deal.&amp;nbsp;&lt;/P&gt;&lt;P&gt;You mentioned it is more complicated if there are multiple domains and I am wondering if that is contributing to my problem. We have a few domains or sub-domains (not really my expertise). I will review the links and get back here once soon.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2020 18:52:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AD-Group-in-SA/m-p/1688290#M450505</guid>
      <dc:creator>cbushey1</dc:creator>
      <dc:date>2020-03-26T18:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: AD Group in SA</title>
      <link>https://community.qlik.com/t5/QlikView/AD-Group-in-SA/m-p/1689518#M450542</link>
      <description>&lt;P&gt;Correct, if you have cross-domains in play, if the trust relationships are not correct, or you are putting security groups from one domain into a different domain, that is likely going to be problematic.&amp;nbsp; The best practice in this case is going to be to create the groups within the domain in which the users belong... If you have users from different domains, I would try a specific group in each domain in which to put those users that belong to that specific domain and see if that gets things working...&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Tue, 31 Mar 2020 15:30:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AD-Group-in-SA/m-p/1689518#M450542</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-03-31T15:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: AD Group in SA</title>
      <link>https://community.qlik.com/t5/QlikView/AD-Group-in-SA/m-p/1695898#M450931</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/14114"&gt;@Brett_Bleess&lt;/a&gt;&amp;nbsp;- sorry for the delay here but I am hoping you can still help out.&lt;/P&gt;&lt;P&gt;My security group (qlik_developers) has multiple DC values so I am not sure if I need to list them all or what. Here is what I see when I look in AD at my new group:&lt;/P&gt;&lt;P&gt;CN=qlik_developers,OU=QlikApp,DC=USA,DC=HRT,DC=local&lt;/P&gt;&lt;P&gt;I have tried entering the following in the SA code but I cant even see it in AP after assigning the qlik_developers account a license.&lt;/P&gt;&lt;P&gt;ACCESS, NTNAME&lt;/P&gt;&lt;P&gt;USER,USA\QLIK_DEVELOPERS&lt;/P&gt;&lt;P&gt;Thoughts?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 19:50:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AD-Group-in-SA/m-p/1695898#M450931</guid>
      <dc:creator>cbushey1</dc:creator>
      <dc:date>2020-04-22T19:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: AD Group in SA</title>
      <link>https://community.qlik.com/t5/QlikView/AD-Group-in-SA/m-p/1696554#M450971</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/41438"&gt;@atoz1158&lt;/a&gt;&amp;nbsp; Since you were able to get this working, what are your thoughts here?&lt;/P&gt;</description>
      <pubDate>Fri, 24 Apr 2020 16:54:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AD-Group-in-SA/m-p/1696554#M450971</guid>
      <dc:creator>cbushey1</dc:creator>
      <dc:date>2020-04-24T16:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: AD Group in SA</title>
      <link>https://community.qlik.com/t5/QlikView/AD-Group-in-SA/m-p/1697143#M451005</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;What we have is a single top level domain with a number of &lt;U&gt;&lt;STRONG&gt;trusted sub-domains&lt;/STRONG&gt;&lt;/U&gt;. Qlikview runs in the top level domain and therefore any usernames in the sub-domains are found, clearly our infrastructure teams have set things up correctly and it makes it easy for the likes of myself to administer section access in Qlikview.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2020 15:36:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AD-Group-in-SA/m-p/1697143#M451005</guid>
      <dc:creator>atoz1158</dc:creator>
      <dc:date>2020-04-27T15:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: AD Group in SA</title>
      <link>https://community.qlik.com/t5/QlikView/AD-Group-in-SA/m-p/1697465#M451016</link>
      <description>&lt;P&gt;Thanks Adrian,&lt;/P&gt;&lt;P&gt;We too have top-level and sub-domains, however we set up our qlik instance in a sub domain. Within that same sub domain, I have created the security group. There is no trust between top-level and sub-domain for security issues but that shouldn't come into play since everything is being handled in the sub-domain. Not sure though why this wont work.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2020 17:32:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AD-Group-in-SA/m-p/1697465#M451016</guid>
      <dc:creator>cbushey1</dc:creator>
      <dc:date>2020-04-28T17:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: AD Group in SA</title>
      <link>https://community.qlik.com/t5/QlikView/AD-Group-in-SA/m-p/1697496#M451018</link>
      <description>&lt;P&gt;I was able to do more testing today and from what I can see the document is not appearing in Access Point for members of the Qlik Developers group as the document is set to filter AP based on section access. If I un-check this, I can see the document but then I am prompted to enter login details and it never lets me in.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have also tested renaming the group to all caps, as well as removing the "_" in the name. Neither helped.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried to assign both users of the group as well as the individual users to the Authorization tab (and Doc Cal) of the document and neither worked.&lt;/P&gt;&lt;P&gt;If I just list the user account in the Section Access and assign that user to the Auth and Doc Cal tabs, it works fine but defeats the purpose of a security group.&lt;/P&gt;&lt;P&gt;Could it be DSC connector is not reading the AD correctly for groups? We use the Configurable LDAP line with the following settings (which is the default except for the label):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="cbushey1_0-1588106407686.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/32614i1419E4FBCE583665/image-size/medium?v=v2&amp;amp;px=400" role="button" title="cbushey1_0-1588106407686.png" alt="cbushey1_0-1588106407686.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/41438"&gt;@atoz1158&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/14114"&gt;@Brett_Bleess&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2020 20:42:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AD-Group-in-SA/m-p/1697496#M451018</guid>
      <dc:creator>cbushey1</dc:creator>
      <dc:date>2020-04-28T20:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: AD Group in SA</title>
      <link>https://community.qlik.com/t5/QlikView/AD-Group-in-SA/m-p/1697656#M451023</link>
      <description>&lt;P&gt;I see you are using a Configurable LDAP DSP, my best hunch given that would be something is not configured correctly there to get the group memberships back, so I would be sure that is working properly for starters.&amp;nbsp; I would also recommend reviewing the Help and Design Blog posts I gave you too in order to ensure you have not missed something there too.&amp;nbsp; The only other thing I have is to comment out the Section Access: line in the script such that the table will load as a normal table into the data model which will allow you to then use list box(es) to place those fields in a sheet to see how the data model responds when you select a group etc., as if everything is greyed out, that would indicated there is no connection between the group and the data model, which would explain why the app is not appearing, as strict exclusion is designed such that if any reduction field etc. results in no records, the user will not be allowed to open the application in that case...&amp;nbsp; Best I have, you are likely best off getting in touch with your account manager otherwise to arrange for a consultant to take a look at things with you to assist you in getting it sorted out, as I am assuming you cannot attach the application?&amp;nbsp; I would ensure the Configurable LDAP setup is based upon the subdomain too, that is going to be far more efficient than having it hitting the top level and having to scan down to the sub...&amp;nbsp; If you are using Active Directory as the directory, I would also recommend using the Active Directory DSP rather than the Configurable LDAP DSP.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2020 11:20:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AD-Group-in-SA/m-p/1697656#M451023</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-04-29T11:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: AD Group in SA</title>
      <link>https://community.qlik.com/t5/QlikView/AD-Group-in-SA/m-p/1697756#M451030</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/14114"&gt;@Brett_Bleess&lt;/a&gt;&amp;nbsp;- Thanks for the suggestions, let me address each one below.&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Configurable LDAP - The problem is that I don't know what fields I need to include. I used the default settings except for the label. If you have suggestions or can point to a resource for what to include that would be helpful.&lt;/LI&gt;&lt;LI&gt;Review the links - I did this when you first posted them. I dont see anything in there that points to anything I needed to change.&lt;/LI&gt;&lt;LI&gt;Comment out Section&amp;nbsp; Access - I know this is a good way to troubleshoot but my app is a very simple example (will attach app) and it works just fine for the other accounts listed in the section access, just not the group.&lt;/LI&gt;&lt;LI&gt;Consultant - I really hate hearing this option. Many of my support tickets end with that suggestion as well and it isnt too useful. I get it if I am trying to do something complex but you will see from the sample app just how simple this is. Also, I had a support tech help configure the ldap as we were having an issue several months back.&lt;/LI&gt;&lt;LI&gt;Subdomain - The DSC is configured to use the subdomain and all QV components are in the same sub domain.&lt;/LI&gt;&lt;LI&gt;AD vs Configurable LDAP - I could try switching the DSC to AD and see if that helps.&amp;nbsp;&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Wed, 29 Apr 2020 13:58:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AD-Group-in-SA/m-p/1697756#M451030</guid>
      <dc:creator>cbushey1</dc:creator>
      <dc:date>2020-04-29T13:58:25Z</dc:date>
    </item>
  </channel>
</rss>

