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

cng

Members
  • Posts

    5
  • 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 cng

  1. Thanks Simona for your help. I had to use <property name="groupSearchFilter"><value>(&(memberUid={1})(objectclass=posixGroup))</value></property> Post Edited by cng at 11/02/2011 22:08 Post Edited by cng at 11/02/2011 22:10
  2. Hi I cant't get LDAP to automatically map the user's roles into JasperServer 4.0.0 from the LDAP server. When I login as a test user, the roles from LDAP are not getting created and assigned to the user in JasperServer. The only role the user is 'ROLE_USER'. It should be getting addtion roles that have been assigned to it in LDAP like 'ROLE_DEVELOPER', 'ROLE_PROJECT_MANAGER' etc. In LDAP I have the following LDIF objectClass: posixGroup objectClass: top cn:Developer ou:Group In the applicationContext-security.xml I configured the DefaultLdaptAuthoritiesPopulator has follows. Can anyone please tell me what I'm doing wrong? Thanks Colleen Code: Post Edited by cng at 10/25/2011 00:07 Post Edited by cng at 10/25/2011 01:38 Post Edited by cng at 10/25/2011 01:40 Post Edited by cng at 10/25/2011 22:28
  3. I had same error. It was caused by an error in configuration for the ldapAuthenticationProvider bean. When I specified value for the the groupSearchFilter property, I had : <property name="groupSearchFilter"><value>(&(memberUid={1})(objectclass=posixGroup))</value></property> instead of <property name="groupSearchFilter"><value>(&(uniqueMember={1})(objectclass=posixGroup))</value></property> I made the mistake of copying the configuration details I had used from the configuration of JasperServer3.5 . You need to use "uniqueMember" insetad of "memberIid"
  4. Hi, I am trying to view a report with input controls on my website. The reports work fine when I try to run them in iReport and JasperServer but I get an access denied 401 error when I try to view them from a website. Reports without parameters work fine. The user logs onto the website and has been given the read only role. Can anyone please tell me how I need to configure the access permissions to get this working? Thanks Colleen.
  5. Hi, I want to display a value beside each point on my line graph. Is there a way to do this using iReport? If not can I and how do I edit the xml file to do this? Thanks.
×
×
  • Create New...