Re: interface of the 2.1 authentication framework / behaviour of mod_digest/mod_basic

2004-02-24 Thread Axel Grossklaus
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Geoffrey Young wrote: moin, > yeah, that would certainly be a good idea. give the attached patches a whirl > and see if they work for you. feedback from justin or others that are > familiar appreciated :) thanks. that takes care of one half of my

Re: interface of the 2.1 authentication framework / behaviour of mod_digest/mod_basic

2004-02-20 Thread Justin Erenkrantz
--On Friday, February 20, 2004 8:09 PM + Patrick Welche <[EMAIL PROTECTED]> wrote: Just an off-the-cuff remark: How does this tie in with say SASL (old page at: http://asg.web.cmu.edu/sasl/) ? (vision of mod_sasl, then plug in any old authentication method into that) SASL is more generic than

Re: interface of the 2.1 authentication framework / behaviour of mod_digest/mod_basic

2004-02-20 Thread Patrick Welche
On Fri, Feb 13, 2004 at 06:28:34PM +0100, Axel Grossklaus wrote: > > i am currently working on mod_authn_dbi (part of the 2.1 Authentication > Project http://mod-auth.sourceforge.net/) which uses the new > authentication framework of apache 2.1. and was wondering if it > was still possible to sugg

Re: interface of the 2.1 authentication framework / behaviour of mod_digest/mod_basic

2004-02-19 Thread Justin Erenkrantz
--On Thursday, February 19, 2004 12:18 PM -0500 Geoffrey Young <[EMAIL PROTECTED]> wrote: yeah, that would certainly be a good idea. give the attached patches a whirl and see if they work for you. feedback from justin or others that are familiar appreciated :) Looks fine here. ;-) Thanks! --

Re: interface of the 2.1 authentication framework / behaviour of mod_digest/mod_basic

2004-02-19 Thread Geoffrey Young
> currently, mod_auth_basic and mod_auth_digest behave inconsistently > in some cases. for example, if i enter a wrong user/pw combination, > mod_auth_basic writes the following logline (i.e. without a username) ... > another inconsistency would be that if the authentication provider > reports a

Re: interface of the 2.1 authentication framework / behaviour of mod_digest/mod_basic

2004-02-18 Thread Axel Grossklaus
André Malo wrote: moin, > I'd guess there's question what do you want to change when. In digest > authentication the username is an integral part of the hashed data, so you > cannot change it during the authentication stage. > > Does that change anything in your proposal? not really. i know tha

Re: interface of the 2.1 authentication framework / behaviour of mod_digest/mod_basic

2004-02-15 Thread Dirk-Willem van Gulik
On Feb 16, 2004, at 12:11 AM, André Malo wrote: * Axel Grossklaus <[EMAIL PROTECTED]> wrote: moin, Moin Moin ;-) i would like the interface to allow modules to change the username during the authentication process from the value that was passed by the browser to some other value that will be us

Re: interface of the 2.1 authentication framework / behaviour of mod_digest/mod_basic

2004-02-15 Thread André Malo
* Axel Grossklaus <[EMAIL PROTECTED]> wrote: > moin, Moin Moin ;-) > i would like the interface to allow modules to change the username > during the authentication process from the value that was passed by the > browser to some other value that will be used as authenticated user > further down t

interface of the 2.1 authentication framework / behaviour of mod_digest/mod_basic

2004-02-13 Thread Axel Grossklaus
moin, i am currently working on mod_authn_dbi (part of the 2.1 Authentication Project http://mod-auth.sourceforge.net/) which uses the new authentication framework of apache 2.1. and was wondering if it was still possible to suggest changes to its interface. i would like the interface to allow