[Catalyst] Chained, root action, with default sub present

2009-08-09 Thread Matija Grabnar
I think this may be either a bug or something I don't understand about specifying chained actions. Suppose I have a controller which has a defined default action (such as created by catalyst.pl by default, i.e. sub default :Path { my ( $self, $c ) = @_; $c-response-body( 'Page not

Re: [Catalyst] Chained, root action, with default sub present

2009-08-09 Thread J. Shirley
On Sun, Aug 9, 2009 at 7:31 AM, Matija Grabnar mat...@serverflow.comwrote: I think this may be either a bug or something I don't understand about specifying chained actions. Suppose I have a controller which has a defined default action (such as created by catalyst.pl by default, i.e. sub

[Catalyst] ldap authentication/db authorization

2009-08-09 Thread Steve Rippl
Hello! I have a question that is hopefully trivial for someone here, but I haven't seen any examples. I have an app I'm building, used by folks in an Active Directory network. It's got a DBIx model and I'd like to use that for role based authorization and getting staff members