Jump to content
We've recently updated our Privacy Statement, available here ×
  • Configuring TIBCO JasperReports® Server to read from multiple organizations in LDAP


    dszeto
    • Version: v7.1 Product: JasperReports® Server

    Issue Description:

    How can I configure TIBCO JasperReports® Server to look for users in a multi-organization LDAP?


    Resolution:

    1. You make multiple ldapAuthenticationProvider beans and name them differently.

    2. Make multiple userSearch beans, one for each search.

    3. Reference the userSearch bean in its corresponding ldapAuthenticationProvider bean's constructor.

    4. For the JSDefaultLdapAuthoritiesPopulator constructor under your ldapAuthenticationProvider bean, put in the correct search string for the groups you want to reference (usually this is the same across all ldapAuthenticationProvider beans, but it might not be for your case).

    5. In your ldapAuthenticationManager bean, make sure you put all the ldapAuthenticationProvider bean names in the ref local section.

    The attached sample xml file helps illustrate these instructions. Please customize this to your own local environment.

    applicationcontext-externalauth-ldap-mt-multiorg.xml


    User Feedback

    Recommended Comments

    There are no comments to display.



    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...