/[smecontribs]/rpms/smeserver-wordpress/contribs8/smeserver-wordpress-1.2.remove_AuthBasicProvider.patch
ViewVC logotype

Contents of /rpms/smeserver-wordpress/contribs8/smeserver-wordpress-1.2.remove_AuthBasicProvider.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Wed Nov 18 14:37:13 2015 UTC (8 years, 5 months ago) by stephdl
Branch: MAIN
CVS Tags: smeserver-wordpress-1_2-9_el5_sme, HEAD
* Wed Nov 18 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.2-9.sme
- Added new directive to apache (Indexes, FollowSymLinks, AllowOverrideAll)
- The http can be forced, even if it is not a good idea
- new properties in the wordpress key
- the AuthBasicProvider has been removed for sme8

1 diff -Nur smeserver-wordpress-1.2.remove_AuthBasicProvider.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/92wordpress smeserver-wordpress-1.2.remove_AuthBasicProvider.new/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/92wordpress
2 --- smeserver-wordpress-1.2.remove_AuthBasicProvider.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/92wordpress 2015-11-18 15:32:21.400764601 +0100
3 +++ smeserver-wordpress-1.2.remove_AuthBasicProvider.new/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/92wordpress 2015-11-18 15:32:55.212251259 +0100
4 @@ -81,7 +81,6 @@
5 if ($pass)
6 {
7 $OUT .= " AuthName \"$name\"\n";
8 - $OUT .= " AuthBasicProvider external\n";
9 $OUT .= " AuthType Basic\n";
10 $OUT .= " AuthExternal pwauth\n";
11 $OUT .= " require valid-user\n";

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed