1 |
jpp |
1.1 |
diff -Nur --no-dereference smeserver-ezmlm-web-1.1.3.old/root/etc/e-smith/templates/etc/httpd/admin-conf/httpd.conf/85EzmlmWebAccess smeserver-ezmlm-web-1.1.3/root/etc/e-smith/templates/etc/httpd/admin-conf/httpd.conf/85EzmlmWebAccess |
2 |
|
|
--- smeserver-ezmlm-web-1.1.3.old/root/etc/e-smith/templates/etc/httpd/admin-conf/httpd.conf/85EzmlmWebAccess 2022-07-22 02:02:52.392000000 -0400 |
3 |
|
|
+++ smeserver-ezmlm-web-1.1.3/root/etc/e-smith/templates/etc/httpd/admin-conf/httpd.conf/85EzmlmWebAccess 2022-07-22 02:05:55.794000000 -0400 |
4 |
|
|
@@ -2,14 +2,13 @@ |
5 |
|
|
|
6 |
|
|
<Directory /usr/local/share/ezmlm-web/www-data > |
7 |
|
|
Options +ExecCGI |
8 |
|
|
- order deny,allow |
9 |
|
|
- deny from all |
10 |
|
|
- allow from { "$localAccess"; } |
11 |
|
|
AuthName "SME User manager" |
12 |
|
|
AuthType Basic |
13 |
|
|
TKTAuthLoginURL /server-common/cgi-bin/login |
14 |
|
|
- require valid-user |
15 |
|
|
- Satisfy all |
16 |
|
|
+ <RequireAll> |
17 |
|
|
+ Require ip { "$localAccess"; } |
18 |
|
|
+ Require valid-user |
19 |
|
|
+ </RequireAll> |
20 |
|
|
|
21 |
|
|
</Directory> |
22 |
|
|
|