/[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.1 - (hide annotations) (download)
Fri Jul 4 21:59:38 2008 UTC (15 years, 11 months ago) by snetram
Branch: MAIN
Adding more common <base> tags to e-smith-formmagick's general

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>

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