[Pmwiki-users] http-authentification

Patrick R. Michaud pmichaud
Wed Dec 1 07:00:49 CST 2004


On Wed, Dec 01, 2004 at 08:34:28AM +0100, Thomas N. Burg wrote:
> Hi,
> 
> my host did change the php-setup from apache-module to cgi. Now as far 
> as I can see the http-authentification doesn't work anymore. I can't 
> even cancel the authentification.
> 
> Any ideas how to use http-authentification. My host mentioned it should 
> be session-based then it will work. But I have no idea how to do that.

I'm assuming you're using PmWiki 1.0.x.  Simply add the line

   include_once('scripts/sessionauth.php');

to your config.php and you'll have session-based authentication.

Pm



More information about the pmwiki-users mailing list