Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jul 2006 09:17:30 -0700
From:      Jeremy Chadwick <freebsd@jdc.parodius.com>
To:        Rob Evers <R.Evers@nedstat.com>
Cc:        ports@freebsd.org, clement@FreeBSD.org
Subject:   Re: www/apache22 and ldap authentication (solved)
Message-ID:  <20060712161730.GA98579@icarus.home.lan>
In-Reply-To: <57DBE41E5586AC488825E0E8F17715FB3A45C0@exchange.nedstat.corp>
References:  <57DBE41E5586AC488825E0E8F17715FB3A45C0@exchange.nedstat.corp>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jul 12, 2006 at 05:53:26PM +0200, Rob Evers wrote:
> Hi,
> 
> Sorry for the noise :-(
> 
> It's only in the reading.... sigh
> 
> I needed these:
> 
> LoadModule ldap_module libexec/apache22/mod_ldap.so
> LoadModule authnz_ldap_module libexec/apache22/mod_authnz_ldap.so
> 
> and not:
> 
> LoadModule mod_ldap libexec/apache22/mod_ldap.so
> 
> I still don't know if these had to be inserted into the config file automatically by apr or not.....
> 
> Rob Evers 

Clarification (sorry for being obsessive): APR has nothing to do
with enabling/disabling directives in your httpd.conf.  You're
thinking of apxs, the utility that comes with Apache.  APR is the
programming API used in Apache.

-- 
| Jeremy Chadwick                                 jdc at parodius.com |
| Parodius Networking                        http://www.parodius.com/ |
| UNIX Systems Administrator                   Mountain View, CA, USA |
| Making life hard for others since 1977.               PGP: 4BD6C0CB |




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060712161730.GA98579>