Mailman

From RavenWiki
Revision as of 15:47, 21 November 2005 by jw35 (talk | contribs) (Created)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

A useful paper from the University of Washington (home of the PubCookie authentication system) describes how they integrated PubCookie's 'container based' authentication with Mailman (http://www.gnu.org/software/mailman/). PubCookie and Raven are almost identical in their operation and requirements, so a similar approach could probably be used with Raven and the mod_ucam_webauth module. In fact, mod_ucam_webauth has an extra feature that might make this even easier - the AAAlwaysDecode directive will cause the module to decode its cookie for requests even if authentication isn't required. Using this you might be able to skip the "stub" application and its SHA1 encrypted cookie that Washington used.