Re: [EMAIL PROTECTED] Basic Auth Login Retries

2008-08-22 Thread mdn teo
won't have access anyway, but I am wondering if there is a way to skip this or to provide a 403 http-status instead of 401. > - Forwarded message -- > From: André Warnier <[EMAIL PROTECTED]> > Date: Tue, Aug 12, 2008 at 5:54 PM > Subject: Re: [EMAIL

Re: [EMAIL PROTECTED] Basic Auth Login Retries

2008-08-12 Thread André Warnier
Krist van Besien wrote: On Mon, Aug 11, 2008 at 11:56, mdn teo <[EMAIL PROTECTED]> wrote: But how can I force to skip login retries? I tried to set a custom 401 error page, redirecting to another page, but it redirects just after the "n" login attempts. I'd like to find a way to force the redir

Re: [EMAIL PROTECTED] Basic Auth Login Retries

2008-08-12 Thread Krist van Besien
On Mon, Aug 11, 2008 at 11:56, mdn teo <[EMAIL PROTECTED]> wrote: > But how can I force to skip login retries? > I tried to set a custom 401 error page, redirecting to another page, but it > redirects just after the "n" login attempts. > I'd like to find a way to force the redirect to another page

Re: [EMAIL PROTECTED] Basic Auth Login Retries

2008-08-11 Thread mdn teo
gin for all browsers. Any idea? > > > -- Forwarded message -- > From: Krist van Besien <[EMAIL PROTECTED]> > Date: Fri, Aug 8, 2008 at 3:30 PM > Subject: Re: [EMAIL PROTECTED] Basic Auth Login Retries > To: users@httpd.apache.org > > >

Re: [EMAIL PROTECTED] Basic Auth Login Retries

2008-08-08 Thread Krist van Besien
On Fri, Aug 8, 2008 at 15:27, mdn teo <[EMAIL PROTECTED]> wrote: > Hi there! > > Is there a way to limit login retries in Apache Basic Auth? > I guess the default is 4, and I'd like to let the user try just one time his > password. The number of retries is up to the browser, not apache. Krist --

[EMAIL PROTECTED] Basic Auth Login Retries

2008-08-08 Thread mdn teo
Hi there! Is there a way to limit login retries in Apache Basic Auth? I guess the default is 4, and I'd like to let the user try just one time his password. M.