Hi, I'm running FreeBSD 6.1-STABLE on i386. I need to run auth_ldap module with apache 2.2.3 but as I see it requires apache13 . ===> auth_ldap-1.6.1 : Error from bsd.apache.mk. apache22 is installed (or APACHE_PORT is defined) and port requires 13. *** Error code 1 Is there is anyway to run auth_ldap with apache22 ? Thanks in advance, Dominik Zalewski -- Dominik Zalewski System Administrator OpenCraft t- +2 02 336 0003 w- http://www.open-craft.com
On 7/09/2006, at 9:26 PM, Dominik Zalewski wrote:> Hi, > > I'm running FreeBSD 6.1-STABLE on i386. I need to run auth_ldap > module with > apache 2.2.3 but as I see it requires apache13 . > > ===> auth_ldap-1.6.1 : Error from bsd.apache.mk. apache22 is > installed (or > APACHE_PORT is defined) and port requires 13. > *** Error code 1 > > Is there is anyway to run auth_ldap with apache22 ? > > Thanks in advance, > > Dominik ZalewskiApache 2.2 has it's own built-in LDAP authentication module using the new Authz/Authn system. See: http://httpd.apache.org/docs/2.2/mod/mod_authnz_ldap.html Cheers Phil
On Thu, Sep 07, 2006 at 12:26:34PM +0300, Dominik Zalewski wrote:> I'm running FreeBSD 6.1-STABLE on i386. I need to run auth_ldap module with > apache 2.2.3 but as I see it requires apache13 . > > ===> auth_ldap-1.6.1 : Error from bsd.apache.mk. apache22 is installed (or > APACHE_PORT is defined) and port requires 13. > *** Error code 1 > > Is there is anyway to run auth_ldap with apache22 ?I use mod_ldap and mod_auth_ldap with apache20. Strings from /usr/local/etc/pkgtools.conf: MAKE_ARGS = { ... 'www/apache2*' => 'WITH_LDAP_MODULES=yes WITH_SSL_MODULES=yes WITH_MISC_MODULES=yes WITH_THREADS_MODULES=yes', ... } WBR