RE: Use form instead of AuthType Basic (pop-up windows)

2010-01-21 Thread Ihnen, David
in urls for download and media links handled by external programs that won't have the cookie) David From: Juan Manuel Parrilla Gutiérrez [mailto:joanma...@gmail.com] Sent: Thursday, January 21, 2010 10:21 AM To: Ihnen, David Cc: mod_perl list Subject: Re: Use form instead of AuthType Basic (p

Re: Use form instead of AuthType Basic (pop-up windows)

2010-01-21 Thread Juan Manuel Parrilla Gutiérrez
different though – Authen/Authz is the part where you > decide if the user is recognized and is allowed to access, which is what you > asked about. > > > > David > > > > > > > > *From:* Juan Manuel Parrilla Gutiérrez [mailto:joanma...@gmail.com] > *Sent:

RE: Use form instead of AuthType Basic (pop-up windows)

2010-01-21 Thread Ihnen, David
is recognized and is allowed to access, which is what you asked about. David From: Juan Manuel Parrilla Gutiérrez [mailto:joanma...@gmail.com] Sent: Thursday, January 21, 2010 9:26 AM To: mod_perl list Subject: Re: Use form instead of AuthType Basic (pop-up windows) Hello, I am sorry if I did

Re: Use form instead of AuthType Basic (pop-up windows)

2010-01-21 Thread Juan Manuel Parrilla Gutiérrez
gt; > this should help > > > > *De :* Juan Manuel Parrilla Gutiérrez [mailto:joanma...@gmail.com] > *Envoyé :* jeudi 21 janvier 2010 18:26 > *À :* mod_perl list > *Objet :* Re: Use form instead of AuthType Basic (pop-up windows) > > > > Hello, I am sorry if I didnt explain

Re: Use form instead of AuthType Basic (pop-up windows)

2010-01-21 Thread Ryan Gies
On 1/21/2010 12:25 PM, Juan Manuel Parrilla Gutiérrez wrote: Hello, I am sorry if I didnt explain me properly. Apache2::AuthCookie is what you are looking for. Read through the source code, understand what it does and why and you will be able to write your own. No, you cannot use an html for

Re: Use form instead of AuthType Basic (pop-up windows)

2010-01-21 Thread Juan Manuel Parrilla Gutiérrez
Hello, I am sorry if I didnt explain me properly. What I want to know is understand how use a formulary instead of AuthType Basic. I know there are several modules that are doing this, but it is not about using one, it is about understanding how. I am doing my own Auth module (just to learn about

Re: Use form instead of AuthType Basic (pop-up windows)

2010-01-21 Thread André Warnier
Juan Manuel Parrilla Gutiérrez wrote: Hello, this is my first message to this list and I am also a bit new to mod_perl. My question is simple, in all the documentation I have found about mod_perl and auth (like practical mod perl, or writing apache modules in perl and c) they are always using Aut

Re: Use form instead of AuthType Basic (pop-up windows)

2010-01-21 Thread Juan Manuel Parrilla Gutiérrez
Thank you for your answer, but I would like to use Authz and Authen like AuthCookie is doing. (And I think Apache::Session is not doing so). What I do not now is: how to use a form instead of "AuthType Basic"? Juan Manuel Parrilla 2010/1/21 David Romero > Hi, > > Look at Apache::Session module,

Use form instead of AuthType Basic (pop-up windows)

2010-01-21 Thread Juan Manuel Parrilla Gutiérrez
Hello, this is my first message to this list and I am also a bit new to mod_perl. My question is simple, in all the documentation I have found about mod_perl and auth (like practical mod perl, or writing apache modules in perl and c) they are always using AuthType Basic, so when the users tries to