<?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: AD user accounts not displaying in Qlik Data Catalyst Security module in Catalog and Lineage</title>
    <link>https://community.qlik.com/t5/Catalog-and-Lineage/AD-user-accounts-not-displaying-in-Qlik-Data-Catalyst-Security/m-p/1647047#M139</link>
    <description>&lt;P&gt;&lt;FONT color="#0000FF"&gt;My entire Authentication section is commented out with the exception of one line.&amp;nbsp; Excerpt below:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#808080"&gt;&amp;nbsp; &amp;nbsp; # Kerberos realm / Active Directory domain name. This is appended to the username entered into&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#808080"&gt;&amp;nbsp; &amp;nbsp; # the login page. For legacy reasons, it is the same name as the Java system property above.&lt;/FONT&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; java.security.krb5.realm=TOYSTORY.REALM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#808080"&gt;&amp;nbsp; &amp;nbsp; # See the following for more information:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#808080"&gt;&amp;nbsp; &amp;nbsp; # &lt;A href="https://docs.oracle.com/javase/8/docs/technotes/guides/security/jgss/tutorials/KerberosReq.html" target="_blank" rel="noopener"&gt;https://docs.oracle.com/javase/8/docs/technotes/guides/security/jgss/tutorials/KerberosReq.html&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#808080"&gt;&amp;nbsp; &amp;nbsp; # Regular exp&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 14 Nov 2019 19:08:05 GMT</pubDate>
    <dc:creator>steffan_holmquist</dc:creator>
    <dc:date>2019-11-14T19:08:05Z</dc:date>
    <item>
      <title>AD user accounts not displaying in Qlik Data Catalyst Security module</title>
      <link>https://community.qlik.com/t5/Catalog-and-Lineage/AD-user-accounts-not-displaying-in-Qlik-Data-Catalyst-Security/m-p/1646554#M131</link>
      <description>&lt;P&gt;From the Security module &amp;gt;&amp;gt; Manager Users screen, I do not see any of the AD users listed - only the users that I created locally before my AD integration.&amp;nbsp;&lt;EM&gt;&lt;FONT color="#0000FF"&gt;(screen shots attached)&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;I have successfully linked Active Directory; test connection was successful.&lt;/P&gt;&lt;P&gt;Synchronization was successful &lt;EM&gt;&lt;FONT color="#0000FF"&gt;(screen shots attached)&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;An AD user can successfully log into Data Catalyst.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Dec 2021 22:35:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Catalog-and-Lineage/AD-user-accounts-not-displaying-in-Qlik-Data-Catalyst-Security/m-p/1646554#M131</guid>
      <dc:creator>steffan_holmquist</dc:creator>
      <dc:date>2021-12-07T22:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: AD user accounts not displaying in Qlik Data Catalyst Security module</title>
      <link>https://community.qlik.com/t5/Catalog-and-Lineage/AD-user-accounts-not-displaying-in-Qlik-Data-Catalyst-Security/m-p/1646653#M136</link>
      <description>&lt;P&gt;Hi Steffan,&lt;/P&gt;&lt;P&gt;In my case the AD configuration is OK, I can synchronize too, I can see the users in the security module, but t&lt;STRONG&gt;he users are not able to connect to QDC using their AD account&lt;/STRONG&gt;...&lt;/P&gt;&lt;P&gt;I have the following error in the logs:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Kerberos authentication for user 'datacatalyst@xxxxxxx.local' failed: Generic error (description in e-text) (60) - Unable to locate KDC for realm xxxxxxxx.LOCAL [KerberosAuthenticationProvider[http-bio-8080-exec-312]]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I don't really understand why...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can you please tell me what documentation you've followed to setup Active Directory ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hopefully we will get it fixed for both of us if we share our configs.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can you please tell me what do you have in the "Authentication" section of the core_env.properties file ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have the following:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;##################################
### Authentication             ###
##################################

# Authentication modes (case-insensitive): PODIUM, KERBEROS, SAML.
# This is for authenticating access to the Podium server (UI or API). Default: PODIUM
authentication.mode=PODIUM

# Valid values are: ORACLE or IBM. If using ORACLE and Kerberos authentication,
# java.security.krb5.realm and java.security.krb5.kdc must be specified. Default: ORACLE
#jdk.version.spec=ORACLE

# If the Podium server is Kerberized, it will have a configuration file like /etc/krb5.conf, which
# contains the necessary realm-to-KDC mappings. If the server is not Kerberized, then the realm
# and KDC are set by using both of the following Java system properties, passed to Tomcat at
# startup (e.g., in setenv.sh):
#   -Djava.security.krb5.realm=YOUR_REALM.COM
#   -Djava.security.krb5.kdc=your.kdc.com

# Kerberos realm / Active Directory domain name. This is appended to the username entered into
# the login page. For legacy reasons, it is the same name as the Java system property above.
#java.security.krb5.realm=TOYSTORY.REALM

# See the following for more information:
#   https://docs.oracle.com/javase/8/docs/technotes/guides/security/jgss/tutorials/KerberosReq.html

# Regular expression, used in both KERBEROS and SAML authentication, to enable cross realm
# authentication. If the login name matches this pattern, it will be left unmodified. If it does
# not match this pattern, the realm / domain name above will be used. Change "ANOTHER_REALM" in the
# example to the alternative realm name. This property assumes that it is the same user logging
# into both realms. For example, users jsmith@company.com and jsmith@company.overseas.com both
# represent the same user, and this company has been setup with multiple pseudo-
# independent realms/domains.
# Also, Hadoop impersonation does not accept fully qualified actor names of the format
# jsmith@company.com. Instead, it only accepts the simple user name jsmith. The regular expression
# below is also used to extract the actor name jsmith (first matcher group) from the fully
# qualified user name. Therefore, if using fully qualified user names to log into Podium,
# uncomment this property or else impersonation will fail.
#another.realm.username.pattern=^([A-Za-z0-9]+)([._-]([0-9A-Za-z_-]+))*@([A-Za-z0-9]+)([.]([0-9A-Za-z]+))*([.]([A-Za-z0-9]+){2,4})$

# Enable detailed Kerberos logging. Setting this property to false is recommended to prevent the
# user password from getting logged. Default: false.
#debug=false

# The SAML metadata provider can be an HTTP provider or an XML file in the classpath
# (e.g., /metadata/okta.xml)
#saml.metadata.provider=https://dev-519244.oktapreview.com/app/exk7y30wlbho83ej70h7/sso/saml/metadata
#saml.entity.id=entity.sid.ad.podiumdata.net
#saml.entity.baseurl=
#saml.logout.url=
#saml.keystore.path=/saml/samlKeystore.jks&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you also have something about Kerberos in the logs when a user tries to connect ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thiebaud&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2019 19:18:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Catalog-and-Lineage/AD-user-accounts-not-displaying-in-Qlik-Data-Catalyst-Security/m-p/1646653#M136</guid>
      <dc:creator>ThiebaudS</dc:creator>
      <dc:date>2019-11-13T19:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: AD user accounts not displaying in Qlik Data Catalyst Security module</title>
      <link>https://community.qlik.com/t5/Catalog-and-Lineage/AD-user-accounts-not-displaying-in-Qlik-Data-Catalyst-Security/m-p/1646994#M137</link>
      <description>&lt;P&gt;AD user accounts display when your role is SuperUser.&lt;/P&gt;&lt;P&gt;Only one account is assigned the role of SuperUser - the default Podium account that is present upon installation.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2019 19:09:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Catalog-and-Lineage/AD-user-accounts-not-displaying-in-Qlik-Data-Catalyst-Security/m-p/1646994#M137</guid>
      <dc:creator>steffan_holmquist</dc:creator>
      <dc:date>2019-11-14T19:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: AD user accounts not displaying in Qlik Data Catalyst Security module</title>
      <link>https://community.qlik.com/t5/Catalog-and-Lineage/AD-user-accounts-not-displaying-in-Qlik-Data-Catalyst-Security/m-p/1647047#M139</link>
      <description>&lt;P&gt;&lt;FONT color="#0000FF"&gt;My entire Authentication section is commented out with the exception of one line.&amp;nbsp; Excerpt below:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#808080"&gt;&amp;nbsp; &amp;nbsp; # Kerberos realm / Active Directory domain name. This is appended to the username entered into&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#808080"&gt;&amp;nbsp; &amp;nbsp; # the login page. For legacy reasons, it is the same name as the Java system property above.&lt;/FONT&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; java.security.krb5.realm=TOYSTORY.REALM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#808080"&gt;&amp;nbsp; &amp;nbsp; # See the following for more information:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#808080"&gt;&amp;nbsp; &amp;nbsp; # &lt;A href="https://docs.oracle.com/javase/8/docs/technotes/guides/security/jgss/tutorials/KerberosReq.html" target="_blank" rel="noopener"&gt;https://docs.oracle.com/javase/8/docs/technotes/guides/security/jgss/tutorials/KerberosReq.html&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#808080"&gt;&amp;nbsp; &amp;nbsp; # Regular exp&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2019 19:08:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Catalog-and-Lineage/AD-user-accounts-not-displaying-in-Qlik-Data-Catalyst-Security/m-p/1647047#M139</guid>
      <dc:creator>steffan_holmquist</dc:creator>
      <dc:date>2019-11-14T19:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: AD user accounts not displaying in Qlik Data Catalyst Security module</title>
      <link>https://community.qlik.com/t5/Catalog-and-Lineage/AD-user-accounts-not-displaying-in-Qlik-Data-Catalyst-Security/m-p/1775321#M549</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi Steffan,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please, show me the "cat" command result.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;(root) cat /etc/krb5.conf.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2021 15:26:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Catalog-and-Lineage/AD-user-accounts-not-displaying-in-Qlik-Data-Catalyst-Security/m-p/1775321#M549</guid>
      <dc:creator>makunii</dc:creator>
      <dc:date>2021-01-18T15:26:36Z</dc:date>
    </item>
  </channel>
</rss>

