Jump to content
We've recently updated our Privacy Statement, available here ×

thomas.jankowski

Members
  • Posts

    2
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Downloads

Everything posted by thomas.jankowski

  1. I had the same problem. I found the solution in this post: https://communities.coverity.com/thread/1947 . You must replace the blanks in the DN of the URL of the ldap-server in the bean "ldapContextSource" in your applicationContext-externalAuth-LDAP.xml. So it looks like this: <bean id="ldapContextSource" class="com.jaspersoft.jasperserver.api.security.externalAuth.ldap.JSLdapContextSource"> <constructor-arg value="ldap://<server>:389/dc=<example>,dc=de"/> <property name="userDn" value="cn=<user>,ou=<usergroup>,dc=<example>,dc=de"/> <property name="password" value="<password>"/> </bean> I hope this helps you.
×
×
  • Create New...