Re: Authentication/Authorization module vs. Basic Authentication

2013-06-25 Thread Christoph Gröver
Hello Niq, Hello List, I have been able to solve this issue. Well, I should say, I have found a workaround. I suspected mod_auth_basic to be doing something wrong, so I had a close look at the sourcecode. It is only run in the check_user_id phase. I tested whether the problem still exists if

Re: Authentication/Authorization module vs. Basic Authentication

2013-06-17 Thread Christoph Gröver
information and my module does a redirection to either a failed login page or a successful welcome page. Without any Basic Authentication / require lines in the configuration this works. If I add a require valid-user it doesn't work anymore. I tried to find out with LogLevel debug

Authentication/Authorization module vs. Basic Authentication

2013-05-30 Thread Christoph Gröver
to be some compatibility problems with Basic Authentication. In the past it was possible to use Basic Authentication and this module at the same time. Now this gives us some Error 401 although we have a satisfy any and an allowed IP address configured. After the code in the acess_checker phase is run

RE: Fake Basic Authentication

2010-09-09 Thread Plüm, Rüdiger, VF-Group
-Original Message- From: Nick Kew Sent: Donnerstag, 9. September 2010 01:01 To: dev@httpd.apache.org Subject: Fake Basic Authentication Someone asked on IRC today about seemlessly mixing SSL Client authentication (FakeBasicAuth) with normal basic authn. As I understood

Re: Fake Basic Authentication

2010-09-09 Thread Guenter Knauf
Am 09.09.2010 01:00, schrieb Nick Kew: Someone asked on IRC today about seemlessly mixing SSL Client authentication (FakeBasicAuth) with normal basic authn. As I understood it, users without a client cert should authenticate, but those with one would be spared the authn dialogue. A quick look

Re: Fake Basic Authentication

2010-09-09 Thread Nick Kew
On Thu, 09 Sep 2010 16:51:00 +0200 Guenter Knauf fua...@apache.org wrote: Am 09.09.2010 01:00, schrieb Nick Kew: Someone asked on IRC today about seemlessly mixing SSL Client authentication (FakeBasicAuth) with normal basic authn. As I understood it, users without a client cert should

Fake Basic Authentication

2010-09-08 Thread Nick Kew
Someone asked on IRC today about seemlessly mixing SSL Client authentication (FakeBasicAuth) with normal basic authn. As I understood it, users without a client cert should authenticate, but those with one would be spared the authn dialogue. A quick look at mod_ssl reveals that FakeBasicAuth

Re: Fake Basic Authentication

2010-09-08 Thread Eric Covener
This could also give users flexibility to mix-and-match basic auth with other schemes in mod_rewrite style.  Or no doubt shoot themselves in the foot. Seems to me like it does wonders for FakeBasicAuth usability. Does it make sense to move the mockup of the Authorization header into

basic authentication

2004-12-01 Thread [EMAIL PROTECTED]
Hi all I'd like to have a basic authentication with apache http.I want that apache read user e pwd by a text file and does the authentication.Any Idea on how to configure it? Regards Giovanni Libero ADSL: 3 mesi gratis e navighi

Re: basic authentication

2004-12-01 Thread Dirk-Willem van Gulik
On Wed, 1 Dec 2004, [EMAIL PROTECTED] wrote: I'd like to have a basic authentication with apache http.I want that apache read user e pwd by a text file and does the authentication.Any Idea on how to configure it? This is a list for developers. I.e. people who write the apache code; You want