www/apache22 and ldap authentication (solved)

Jeremy Chadwick freebsd at jdc.parodius.com
Wed Jul 12 16:17:43 UTC 2006


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 |



More information about the freebsd-ports mailing list