Re: [Phplib-users] again auth.inc and perm.inc !
Brought to you by:
nhruby,
richardarcher
|
From: Giancarlo P. <gia...@na...> - 2002-06-10 14:15:49
|
Guillaume Desclaux wrote: > Using session to store the pre_login_state of auth class seems to be a good > idea to avoid the "vicious circle" of an auth class not ready > authenticated... and avoid to use auth[uid] as a flag seems to be a really > good idea too... That is the main point. > sheme... so we need to have a real user/group/perm sheme. > > I've built a perm.inc like that using an email from Kristian... and I've > submited my code to Richard for examination, but Richard seems to be very > hard working, so he has no time to see it. If anybody want to see it, I'll be > happy to share that code... and I'll be happier to see this code included in > the next version of version phplib... I also have used KK user/group extension. PHPBT (bug tracker) adopted it since the beginning, when phpbt was based on phplib. Now he's gone his own way with auth, but still has that user/group code. KK extension only misses the possibility to add groups to groups, a la /etc/group Gian |