"David David" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hello,
>
> Does anyone know of an open source "user/group" based
> permission system built with php/MySQL?
>
> That is, the effective rights for any user on a
> specific secured object are computed from various
> permit/deny permissions assigned to the user or any of
> the groups he/she belongs to.
>
> PEAR::Auth seems only to support basic user
> authentication.



Take a look at PEAR's LiveUser:
http://pear.php.net/package/LiveUser

Regards, Torsten

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to