Scott Fagg wrote:
> I have lines like this in my .htaccess file : 
> 
> AuthName AD
> AuthType Arup::AuthCkLDAP
> 
> PerlSetVar ADPath /
> PerlSetVar ADLoginScript /login.perl
> 
> .. and i'm using AuthCookie.pm. It picks up on the 'AD' value for
> AuthName, but cannot see the PerlSetVar values.

PerlSetVar merging is currently broken, specifically for multiple
inheritance (like .htaccess files and <Location />) - see the archives if
you want the long explanation.  I really, really plan to fix this "soonish."
 look for it in the next mod_perl release, or in early october in CVS.

sorry for the headaches.

--Geoff

-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to