<?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 Non-AD LDAP Authenticated Bind in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Non-AD-LDAP-Authenticated-Bind/m-p/186493#M1281608</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, thanks to you QV Forum contributors, I think I've got the Active Directory Authenticated Bind down to a science. But, now my client wants to also integrate their non-AD LDAP servers (SunOne v5.2, specifically) and the AD-friendly CONNECT string I've been using doesn't work.&lt;/P&gt;&lt;P&gt;Currently, all my failing attempts at authentication revert back to an anonymous login/bind, which only returns the ADsPath field. This field's rows look like the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;LDAP://acme.com/uid=djnorton@acme.com,ou=peanutgallery,o=acme.com&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;This, parsed and coupled with some targeted WHERE-clause filtering, can be handy for yea/nay type lookups (Ex. Is User X part of Group Y?), but it's less ideal than getting proper Common Name, etc... fields.&lt;/P&gt;&lt;P&gt;Has anyone had experience with non-AD LDAP authenticated connections? Would you mind sharing a sanitized example of your CONNECT string?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;DJ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. The only Sun-LDAP pages that Google turns up for QlikView are marketing brochures, saying that QV supports Sun-LDAP. OK, so... how?!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2026-01-26T18:19:17Z</dc:date>
    <item>
      <title>Non-AD LDAP Authenticated Bind</title>
      <link>https://community.qlik.com/t5/QlikView/Non-AD-LDAP-Authenticated-Bind/m-p/186493#M1281608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, thanks to you QV Forum contributors, I think I've got the Active Directory Authenticated Bind down to a science. But, now my client wants to also integrate their non-AD LDAP servers (SunOne v5.2, specifically) and the AD-friendly CONNECT string I've been using doesn't work.&lt;/P&gt;&lt;P&gt;Currently, all my failing attempts at authentication revert back to an anonymous login/bind, which only returns the ADsPath field. This field's rows look like the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;LDAP://acme.com/uid=djnorton@acme.com,ou=peanutgallery,o=acme.com&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;This, parsed and coupled with some targeted WHERE-clause filtering, can be handy for yea/nay type lookups (Ex. Is User X part of Group Y?), but it's less ideal than getting proper Common Name, etc... fields.&lt;/P&gt;&lt;P&gt;Has anyone had experience with non-AD LDAP authenticated connections? Would you mind sharing a sanitized example of your CONNECT string?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;DJ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. The only Sun-LDAP pages that Google turns up for QlikView are marketing brochures, saying that QV supports Sun-LDAP. OK, so... how?!&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/Non-AD-LDAP-Authenticated-Bind/m-p/186493#M1281608</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Non-AD LDAP Authenticated Bind</title>
      <link>https://community.qlik.com/t5/QlikView/Non-AD-LDAP-Authenticated-Bind/m-p/186494#M1281611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, so it's the ADsDSOObject provider that's the limiting factor here. It's apparently AD-only, and will not work properly for non-AD LDAP. That's why it returns only the ADsPath field, and tosses any other fields that are returned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It appears, too, that the Sun-LDAP support is then limited to the Server-side Configurable LDAP setting, and not for direct query from an application's script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Someone please correct me if you have better information.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2011 20:31:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Non-AD-LDAP-Authenticated-Bind/m-p/186494#M1281611</guid>
      <dc:creator />
      <dc:date>2011-04-13T20:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: Non-AD LDAP Authenticated Bind</title>
      <link>https://community.qlik.com/t5/QlikView/Non-AD-LDAP-Authenticated-Bind/m-p/186495#M1281615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is exactly what I'm trying to do, using the same ADsDSOObject provider.&amp;nbsp; Does anyone else do this, what would the provider look like?&amp;nbsp; Thank you for any help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2018 12:10:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Non-AD-LDAP-Authenticated-Bind/m-p/186495#M1281615</guid>
      <dc:creator>joshabbott</dc:creator>
      <dc:date>2018-02-15T12:10:22Z</dc:date>
    </item>
  </channel>
</rss>

