[pmwiki-users] Pubcookie & pmwiki

Patrick R. Michaud pmichaud at pobox.com
Tue Feb 7 07:51:13 CST 2006


On Mon, Feb 06, 2006 at 11:51:35PM -0500, Derek Yeung wrote:
> 
> Has anyone been successful in integrating pubcookie and pmwiki?  If so, 
> could you kindly share your success and how you managed to do it?

Wow, I hadn't even heard of pubcookie before your message.  It
looks quite promising.

Since pubcookie just uses the REMOTE_USER variable to communicate
authentication information to applications, it seems like one ought
to be able to just do

    include_once('scripts/httpauth.php');

and have it successfully identify people who have authenticated
with pubcookie.  We might need to do a little tweaking to handle
anonymous access, but other than that it ought to work.

I'll be glad to help find and document the exact configuration that 
works, but essentially most of what is needed appears to be already
built into PmWiki.  :-)

Pm





More information about the pmwiki-users mailing list