On Tue, 15 May 2001, Emma Wermström (EMW) wrote:
...
> apache::authcookie (latest version)
> 
> I found this great module that allows login and logout from a web site
> using cookies. the problem is that I don't know how to use it myself.
> Yes, I've read and reread the documentation that comes with installing
> the module. 
> I want to get an authentication/authorization scheme going for my web
> page and I thought I'd get started just using the
> Sample::AuthCookieHandler package.


Unfortunately I can't check the details for you now, but I've done some
experimentation with Apache::AuthCookie and came up with my own subclass
Apache::AuthCookie::AuthPAM. You can get it from
http://www.saunalahti.fi/~juhaml/Apache-AuthCookie-AuthPAM-2.14.tar.gz

As the name implies, it uses the PAM (Pluggable Authentication Modules)
as the authentication backend. As such, it appears to do the authentication
properly, but the temporary session data files will be left behind, so
some external cleanup of these files is required. It also includes
a small example www directory tree that should help you forward.
-- 
..Juha

Reply via email to