You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Sa...@seagate.com on 2002/02/04 22:58:39 UTC

Apache2 and mod_auth_ldap

Hi All,
I am trying to compile mod_auth_ldap with Apache 2 Beta. If I understand
correctly mod_auth_ldap comes with Apache 2 as an extension. What command
do I need to send to the ./configure to enable mod_auth_ldap.
Thanks


Saqib Ali
=======================
http://www.stonebeat.org <- WebDAV Documentation Project


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: Apache2 and mod_auth_ldap

Posted by Joshua Slive <jo...@slive.ca>.
> From: Saqib.N.Ali@seagate.com [mailto:Saqib.N.Ali@seagate.com]

> I am trying to compile mod_auth_ldap with Apache 2 Beta. If I understand
> correctly mod_auth_ldap comes with Apache 2 as an extension. What command
> do I need to send to the ./configure to enable mod_auth_ldap.
> Thanks

It's not very easy at the moment. mod_auth_ldap lives in a separate cvs
repository, so you need to use cvs to grab the module, place it in the
correct place in the tree, run ./buildconf (I guess) and then
./configure --enable-auth-ldap or some such thing.  I've never done it
myself.

I hope that someone figures out how to make the process easier.

Joshua.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org