You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Geoffrey Young <gy...@laserlink.net> on 2001/05/31 19:08:57 UTC

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


> -----Original Message-----
> From: Steven Lembark [mailto:lembark@wrkhors.com]
> Sent: Wednesday, May 30, 2001 11:31 PM
> To: modperl@apache.org
> Subject: Trying to find correct format for PerlSetVar's -- or get
> Apache::AuthNetLDAP working.
> 
[snip]
>    168              PerlSetVar  =>
>    169              {
>    170                  BindDN      => 'employeenumber=123456 
> ou=people
> o=foo.bar',
>    171                  BindPWD     => 'password',
>    172                  BaseDN      => 'ou=people o=foo.bar',
>    173                  LDAPServer  => 'ldap.alltel.com',
>    174                  LDAPPort    => '389',
>    175                  UIDAttr     => 'sn',
>    176              },
[snip]
> 
> is there any better doc for this than the eagle book?

ah, but the answer you seek can be found within... p417

--Geoff