mod_auth_form in 2.2
am 20.12.2009 07:19:55 von Jeff Shearer
Is it possible to implement mod_auth_form in apache 2.2?
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
Re: mod_auth_form in 2.2
am 21.12.2009 01:30:17 von Devraj Mukherjee
Hi Jeff,
I was faced with the same issue and finally concluded that it was
easier not to try and recompile the mod_auth_form for httpd 2.2.
Instead I worked around by using mod_auth_memcookie
http://authmemcookie.sourceforge.net/ and wrote my own form.
Our implementation consisted of a custom two factor authentication (using S=
MS).
The source comes with an example (form implemented in PHP, but the
choice of language is obviously upto you). I am happy to share parts
of our configuration and experiences.
Let me know if you need any further help on this.
On Sun, Dec 20, 2009 at 5:19 PM, Jeff Shearer wro=
te:
>
> Is it possible to implement mod_auth_form in apache 2.2?
>
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server Project=
..
> See for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> =A0 " =A0 from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>
--=20
"The secret impresses no-one, the trick you use it for is everything"
- Alfred Borden (The Prestiege)
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org