Jump to content

Invalid credentials supplied. Could not login to JasperReports Server.


mariellaladyj

Recommended Posts

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

  • 5 months later...

I've run into an issue where having Organizations and connected to LDAP caused jasperadmin to stop working.  For example. in the applicationContext-security.xml file I had the authentication manager pointing to LDAP and the DAO providers:

  <bean id="authenticationManager" class="org.springframework.security.providers.ProviderManager">

        <property name="providers">

            <list>

                <ref local="ldapAuthenticationProvider"/>

                <ref bean="${bean.daoAuthenticationProvider}"/>

            </list>

        </property>

    </bean>

I was able to login as my network user and the JasperAdmin user until I setup organizations.  At that point on, any user who has admin porivilages that was not in Active Directory/LDAP was no longer able to login even if the organization was specified.  However "joeuser" was able to login and the network users were also able to login.  We're using 4.1.0

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...