<?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 Re: Custom LDAP DSC configuration in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Custom-LDAP-DSC-configuration/m-p/531914#M1270611</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems like the LDAP is not able to resolve group membership. Go to the DSC settings in the QMC, System, Setup, Directory Service Connectors, Configurable LDAP, and clicking on the Pencil icon all the Group fields are set up properly, as well as the LDAP filter field allows group search.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Jul 2013 09:10:40 GMT</pubDate>
    <dc:creator>Miguel_Angel_Baeyens</dc:creator>
    <dc:date>2013-07-29T09:10:40Z</dc:date>
    <item>
      <title>Custom LDAP DSC configuration</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-LDAP-DSC-configuration/m-p/531913#M1270608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are trying to configure Custom LDAP , when i try to distribute the document to a LDAP group it looks like it is not getting distribute to the members of the groups.&lt;/P&gt;&lt;P&gt;When i try to ditribute to individual users it works.&lt;/P&gt;&lt;P&gt;Can some one tell me what we are missing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-LDAP-DSC-configuration/m-p/531913#M1270608</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Custom LDAP DSC configuration</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-LDAP-DSC-configuration/m-p/531914#M1270611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems like the LDAP is not able to resolve group membership. Go to the DSC settings in the QMC, System, Setup, Directory Service Connectors, Configurable LDAP, and clicking on the Pencil icon all the Group fields are set up properly, as well as the LDAP filter field allows group search.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 09:10:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-LDAP-DSC-configuration/m-p/531914#M1270611</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2013-07-29T09:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: Custom LDAP DSC configuration</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-LDAP-DSC-configuration/m-p/531915#M1270613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Miguel.&lt;/P&gt;&lt;P&gt;As of now LDAP filter field is left blanks,what should be the attribute entered to enable LDAP search?&lt;/P&gt;&lt;P&gt;Is there any documentation which I can refer which has details about configurable LDAP DSC configuration?&lt;/P&gt;&lt;P&gt;With our current configuration I see individual users and groups ,but as you mentioned group member resolution is not happening.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 15:51:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-LDAP-DSC-configuration/m-p/531915#M1270613</guid>
      <dc:creator />
      <dc:date>2013-07-29T15:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: Custom LDAP DSC configuration</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-LDAP-DSC-configuration/m-p/531916#M1270616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The LDAP filter is LDAP syntax referring to where to launch the query. So valid examples would be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13751141891288454" jivemacro_uid="_13751141891288454"&gt;&lt;P&gt;(memberOf=cn=*QlikView*)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(|(memberOf=QlikView,ou=Finance,dc=domain,dc=com)(memberOf=QlikView,ou=Marketing,dc=domain,dc=com))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(&amp;amp;(objectClass=user)(cn=Finance*))&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ask your LDAP team so they can help you with the current search filter to be as much accurate as possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 16:13:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-LDAP-DSC-configuration/m-p/531916#M1270616</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2013-07-29T16:13:58Z</dc:date>
    </item>
  </channel>
</rss>

