/[smecontribs]/rpms/smeserver-wordpress/contribs8/smeserver-wordpress-1.2.remove_AuthBasicProvider.patch |
Parent Directory | Revision Log | Revision Graph
* 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 |