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