mod_auth_form in 2.2

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 <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
" from the digest: users-digest-unsubscribe [at] httpd.apache.org
For additional commands, e-mail: users-help [at] httpd.apache.org
Jeff Shearer [ So, 20 Dezember 2009 07:19 ] [ ID #2026581 ]

Re: mod_auth_form in 2.2

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 <jeff [at] shearer-family.org> 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 <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
> =A0 " =A0 from the digest: users-digest-unsubscribe [at] httpd.apache.org
> For additional commands, e-mail: users-help [at] httpd.apache.org
>
>



--
"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 <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
" from the digest: users-digest-unsubscribe [at] httpd.apache.org
For additional commands, e-mail: users-help [at] httpd.apache.org
Devraj Mukherjee [ Mo, 21 Dezember 2009 01:30 ] [ ID #2026674 ]
Webserver » gmane.comp.apache.user » mod_auth_form in 2.2

Vorheriges Thema: Allowing users access to their websites (Possibly OT?)
Nächstes Thema: Official websocket implementation in Apache?