[mapguide-commits] r4885 - trunk/MgDev/Oem/LinuxApt

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Sat May 15 10:40:44 EDT 2010


Author: trevorwekel
Date: 2010-05-15 10:40:41 -0400 (Sat, 15 May 2010)
New Revision: 4885

Modified:
   trunk/MgDev/Oem/LinuxApt/build_apt.sh
Log:
Ticket #1341 Include LDAP authentication for bundled Apache on Linux
- Submit updated build script for trunk


Modified: trunk/MgDev/Oem/LinuxApt/build_apt.sh
===================================================================
--- trunk/MgDev/Oem/LinuxApt/build_apt.sh	2010-05-15 14:21:39 UTC (rev 4884)
+++ trunk/MgDev/Oem/LinuxApt/build_apt.sh	2010-05-15 14:40:41 UTC (rev 4885)
@@ -123,7 +123,7 @@
 tar -zxf httpd-2.2.11.tar.gz
 pushd httpd-2.2.11
 ./configure --prefix=$INSTALLWEB/apache2 --enable-mods-shared=all \
---with-included-apr --with-port=$PORT
+--enable-ldap --with-ldap --enable-authnz-ldap --with-included-apr --with-port=$PORT
 check_apache_build
 make
 check_apache_build



More information about the mapguide-commits mailing list