Re: Apache 2.2 and Authorization Providers under mod_perl

2014-04-01 Thread Skylos
Thanks for your reply André. As it happens the application's security policy for authorization is defined in terms of the group assertions. Dropping that would stop the functionality that protects the various users from accessing functionality they should not be able to. David On Apr 1, 2014 6:2

Re: Apache 2.2 and Authorization Providers under mod_perl

2014-04-01 Thread André Warnier
Skylos wrote: Trying to migrate an application to mod_perl under apache 2.2 but my custom auth handlers are blowing up on failure to understand '$r->requires' method. The best I can make of it is that apache 2.2 revamped the auth system requiring the definition of providers (like 'group' allowin

Apache 2.2 and Authorization Providers under mod_perl

2014-03-31 Thread Skylos
Trying to migrate an application to mod_perl under apache 2.2 but my custom auth handlers are blowing up on failure to understand '$r->requires' method. The best I can make of it is that apache 2.2 revamped the auth system requiring the definition of providers (like 'group' allowing the 'Require g