getGroupUsers is used for workflow - when approval is requested for an item FarCry checks to see who has permission to approve it AND has an email address and provides that as a list to the user.
The key optimisation in this case is that groups that aren't used in workflow can return 0 users. If you have a 10,000+ group with publish priviledges you would have to look at modifying the workflow code. Blair On Thu, Nov 20, 2008 at 2:39 PM, Tomek Kott <[EMAIL PROTECTED]> wrote: > Hi All, > I just realized that I didn't have a "getGroupUsers" function in the > CASLDAP cfc. My problem, however, is that there are (potentially) 10k+ users > that could theoretically sign in. I don't know precisely how many because I > don't plan on storing them all in FC --- that was sort of the point. So for > now, I just look for the userid of the group I need... but the ldap query > results in only 50 rows max. So I have two questions: > > 1) What is "getGroupUsers" used for, exactly? > 2) Does it matter unless someone is logged in? > > If the answer to 2) is 'yes', then would it be enough to keep track of who > has logged in and add that to a temporary list that gets returned by the > "getGroupUsers" function? And if that's enough... how do I go about > implementing a session length variable. > > Thanks! > > Tomek > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
