RE: [us...@httpd] Controlling which handlers run, and when

2010-02-25 Thread Thomas, Peter
Eric Covener replied: >That doesn't seem possible, as mod_authnz_ldap doesn't hook access_checker (and access_checker is before e.g. mod_auth_basic can even perform authn -- how can you do authz if you don't know who the user is?) And yet it moves...see log excerpt below... The only other possibi

Re: [us...@httpd] Controlling which handlers run, and when

2010-02-25 Thread Eric Covener
On Thu, Feb 25, 2010 at 4:35 PM, Thomas, Peter wrote: > I continue to fight with this.  I added in "stub" handlers for Access, I've > determined that the authorization check of mod_authnz_ldap is being executed > in the Access phase of AAA.  This isn't documented; it's causing two > problems:  ear

RE: [us...@httpd] Controlling which handlers run, and when

2010-02-25 Thread Thomas, Peter
com] Sent: Thursday, February 25, 2010 12:53 PM To: users@httpd.apache.org Subject: [us...@httpd] Controlling which handlers run, and when I'm trying to combine mod_authnz_ldap with a mod_perl PerlAuthenHandler. I've got everything working correctly except that the mod_authnz_ldap han