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 --- 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 +++ 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 @@ -81,7 +81,6 @@ if ($pass) { $OUT .= " AuthName \"$name\"\n"; - $OUT .= " AuthBasicProvider external\n"; $OUT .= " AuthType Basic\n"; $OUT .= " AuthExternal pwauth\n"; $OUT .= " require valid-user\n";