Full_Name: Bruce Bernstein
Version: 2.2.1
OS: solaris 2.5.1
Submission from: nsproxy.crd.ge.com (192.35.44.14)


The code to perform FakeBasic Auth does not work.. No matter what, normal
authentication dialog is presented to the user.  This bug has been present since
2.1.8.

The problem can be traced to a typo in ssl_engine_kernel.. The line in
ssl_hook_Auth() which reads:

     if ((clientdn = (char *)ap_ctx_get(r->connection->client->ctx,
"ssl:client::dn")) == NULL)

Should read:

     if ((clientdn = (char *)ap_ctx_get(r->connection->client->ctx,
"ssl::client::dn")) == NULL)

Note the number of colons after "ssl".  This corrects the problem.

______________________________________________________________________
Apache Interface to SSLeay (mod_ssl)   www.engelschall.com/sw/mod_ssl/
Official Support Mailing List               [EMAIL PROTECTED]
Automated List Manager                       [EMAIL PROTECTED]

Reply via email to