Skip to Content.
Sympa Menu

grouper-users - [grouper-users] RE: JNDI Source and Paging

Subject: Grouper Users - Open Discussion List

List archive

[grouper-users] RE: JNDI Source and Paging


Chronological Thread 
  • From: Chris Hyzer <>
  • To: "James R. McCartney" <>, "" <>
  • Subject: [grouper-users] RE: JNDI Source and Paging
  • Date: Tue, 21 Jul 2015 19:49:53 +0000
  • Accept-language: en-US

Try setting a maxPageSize for that adapter

 

    <init-param>

      <param-name>maxPageSize</param-name>

      <param-value>100</param-value>

    </init-param>

 

Note, you can still run an API call to search more widely, but I believe most of grouper runs paged queries so it will use that limit.  Someone can correct me if wrong J

 

Thanks,

Chris

 

 

 

From: [mailto:] On Behalf Of James R. McCartney
Sent: Tuesday, July 21, 2015 11:24 AM
To:
Subject: [grouper-users] JNDI Source and Paging

 

I have just installed grouper using the jar Installer and MySQL.  I have verified that all is working as expected.  My first step has been to remove the JDBC example source from the sources.xml file for subjects.  I am replacing it with a JNDI source to access my LDAP directory.  Since this directory as ~70000 entities, can I set a paging number to limit searches that would put a load on the directory?

 

 

What is the XML parameter syntax to limit searches or do paging in the sources.xml?  Thanks,

 

~james mccartney

 




Archive powered by MHonArc 2.6.16.

Top of Page