/[smeserver]/rpms/e-smith-horde/sme9/e-smith-horde-4.4.0-webmail-only-local-network.patch
ViewVC logotype

Contents of /rpms/e-smith-horde/sme9/e-smith-horde-4.4.0-webmail-only-local-network.patch

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


Revision 1.2 - (show annotations) (download)
Sat Dec 21 04:53:16 2013 UTC (10 years, 4 months ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-horde-4_4_0-8_el6_sme, e-smith-horde-4_4_0-6_el6_sme, e-smith-horde-4_4_0-7_el6_sme, HEAD
Changes since 1.1: +6 -12 lines
* Fri Dec 20 2013 Ian Wells <esmith@wellsi.com> 4.4.0-6.sme
- Update of allow webmail-only-local-network by Stephane de Labrusse [SME: 7351]
- Whitespace patch for 85HordeAccess

1 diff -Nur e-smith-horde-4.4.0-old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/85HordeAccess e-smith-horde-4.4.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/85HordeAccess
2 --- e-smith-horde-4.4.0-old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/85HordeAccess 2013-11-26 19:01:33.230479756 +0100
3 +++ e-smith-horde-4.4.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/85HordeAccess 2013-12-11 23:56:03.672896312 +0100
4 @@ -23,8 +23,13 @@
5 </FilesMatch>
6 Options Indexes Includes FollowSymLinks
7 AllowOverride None
8 - order allow,deny
9 - allow from all
10 + order deny,allow
11 + deny from all
12 +);
13 + $OUT .= " allow from ";
14 + $OUT .= ( $horde{access} eq "public" ) ? "all" : $localAccess;
15 + $OUT .= "\n";
16 + $OUT .= qq(
17 AddType application/x-httpd-php .php .php3
18 php_value include_path '/usr/share/pear-addons:/usr/share/pear'
19 # php_value auto_prepend_file /home/httpd/horde-phplib/prepend.php3

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