[pmwiki-users] AuthUser/mySQL Feature (prefer alternative) . . .

Patrick R. Michaud pmichaud at pobox.com
Wed Jan 11 12:49:11 CST 2006


On Wed, Jan 11, 2006 at 11:44:20AM -0600, Ben Wilson wrote:
> On 1/11/06, Patrick R. Michaud <pmichaud at pobox.com> wrote:
> > On Wed, Jan 11, 2006 at 11:23:44AM -0600, Ben Wilson wrote:
> > >
> > > If groups could be administered via it as well
> > > (i.e., have a user and list his groups after his name), then it would
> > > virtually be one-stop shopping.
> >
> > This can already be done in Site.AuthUser:
> >
> >     alice: @editors <encrypted_password>
> >     bob: @admins <encrypted_password>
> >     charlie: <encrypted_password>
> 
> I'm assuming that, under this configuration, a user could be in
> multiple groups and that the last entry is always the crypted password

The order doesn't matter, the crypted password can go first or
in the middle or wherever.  And it can be spread across multiple
lines:

    alice: @editors <encrypted_password>
    bob: <encrypted_password>
    bob: @admins
    charlie: <encrypted_password> @special

Pm




More information about the pmwiki-users mailing list