[pmwiki-users] need help with AuthUser password syntax in	config.php
    Patrick R. Michaud 
    pmichaud at pobox.com
       
    Wed Apr  5 15:47:09 CDT 2006
    
    
  
On Wed, Apr 05, 2006 at 04:42:08PM -0400, Neil Herber wrote:
> >Just '@admins' is normal, but I think that 2.1.0 allows
> >'id:@admins' to also work.  (I could be wrong about this.)
> 
> I cannot get either one of these to work. On the Site.AuthUser page I 
> have a line like so:
> 
>     @admins: NeilHerber
> 
> Where NeilHerber is my Apache BA login name that I have forced into 
> $Authid with:
> 
>         if (@$_SERVER['REMOTE_USER']) $AuthId = $_SERVER['REMOTE_USER'];
Ohhhh, yeah.  I'm not sure that setting $AuthId is currently
sufficient to get the group memberships in place via authuser.php.
I need to go back and check the code on that, and probably provide
a better interface for setting the groups from custom $AuthIds.
Pm
    
    
More information about the pmwiki-users
mailing list