Apache module to handle form-based Authentication

Apache module to handle form-based Authentication

am 03.12.2009 00:16:26 von aw

Hi.
On the Tomcat users lists, a problem was submitted which does not have
an easy solution at the Tomcat level.
In the course of attempting to resolve the problem, a suggestion came
up, to use an Apache httpd front-end to Tomcat, perform the
authentication there, and pass the authenticated id to Tomcat.
In the principle, this is entirely feasible, and is not the issue.

But the issue is that the authentication mechanism in certain cases,
requires a html form based login, and that there does not seem to exist
a standard module, part of the standard Apache distribution, which
offers such a form-based login.

Does someone know of a current module (internal or external to Apache
itself), which offers this ?


Subsidiary question : I remember from the last ApacheCON Europe in
Amsterdam, that there was some talk about an Apache session module
(mod_session ?), which I suppose could have this as a part. But I have
never heard again of that Apache session module.
Is there any news on that ?

Thanks
André

------------------------------------------------------------ ---------
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: Apache module to handle form-based Authentication

am 03.12.2009 00:41:38 von Nick Kew

On 2 Dec 2009, at 23:16, Andr=E9 Warnier wrote:

> Does someone know of a current module (internal or external to Apac=
he itself), which offers this ?
>=20
>=20
> Subsidiary question : I remember from the last ApacheCON Europe in =
Amsterdam, that there was some talk about an Apache session module (m=
od_session ?), which I suppose could have this as a part. But I have =
never heard again of that Apache session module.
> Is there any news on that ?

It's in trunk (and 2.3.4).

--=20
Nick Kew

------------------------------------------------------------ ---------
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: Apache module to handle form-based Authentication

am 03.12.2009 00:52:22 von aw

Nick Kew wrote:
> On 2 Dec 2009, at 23:16, André Warnier wrote:
>
>> Does someone know of a current module (internal or external to Apache itself), which offers this ?
>>
>>
>> Subsidiary question : I remember from the last ApacheCON Europe in Amsterdam, that there was some talk about an Apache session module (mod_session ?), which I suppose could have this as a part. But I have never heard again of that Apache session module.
>> Is there any news on that ?
>
> It's in trunk (and 2.3.4).
>
Apologies for my lack of knowledge of such matters, but what does that
mean from a practical, Apache user's point of view ?
Is it available to be used ?
Can it be used with Apache 2.2.14 ?
Is it "safe" to use ?
Any wild guesstimate about a possible timeframe for the release of
Apache 2.4 ?

You are also not contradicting my guess that mod_session might include a
form-based login scheme, but not explicitly confirming it either. Does it ?

Thanks


------------------------------------------------------------ ---------
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: Apache module to handle form-based Authentication

am 03.12.2009 08:19:59 von Peter Schober

* André Warnier [2009-12-03 00:53]:
> You are also not contradicting my guess that mod_session might include a
> form-based login scheme, but not explicitly confirming it either. Does
> it ?

Yes, http://httpd.apache.org/docs/trunk/mod/mod_auth_form.html
-peter

------------------------------------------------------------ ---------
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