RE: Trying to find correct format for PerlSetVar's -- or get Apache::AuthNetLDAP working.

2001-06-01 Thread Steve Haslam
Hi, (btw threading broken because I'm replying from a digest) I do multiple "PerlSetVar"s from inside a Location (itself inside a VirtualHost) like this: PerlSetVar => [['User', $user], ['Locale', $locale], ... ] I've also had some wierdness

RE: Trying to find correct format for PerlSetVar's -- or get Apache::AuthNetLDAP working.

2001-05-31 Thread Geoffrey Young
> -Original Message- > From: Steven Lembark [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 31, 2001 1:27 PM > To: Geoffrey Young > Subject: Re: Trying to find correct format for PerlSetVar's -- or get > Apache::AuthNetLDAP working. > >

RE: Trying to find correct format for PerlSetVar's -- or get Apache::AuthNetLDAP working.

2001-05-31 Thread Geoffrey Young
> -Original Message- > From: Steven Lembark [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 30, 2001 11:31 PM > To: [EMAIL PROTECTED] > Subject: Trying to find correct format for PerlSetVar's -- or get > Apache::AuthNetLDAP working. > [snip] >168 PerlSetVar => >1

Re: Trying to find correct format for PerlSetVar's -- or get Apache::AuthNetLDAP working.

2001-05-30 Thread Thomas Eibner
On Wed, May 30, 2001 at 10:30:50PM -0500, Steven Lembark wrote: > problem seems to be that i'm not getting the PerlSetVar's > across to it via perly config: [Snip] > is there any better doc for this than the eagle book? You have to use $r->dir_config('Var') to get the values from the configurati