Re: User Authentication questions

2006-11-29 Thread Frank Wiles
On Mon, 27 Nov 2006 16:36:17 -0800 "Philip M. Gollucci" <[EMAIL PROTECTED]> wrote: > Frank Wiles wrote: > >Oh and yes, you can use your own login forms with these. > (Custom AAA Handlers) > > I don't this is a widely known fact, so I'm resending it to emphasize > it. > > It would be nice to

Re: User Authentication questions

2006-11-27 Thread Philip M. Gollucci
Patrick Galbraith wrote: ps. I checked out the mod_perl docs from svn, and most of them seem to be pod. What is the nice trick to getting them in html format? http://perl.apache.org/download/docs.html build the site. IF you only want the html version, you can skip most of the prereqs though D

Re: User Authentication questions

2006-11-27 Thread Patrick Galbraith
Philip M. Gollucci wrote: Frank Wiles wrote: Oh and yes, you can use your own login forms with these. (Custom AAA Handlers) I don't this is a widely known fact, so I'm resending it to emphasize it. It would be nice to mention or emphasize this in the docs -- Hint Hint. Hi again, I h

Re: User Authentication questions

2006-11-27 Thread Philip M. Gollucci
Frank Wiles wrote: Oh and yes, you can use your own login forms with these. (Custom AAA Handlers) I don't this is a widely known fact, so I'm resending it to emphasize it. It would be nice to mention or emphasize this in the docs -- Hint Hint. -- --

Re: User Authentication questions

2006-11-27 Thread Frank Wiles
On Sun, 26 Nov 2006 13:36:55 -0500 Patrick Galbraith <[EMAIL PROTECTED]> wrote: > Hi All, > > I'm in the process of trying to get this PerlTransHandler which does > a redirect back to the handler in such a way that once they log in, > instead of "/handler/" being the URI, it becomes "/handler/us

User Authentication questions

2006-11-26 Thread Patrick Galbraith
Hi All, I'm in the process of trying to get this PerlTransHandler which does a redirect back to the handler in such a way that once they log in, instead of "/handler/" being the URI, it becomes "/handler/username". I'm able to get a simple version of this, just for proof of concept, that take