/[smeserver]/rpms/e-smith-base+ldap/sme7/e-smith-base+ldap-4.19.1-add2general.patch
ViewVC logotype

Annotation of /rpms/e-smith-base+ldap/sme7/e-smith-base+ldap-4.19.1-add2general.patch

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


Revision 1.2 - (hide annotations) (download)
Sat Jul 5 17:57:46 2008 UTC (15 years, 11 months ago) by snetram
Branch: MAIN
CVS Tags: e-smith-base+ldap-4_19_1-21_el4_sme, e-smith-base+ldap-4_19_1-30_el4_sme, e-smith-base+ldap-4_19_1-18_el4_sme, e-smith-base+ldap-4_19_1-28_el4_sme, e-smith-base+ldap-4_19_1-26_el4_sme, e-smith-base+ldap-4_19_1-19_el4_sme, e-smith-base+ldap-4_19_1-25_el4_sme, e-smith-base+ldap-4_19_1-20_el4_sme, e-smith-base+ldap-4_19_1-23_el4_sme, e-smith-base+ldap-4_19_1-17_el4_sme, e-smith-base+ldap-4_19_1-29_el4_sme, e-smith-base+ldap-4_19_1-24_el4_sme, e-smith-base+ldap-4_19_1-22_el4_sme
Changes since 1.1: +11 -0 lines
Adding more common <base> tags to e-smith-formmagick's general (fixing patches)

1 snetram 1.1 --- e-smith-base+ldap-4.19.1/root/etc/e-smith/web/functions/remoteaccess.add2general2 2008-07-04 23:13:37.000000000 +0200
2     +++ e-smith-base+ldap-4.19.1/root/etc/e-smith/web/functions/remoteaccess 2008-07-04 23:13:37.000000000 +0200
3     @@ -132,7 +132,7 @@
4    
5     <field type="select"
6     id="sshAccess"
7     - options=" 'off' => 'NO_ACCESS', 'private' => 'PRIVATE', 'public' => 'PUBLIC'"
8     + options=" 'off' => 'NO_ACCESS', 'private' => 'NETWORKS_ALLOW_LOCAL', 'public' => 'NETWORKS_ALLOW_PUBLIC'"
9     value="get_ssh_access()">
10     <label>LABEL_SSH</label>
11     <description>DESC_SSH</description>
12     --- e-smith-base+ldap-4.19.1/root/etc/e-smith/web/functions/directory.add2general2 2008-07-04 23:13:37.000000000 +0200
13     +++ e-smith-base+ldap-4.19.1/root/etc/e-smith/web/functions/directory 2008-07-04 23:13:37.000000000 +0200
14     @@ -106,7 +106,7 @@
15     type="select"
16     id="Access"
17     value="get_prop('ldap','access')"
18     - options="'private' => 'PRIVATE', 'public' => 'PUBLIC'">
19     + options="'private' => 'NETWORKS_ALLOW_LOCAL', 'public' => 'NETWORKS_ALLOW_PUBLIC'">
20     <label>DIRECTORY_ACCESS</label>
21     <description>DESC_DIRECTORY_ACCESS</description>
22     </field>
23     --- e-smith-base+ldap-4.19.1/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/directory.add2general3 2008-07-04 23:22:42.000000000 +0200
24     +++ e-smith-base+ldap-4.19.1/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/directory 2008-07-04 23:23:18.000000000 +0200
25     @@ -3,14 +3,6 @@
26     <base>FORM_TITLE</base>
27     <trans>Change LDAP directory settings</trans>
28     </entry>
29     - <entry>
30     - <base>PUBLIC</base>
31     - <trans>Allow public access (entire Internet)</trans>
32     - </entry>
33     - <entry>
34     - <base>PRIVATE</base>
35     - <trans>Allow access only from local networks</trans>
36     - </entry>
37     <entry>
38     <base>LABEL_ROOT</base>
39     <trans>Server root</trans>
40 snetram 1.2 --- e-smith-base+ldap-4.19.1/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/directory.pm.add2general4 2008-07-05 18:29:50.000000000 +0200
41     +++ e-smith-base+ldap-4.19.1/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/directory.pm 2008-07-05 18:29:50.000000000 +0200
42     @@ -194,7 +194,7 @@
43     #------------------------------------------------------------
44    
45     system ("/sbin/e-smith/signal-event ldap-update") == 0
46     - or return $fm->error('ERROR_UPDATING');
47     + or return $fm->error('ERROR_UPDATING_CONFIGURATION');
48    
49     return $fm->success('SUCCESS');
50     }

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