/[smeserver]/rpms/smeserver-manager/sme10/smeserver-manager-0.1.0-bz10506.patch
ViewVC logotype

Annotation of /rpms/smeserver-manager/sme10/smeserver-manager-0.1.0-bz10506.patch

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


Revision 1.2 - (hide annotations) (download)
Sat Nov 21 08:43:39 2020 UTC (3 years, 6 months ago) by michel
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
* Fri Nov 20 2020 Michel Begue <mab974@gmail.com> 0.1.2-2.sme
- Fix smanager-update event name
- Move smanager service to /usr/lib/systemd
- Fix Bugreport file download
- Fix translations missing in 'viewlogfiles'
- Remove Admin auth in httpd configuration
- Add an optional alias for admin sign in.
- Remove systemctl from .spec file

1 jpp 1.1 diff -Nur smeserver-manager-0.1.0-old/root/etc/e-smith/templates/etc/httpd/admin-conf/httpd.conf/20Manager2 smeserver-manager-0.1.0/root/etc/e-smith/templates/etc/httpd/admin-conf/httpd.conf/20Manager2
2     --- smeserver-manager-0.1.0-old/root/etc/e-smith/templates/etc/httpd/admin-conf/httpd.conf/20Manager2 1969-12-31 19:00:00.000000000 -0500
3     +++ smeserver-manager-0.1.0/root/etc/e-smith/templates/etc/httpd/admin-conf/httpd.conf/20Manager2 2018-02-04 13:04:05.366000000 -0500
4     @@ -0,0 +1,10 @@
5     +
6     +
7     +ScriptAlias /server-manager2/noframes /etc/e-smith/web/panels/manager2/cgi-bin/noframes
8     +ScriptAlias /server-manager2/support /etc/e-smith/web/panels/manager2/cgi-bin/support
9     +ScriptAlias /server-manager2/navigation /etc/e-smith/web/panels/manager2/cgi-bin/navigation
10     +
11     +# smeserver manager 2 panel
12     +ScriptAlias /server-manager2/cgi-bin /etc/e-smith/web/panels/manager2/cgi-bin
13     +Alias /server-manager2 /etc/e-smith/web/panels/manager2/html
14     +
15     diff -Nur smeserver-manager-0.1.0-old/root/etc/e-smith/templates/etc/httpd/admin-conf/httpd.conf/90e-smithAccess20manager2 smeserver-manager-0.1.0/root/etc/e-smith/templates/etc/httpd/admin-conf/httpd.conf/90e-smithAccess20manager2
16     --- smeserver-manager-0.1.0-old/root/etc/e-smith/templates/etc/httpd/admin-conf/httpd.conf/90e-smithAccess20manager2 2018-02-03 23:26:53.000000000 -0500
17     +++ smeserver-manager-0.1.0/root/etc/e-smith/templates/etc/httpd/admin-conf/httpd.conf/90e-smithAccess20manager2 2018-02-04 13:07:32.543000000 -0500
18     @@ -14,12 +14,12 @@
19     if ($manager2 ne 'nologin')
20     {
21     $OUT = " AuthType Basic\n";
22     - $OUT = " TKTAuthLoginURL /server-common/cgi-bin/login\n";
23     + $OUT .= " TKTAuthLoginURL /server-common/cgi-bin/login\n";
24     my $ManagerTimeout = ${'httpd-admin'}{ManagerTimeout} || "30m";
25     - $OUT = " TKTAuthTimeout $ManagerTimeout\n";
26     - $OUT = " TKTAuthTimeoutRefresh 0.66 \n";
27     - $OUT = " TKTAuthUnauthURL /server-common/cgi-bin/logout\n";
28     - $OUT = " require user admin\n";
29     + $OUT .= " TKTAuthTimeout $ManagerTimeout\n";
30     + $OUT .= " TKTAuthTimeoutRefresh 0.66 \n";
31     + $OUT .= " TKTAuthUnauthURL /server-common/cgi-bin/logout\n";
32     + $OUT .= " require user admin\n";
33     }
34     }
35     Satisfy all
36     @@ -36,12 +36,12 @@
37     if ($manager2 ne 'nologin')
38     {
39     $OUT = " AuthType Basic\n";
40     - $OUT = " TKTAuthLoginURL /server-common/cgi-bin/login\n";
41     + $OUT .= " TKTAuthLoginURL /server-common/cgi-bin/login\n";
42     my $ManagerTimeout = ${'httpd-admin'}{ManagerTimeout} || "30m";
43     - $OUT = " TKTAuthTimeout $ManagerTimeout\n";
44     - $OUT = " TKTAuthTimeoutRefresh 0.66 \n";
45     - $OUT = " TKTAuthUnauthURL /server-common/cgi-bin/logout\n";
46     - $OUT = " require user admin\n";
47     + $OUT .= " TKTAuthTimeout $ManagerTimeout\n";
48     + $OUT .= " TKTAuthTimeoutRefresh 0.66 \n";
49     + $OUT .= " TKTAuthUnauthURL /server-common/cgi-bin/logout\n";
50     + $OUT .= " require user admin\n";
51     }
52     }
53     Satisfy all

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