[pmwiki-users] question about password files

Patrick R. Michaud pmichaud at pobox.com
Mon Nov 7 22:43:13 CST 2005


On Tue, Nov 08, 2005 at 05:18:17AM +0100, Patrick Ogay wrote:
> Thanks for help. A made a few tests again.  I's getting  very weird.
> 
> >$AuthUser['htpasswd'] = 'local/.htpasswd';
> >$AuthUserHtPasswd = 'local/.htpasswd';
> Is it correct, that these statments are meant, both, just for assignig 
> the correct password-file.
> There is not a user called htpasswd.

Use exactly 

    $AuthUser['htpasswd'] = "$FarmD/local/.htpasswd"

All of the usernames and passwords listed in the .htpasswd file 
will be available for authentication.

Pm




More information about the pmwiki-users mailing list