On 5/18/07, Patrick R. Michaud <[EMAIL PROTECTED]> wrote: > Where would you like the groups to be read from?
I'm not really sure actually. What I've done so far is tie pmWiki in with my existing user's database, stored in MySQL. That database has another table called groups that map the users and groups together. If I understand the current AuthUser implementation, the database only gets queried when the user tries to login, and then from there the user has a session file containing all of the relevant information. Is that accurate? If so, then could the groups also be loaded from the database and stored in an array within the session file? Then authentication would work as it does today, checking against group lists and whatnot .. ? > Pm -- Jason 'XenoPhage' Frisvold [EMAIL PROTECTED] http://blog.godshell.com _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
