[Apachetoolbox-commit] Apachetoolbox/bin/contrib mod_auth_ldap,1.1,1.2
Brought to you by:
bryanandrews
|
From: Kevin J. M. Jr. <nir...@us...> - 2005-02-17 14:28:00
|
Update of /cvsroot/apachetoolbox/Apachetoolbox/bin/contrib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23541/bin/contrib Modified Files: mod_auth_ldap Log Message: Fixed a bug with mod_auth_ldap. Some more version updates. Replaced some bad mirrors. Index: mod_auth_ldap =================================================================== RCS file: /cvsroot/apachetoolbox/Apachetoolbox/bin/contrib/mod_auth_ldap,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mod_auth_ldap 6 Aug 2003 15:46:00 -0000 1.1 --- mod_auth_ldap 17 Feb 2005 14:27:49 -0000 1.2 *************** *** 33,37 **** " >> $root/apache_$APACHE/conf/httpd.conf-dist notice "$MENUTRUE" " Updated httpd.conf-dist for Mod_Auth_LDAP\n" ! $MV -f modauthldap $root/apache_$APACHE/src/modules/ldap notice "$MENUTRUE" " Copied Mod_Auth_LDAP into the apache source\n" else --- 33,37 ---- " >> $root/apache_$APACHE/conf/httpd.conf-dist notice "$MENUTRUE" " Updated httpd.conf-dist for Mod_Auth_LDAP\n" ! $MV -f mod_auth_ldap $root/apache_$APACHE/src/modules/ldap notice "$MENUTRUE" " Copied Mod_Auth_LDAP into the apache source\n" else |