You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Thomas Eibner <th...@stderr.net> on 2001/05/31 08:50:41 UTC

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

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 configuration file.
Example:
my $BindDN = $r->dir_config('BindDN'); 

See:
<http://perl.apache.org/guide/config.html#PerlSetVar_PerlSetEnv_and_PerlP>

-- 
  Thomas Eibner <http://thomas.eibner.dk/> - DnsZone <http://dnszone.org/>
  mod_pointer <http://stderr.net/mod_pointer>