Re: Use form instead of AuthType Basic (pop-up windows)
Ryan Gies <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <[email protected]> |
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 form to input credentials into the clients browser, i.e., replace the pop-up dialog. Hence the need for an entire access and authentication system. > Have a look here : > > http://cpan.uwinnipeg.ca/htdocs/Apache-AuthCookie/Apache2/AuthCookie.html > and scroll to the section > THE LOGIN SCRIPT > > If you install that module, it comes along with examples. > AAA is tricky, and maybe not the easiest way to start playing with > mod_perl. But this documentation is well-done, and should get you > started, if you follow it carefully. > >