<?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: Authenitcation using LDAP on Open Studio ESB Runtime in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Authenitcation-using-LDAP-on-Open-Studio-ESB-Runtime/m-p/2248035#M33024</link>
    <description>I figured it out. To enable LDAP as the authentication mechanism for the karaf realm, you need to ... 
&lt;BR /&gt; 
&lt;BR /&gt;1. Create a Blueprint configuration file called ldap-module.xml 
&lt;BR /&gt;2. Copy the 
&lt;A href="https://access.redhat.com/documentation/en-US/Red_Hat_JBoss_Fuse/6.0/html/Security_Guide/files/ESBLDAPTutorialEnableAuthentication.html" target="_blank" rel="nofollow noopener noreferrer"&gt;example&lt;/A&gt; XML into the ldap-module.xml file 
&lt;BR /&gt;3. Modify the jaas module element content accordingly (e.g.: connection.url=ldap://my-ldap-server:389) 
&lt;BR /&gt;4. Move the ldap-module.xml file into the container deploy directory on the Talend server - {talend runtime install path}/container/deploy 
&lt;BR /&gt;5. Update the system.property file - {talend runtime install path}/container/etc} 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; i. add line karaf.admin.role=unique-ldap-group-name 
&lt;BR /&gt;6. Restart the container - {talend runtime install path}/container/bin/trun.bat or Windows Service made by the wrapper (e.g.: TALEND-RUNTIME) 
&lt;BR /&gt; 
&lt;BR /&gt;Here are some research links that I used: 
&lt;BR /&gt; 
&lt;A href="https://help.talend.com/pages/viewpage.action?pageId=264277434" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/pages/viewpage.action?pageId=264277434&lt;/A&gt; 
&lt;BR /&gt; 
&lt;A href="https://karaf.apache.org/manual/latest-2.2.x/developers-guide/security-framework.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://karaf.apache.org/manual/latest-2.2.x/developers-guide/security-framework.html&lt;/A&gt; 
&lt;BR /&gt; 
&lt;A href="https://karaf.apache.org/manual/latest/users-guide/security.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://karaf.apache.org/manual/latest/users-guide/security.html&lt;/A&gt; 
&lt;BR /&gt; 
&lt;A href="http://docs.huihoo.com/talend/5/esb/Talend_ESB_Container_AG_5.2.1_EN.pdf" target="_blank" rel="nofollow noopener noreferrer"&gt;http://docs.huihoo.com/talend/5/esb/Talend_ESB_Container_AG_5.2.1_EN.pdf&lt;/A&gt; 
&lt;BR /&gt; 
&lt;A href="http://stackoverflow.com/questions/29966365/how-to-activate-ldaploginmodule-in-apache-karaf-3-0-3" target="_blank" rel="nofollow noopener noreferrer"&gt;http://stackoverflow.com/questions/29966365/how-to-activate-ldaploginmodule-in-apache-karaf-3-0-3&lt;/A&gt; 
&lt;BR /&gt; 
&lt;A href="http://owulff.blogspot.com/2011/10/configure-ldap-directory-for-cxf-sts.html" target="_blank" rel="nofollow noopener noreferrer"&gt;http://owulff.blogspot.com/2011/10/configure-ldap-directory-for-cxf-sts.html&lt;/A&gt; 
&lt;BR /&gt; 
&lt;A href="http://coheigea.blogspot.com/2014/10/using-jaas-with-apache-cxf.html" target="_blank" rel="nofollow noopener noreferrer"&gt;http://coheigea.blogspot.com/2014/10/using-jaas-with-apache-cxf.html&lt;/A&gt; 
&lt;BR /&gt; 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCnSgCAK" target="_blank" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/Authenitcation-using-LDAP-on-Open-Studio-ESB-Runtime/td-p/88705&lt;/A&gt; 
&lt;BR /&gt; 
&lt;A href="http://duncandoyle.blogspot.com/2014/12/securing-jboss-mq-management-interfaces.html" rel="nofollow noopener noreferrer"&gt;http://duncandoyle.blogspot.com/2014/12/securing-jboss-mq-management-interfaces.html&lt;/A&gt;</description>
    <pubDate>Wed, 10 Feb 2016 14:37:39 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-02-10T14:37:39Z</dc:date>
    <item>
      <title>Authenitcation using LDAP on Open Studio ESB Runtime</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Authenitcation-using-LDAP-on-Open-Studio-ESB-Runtime/m-p/2248032#M33021</link>
      <description>Does anyone know if it is possible (if so, then how) to use LDAP as the authentication source for the Talend Open Studio for ESB Runtime? By default the user names &amp;nbsp; and passwords are stored in the {talend runtime path}/container/etc/users.properties file. This authentication works fine, however, I would like to use our LDAP system instead.</description>
      <pubDate>Sat, 16 Nov 2024 10:48:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Authenitcation-using-LDAP-on-Open-Studio-ESB-Runtime/m-p/2248032#M33021</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T10:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: Authenitcation using LDAP on Open Studio ESB Runtime</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Authenitcation-using-LDAP-on-Open-Studio-ESB-Runtime/m-p/2248033#M33022</link>
      <description>I read this post, but don't understand it. 
&lt;BR /&gt; 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vClQsCAK" target="_blank" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/Configuration-override-and-use-of-the-rank-attribute/td-p/79242&lt;/A&gt;</description>
      <pubDate>Tue, 09 Feb 2016 18:34:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Authenitcation-using-LDAP-on-Open-Studio-ESB-Runtime/m-p/2248033#M33022</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-09T18:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: Authenitcation using LDAP on Open Studio ESB Runtime</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Authenitcation-using-LDAP-on-Open-Studio-ESB-Runtime/m-p/2248034#M33023</link>
      <description>I found this documentation, (&lt;A href="https://help.talend.com/pages/viewpage.action?pageId=264277434" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/pages/viewpage.action?pageId=264277434&lt;/A&gt;) but don't understand it. Does anyone know where I could find the jaas config file that they reference in the documentation?</description>
      <pubDate>Tue, 09 Feb 2016 20:32:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Authenitcation-using-LDAP-on-Open-Studio-ESB-Runtime/m-p/2248034#M33023</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-09T20:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: Authenitcation using LDAP on Open Studio ESB Runtime</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Authenitcation-using-LDAP-on-Open-Studio-ESB-Runtime/m-p/2248035#M33024</link>
      <description>I figured it out. To enable LDAP as the authentication mechanism for the karaf realm, you need to ... 
&lt;BR /&gt; 
&lt;BR /&gt;1. Create a Blueprint configuration file called ldap-module.xml 
&lt;BR /&gt;2. Copy the 
&lt;A href="https://access.redhat.com/documentation/en-US/Red_Hat_JBoss_Fuse/6.0/html/Security_Guide/files/ESBLDAPTutorialEnableAuthentication.html" target="_blank" rel="nofollow noopener noreferrer"&gt;example&lt;/A&gt; XML into the ldap-module.xml file 
&lt;BR /&gt;3. Modify the jaas module element content accordingly (e.g.: connection.url=ldap://my-ldap-server:389) 
&lt;BR /&gt;4. Move the ldap-module.xml file into the container deploy directory on the Talend server - {talend runtime install path}/container/deploy 
&lt;BR /&gt;5. Update the system.property file - {talend runtime install path}/container/etc} 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; i. add line karaf.admin.role=unique-ldap-group-name 
&lt;BR /&gt;6. Restart the container - {talend runtime install path}/container/bin/trun.bat or Windows Service made by the wrapper (e.g.: TALEND-RUNTIME) 
&lt;BR /&gt; 
&lt;BR /&gt;Here are some research links that I used: 
&lt;BR /&gt; 
&lt;A href="https://help.talend.com/pages/viewpage.action?pageId=264277434" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/pages/viewpage.action?pageId=264277434&lt;/A&gt; 
&lt;BR /&gt; 
&lt;A href="https://karaf.apache.org/manual/latest-2.2.x/developers-guide/security-framework.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://karaf.apache.org/manual/latest-2.2.x/developers-guide/security-framework.html&lt;/A&gt; 
&lt;BR /&gt; 
&lt;A href="https://karaf.apache.org/manual/latest/users-guide/security.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://karaf.apache.org/manual/latest/users-guide/security.html&lt;/A&gt; 
&lt;BR /&gt; 
&lt;A href="http://docs.huihoo.com/talend/5/esb/Talend_ESB_Container_AG_5.2.1_EN.pdf" target="_blank" rel="nofollow noopener noreferrer"&gt;http://docs.huihoo.com/talend/5/esb/Talend_ESB_Container_AG_5.2.1_EN.pdf&lt;/A&gt; 
&lt;BR /&gt; 
&lt;A href="http://stackoverflow.com/questions/29966365/how-to-activate-ldaploginmodule-in-apache-karaf-3-0-3" target="_blank" rel="nofollow noopener noreferrer"&gt;http://stackoverflow.com/questions/29966365/how-to-activate-ldaploginmodule-in-apache-karaf-3-0-3&lt;/A&gt; 
&lt;BR /&gt; 
&lt;A href="http://owulff.blogspot.com/2011/10/configure-ldap-directory-for-cxf-sts.html" target="_blank" rel="nofollow noopener noreferrer"&gt;http://owulff.blogspot.com/2011/10/configure-ldap-directory-for-cxf-sts.html&lt;/A&gt; 
&lt;BR /&gt; 
&lt;A href="http://coheigea.blogspot.com/2014/10/using-jaas-with-apache-cxf.html" target="_blank" rel="nofollow noopener noreferrer"&gt;http://coheigea.blogspot.com/2014/10/using-jaas-with-apache-cxf.html&lt;/A&gt; 
&lt;BR /&gt; 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCnSgCAK" target="_blank" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/Authenitcation-using-LDAP-on-Open-Studio-ESB-Runtime/td-p/88705&lt;/A&gt; 
&lt;BR /&gt; 
&lt;A href="http://duncandoyle.blogspot.com/2014/12/securing-jboss-mq-management-interfaces.html" rel="nofollow noopener noreferrer"&gt;http://duncandoyle.blogspot.com/2014/12/securing-jboss-mq-management-interfaces.html&lt;/A&gt;</description>
      <pubDate>Wed, 10 Feb 2016 14:37:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Authenitcation-using-LDAP-on-Open-Studio-ESB-Runtime/m-p/2248035#M33024</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-10T14:37:39Z</dc:date>
    </item>
  </channel>
</rss>

