[pmwiki-users] need help with AuthUser password syntax in config.php
    Neil Herber 
    nospam at eton.ca
       
    Wed Apr  5 15:42:08 CDT 2006
    
    
  
At 2006-04-05  03:30 PM -0500, Patrick R. Michaud is rumored to have said:
> > In config.php, which of these work?????
> >
> > $DefaultPasswords['admin'] = 'id:NeilHerber';
>
>Works.
This I can get to work, no problem.
> > $DefaultPasswords['admin'] = 'id:@admins';
> > $DefaultPasswords['admin'] = '@admins';
>
>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'];
and I have tried this line before and after:
         include_once("$FarmD/scripts/authuser.php");
It did not work in either position. Anything else  I should check?
Neil
Neil Herber
Corporate info at http://www.eton.ca/
Eton Systems, 15 Pinepoint Drive, Nepean, ON, Canada K2H 6B1
Tel: (613) 829-4668 
    
    
More information about the pmwiki-users
mailing list