Authenitcation using LDAP on Open Studio ESB Runtime
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 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.
I figured it out. To enable LDAP as the authentication mechanism for the karaf realm, you need to ...
1. Create a Blueprint configuration file called ldap-module.xml
2. Copy the
example XML into the ldap-module.xml file
3. Modify the jaas module element content accordingly (e.g.: connection.url=ldap://my-ldap-server:389)
4. Move the ldap-module.xml file into the container deploy directory on the Talend server - {talend runtime install path}/container/deploy
5. Update the system.property file - {talend runtime install path}/container/etc}
i. add line karaf.admin.role=unique-ldap-group-name
6. Restart the container - {talend runtime install path}/container/bin/trun.bat or Windows Service made by the wrapper (e.g.: TALEND-RUNTIME)