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

administrator_19

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

Downloads

Everything posted by administrator_19

  1. So, you kill the free server, so the community is over
  2. I found a solution in another post. <bean id="proxyBasicProcessingFilter" class="com.jaspersoft.jasperserver.api.security.externalAuth.ExternalAuthBasicProcessingFilter" parent="basicProcessingFilter"> <constructor-arg index="0" ref="ldapAuthenticationManager"/> <property name="externalDataSynchronizer" ref="externalDataSynchronizer"/> </bean> Delete the line: <property name="authenticationManager" ref="ldapAuthenticationManager"/> That worked for me. on version 7.5.0
×
×
  • Create New...