[Ilugc] Md5 Authentication

  • From: babu.thangarathnam@xxxxxxxxx (babu.thangarathnam@xxxxxxxxx)
  • Date: Wed, 31 Mar 2004 11:31:54 +0530

Hi
=20
We have to implement MD5 Digest Authentication in Apache Server 2.0.49
(running on Red Hat Linux 7.1), which is used for testing our web
client.
=20
We require a functionality whereby Md5 Authentication can be toggled ON
and OFF by specifying a parameter in the URL.
A CGI Script shall process this Query_String and toggle the
Authentication.
=20
We want to know how this toggling can be implemented at run-time?
=20
We plan to implement Md5 Authentication using the Apache Module
'mod_auth_digest'.
with the directive 'AuthType Digest'. A typical configuration is
attached:
----------------------------------------------
<Location /private/>
AuthType Digest
AuthName "private area"
AuthDigestDomain /private/ http://mirror.my.dom/private2/
AuthDigestFile /web/auth/.digest_pw
Require valid-user
</Location>=20
----------------------------------------------
Shall we edit the httpd.conf or .htaccess file at run-time?=20
In that case, we will have to restart the server. Isnt it?
Is there any other way to disable/enable authentication?
=20
Also, the Apache documentation says that mod_auth_digest is not
extensively tested and is hence an experimental module. So, is it
advisable to go for this implementation?
=20
If you have any experience in a similar situation, or can give us some
pointers as to how to proceed... Please do inform ASAP

Confidentiality Notice=20

The information contained in this electronic message and any attachments to=
 this message are intended
for the exclusive use of the addressee(s) and may contain confidential or=
 privileged information. If
you are not the intended recipient, please notify the sender at Wipro or=
 Mailadmin@xxxxxxxxx immediately
and destroy all copies of this message and any attachments.

Other related posts:

  • » [Ilugc] Md5 Authentication - babu.thangarathnam@xxxxxxxxx