Home directory for Malawi's wwwroot
Duncan Ewan
2021-02-19 3e758c29e0fde36fc088efcfc88f9a3014432b64
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
<cfprocessingdirective suppresswhitespace="yes" pageencoding="ISO-8859-1">
 
<cfsilent>
 
<!--
 
L10N Resource File
 
Section: Security
 
Locale: English (en)
 
Find the requested resource by id
 
-->
 
</cfsilent>
 
<cfswitch expression="#ATTRIBUTES.id#">
 
<cfcase value="statmess">Server has been updated successfully</cfcase>
 
<cfcase value="click_normal">Click the button on the right to update</cfcase>
 
<cfcase value="alert">ALERT!</cfcase>
 
<cfcase value="important_notice">Important notice about last submission</cfcase>
 
<cfcase value="click_return">Click arrow on left to return without submitting changes</cfcase>
 
<cfcase value="submit_changes">Submit Changes</cfcase>
 
<cfcase value="ip_pagename">Debugging IP Address</cfcase>
 
<cfcase value="pageHeader_allowipaddress">Security &gt; Allowed IP Addresses</cfcase>
 
<cfcase value="ip_welcometext">
Specify client IP addresses that should be allowed to invoke exposed services.
This can be individual IP addresses, IP address ranges of the form 10-30, or * wild cards.
Both IPv4 and IPv6 addresses are supported.
To include an IP address in the list, enter the address and click Add.
To delete an IP address from the list, select the address and click Remove Selected.
When no IP addresses are selected, no user can invoke exposed services
</cfcase>
 
<cfcase value="selectIP">Allowed IP Addresses for Exposed Services</cfcase>
 
<cfcase value="ip_address">IP Address</cfcase>
 
<cfcase value="add_button">Add</cfcase>
 
<cfcase value="viewdeleteIP">View / Remove Selected IP Addresses for Exposed Services</cfcase>
 
<cfcase value="remove_button">Remove Selected</cfcase>
 
<cfcase value="ip_admin_welcometext">
Specify the client IP addresses that can access Administrator. This can be individual IP addresses, IP address ranges of the 
form 10-30, or * wild cards. Both IPv4 and IPv6 addresses are supported. To include an IP address in the list, enter the 
address and click Add. To delete an IP address from the list, select the address and click Remove Selected. When no IP 
addresses are selected, all users are allowed access.
</cfcase>
 
<cfcase value="admin_allowedips">Allowed IP Addresses for ColdFusion Administrator access</cfcase>
 
<cfcase value="admin_allow_ip_address">IP Address</cfcase>
 
<cfcase value="admin_allow_ip_add_button">Add</cfcase>
 
<cfcase value="viewremoveipnew">View / Remove Selected IP Addresses for accessing admin</cfcase>
 
<cfcase value="err_seedLength">Seed must be minimum 8 characters</cfcase>
 
<cfcase value="adminpasswordpagename">ColdFusion Administrator password</cfcase>
 
<cfcase value="pageHeader_adminpassword">
Security &gt; Administrator</cfcase>
 
<cfcase value="cfadmin_password">ColdFusion Administration Authentication</cfcase>
 
<cfcase value="cfadmin_password_explanation">
You should restrict access to the ColdFusion Administrator to trusted
users. By default the ColdFusion Administrator requires authentication to access
these pages. However, if you configure your web server to restrict access to
these pages, you can disable this authentication and
rely on your web server's security instead. (Consult your web server
documentation for details on securing pages.)
</cfcase>
 
<cfcase value="cfadmin_username_explanation">
Select the type of Administrator authentication:
</cfcase>
 
<cfcase value="cfadmin_singlepassword">Use a single password only (default)</cfcase>
 
<cfcase value="cfadmin_usernames">Separate user name and password authentication (allows multiple users)</cfcase>
 
<cfcase value="cfadmin_securitydisabled">No authentication needed (not recommended)</cfcase>
 
<cfcase value="cfadmin_changePassword">
To change the ColdFusion Administrator password for the root administrative user,
enter old password, new password and then confirm
</cfcase>
 
<cfcase value="cfadmin_oldpassword">Old Password</cfcase>
 
<cfcase value="cfadmin_Newpassword">New Password</cfcase>
 
<cfcase value="cfadmin_NewpasswordConfirm">Confirm Password</cfcase>
 
<cfcase value="cfadmin_passwordlength">(50-character limit.)</cfcase>
 
<cfcase value="seedHeader">Password Seed</cfcase>
 
<cfcase value="cfadmin_changeSeed">
To specify a new seed value to encrypt data source passwords
</cfcase>
 
<cfcase value="newSeed">New Seed</cfcase>
 
<cfcase value="cfadmin_seedlength">(8-character minimum and 500-character limit.)</cfcase>
 
<cfcase value="RDSpagename">RDS Password</cfcase>
 
<cfcase value="pageHeader_rdspassword">
 
<div id="rdspassworderrorpanel" name="rdspassworderrorpanel"></div>
Security &gt; RDS</cfcase>
 
<cfcase value="disableRDSLabel"><b>Enable RDS Service</b></cfcase>
 
<cfcase value="enableRDS_desc">
The ColdFusion RDS service allows you to connect to this server using the RDS password you define below.
This is intended for development use only. If this is a production machine, leave this option unchecked.
</cfcase>
 
<cfcase value="cfrds_password">RDS authentication</cfcase>
 
<cfcase value="rds_password_explanation">
You should restrict access to RDS to trusted
users. By default RDS requires authentication. However, you may disable this authentication and
rely on your web server's security instead.
</cfcase>
 
<cfcase value="cfrds_username_explanation">
Select the type of RDS authentication:
</cfcase>
 
<cfcase value="cfrds_singlepassword">Use a single password only (default)</cfcase>
 
<cfcase value="cfrds_usernames">Separate user name and password authentication (allows multiple users)</cfcase>
 
<cfcase value="cfrds_securitydisabled">No authentication needed (not recommended)</cfcase>
 
<cfcase value="rds_pass">RDS Single Password</cfcase>
 
<cfcase value="rds_superpassword_explanation">
To change the single RDS password, enter old password, new password and then confirm
</cfcase>
 
<cfcase value="rds_superpassword_explanation2">
To change the single RDS password, enter new password and then confirm
</cfcase>
 
<cfcase value="rdsN_oldpassword">Old Password</cfcase>
 
<cfcase value="rdsNewpassword">New Password</cfcase>
 
<cfcase value="rdsN_NewpasswordConfirm">Confirm Password</cfcase>
 
<cfcase value="pagename1">Sandbox Security Permissions</cfcase>
 
<cfcase value="delete_sandbox_confirmation">
Are you sure you want to delete this security sandbox?
</cfcase>
 
<cfcase value="pagename2">Security Settings</cfcase>
 
<cfcase value="pageHeader_sandbox">Security &gt; Sandbox Security</cfcase>
 
<cfcase value="enable_switch_security">Enable ColdFusion Sandbox Security</cfcase>
 
<cfcase value="welcome">
ColdFusion's sandbox security uses the location of your ColdFusion pages to control access to ColdFusion resources. A sandbox is a designated area (files or directories) of your site to which you apply security restrictions. By default, a subdirectory (or child directory) inherits the sandbox settings of the directory one level above it (the parent directory). If you define sandbox settings for a subdirectory, you override the sandbox settings inherited from the parent directory.
<br />
<br />
<b>Note:</b> You can configure these settings prior to enabling them on the server. Also, you must restart the ColdFusion application server to enable this setting.
</cfcase>
 
<cfcase value="j2ee_enableSBS">
To use sandbox security in the multiserver and J2EE editions, the application server must be running a security manager (java.lang.SecurityManager) and you must define the JVM arguments, as describe in the Configuring and Administering ColdFusion manual and in the ColdFusion Administrator online Help.
</cfcase>
 
<cfcase value="jrun_turn_off_security">
To disable Sandbox Security, see the JRun section of the <a href="http://www.adobe.com/go/prod_releasenotes" target="Adobe website">release notes</a>.
</cfcase>
 
<cfcase value="jrun_turn_on_security">
To enable Sandbox Security, see the JRun section of the <a href="http://www.adobe.com/go/prod_releasenotes" target="Adobe website">release notes</a>.
</cfcase>
 
<cfcase value="sunone_turn_off_security">
To diable Sandbox Security, see the Sun ONE section of the <a href="http://www.adobe.com/go/prod_releasenotes" target="Adobe website">release notes</a>.
</cfcase>
 
<cfcase value="sunone_turn_on_security">
To enable Sandbox Security, see the Sun ONE section of the <a href="http://www.adobe.com/go/prod_releasenotes" target="Adobe website">release notes</a>.
</cfcase>
 
<cfcase value="oracle_turn_off_security">
To disable Sandbox Security, see the Oracle section of the <a href="http://www.adobe.com/go/prod_releasenotes" target="Adobe website">release notes</a>.
</cfcase>
 
<cfcase value="oracle_turn_on_security">
To enable Sandbox Security, see the Oracle section of the <a href="http://www.adobe.com/go/prod_releasenotes" target="Adobe website">release notes</a>.
</cfcase>
 
<cfcase value="weblogic_turn_off_security">
To disable Sandbox Security, see the BEA WebLogic section of the <a href="http://www.adobe.com/go/prod_releasenotes" target="Adobe website">release notes</a>.
</cfcase>
 
<cfcase value="weblogic_turn_on_security">
To enable Sandbox Security, see the BEA WebLogic section of the <a href="http://www.adobe.com/go/prod_releasenotes" target="Adobe website">release notes</a>.
</cfcase>
 
<cfcase value="l10n_addsandbox">Add Security Sandbox</cfcase>
 
<cfcase value="browse_button">Browse Server</cfcase>
 
<cfcase value="new_sandbox">New sandbox, or pick one to copy from</cfcase>
 
<cfcase value="defined_dirs">Defined Directory Permissions</cfcase>
 
<cfcase value="actions">Actions</cfcase>
 
<cfcase value="dirpat">Directory</cfcase>
 
<cfcase value="rootsecuritycntx">Root Security Context</cfcase>
 
<cfcase value="edit">Edit</cfcase>
 
<cfcase value="delete">Delete</cfcase>
 
<cfcase value="cfide_dir">( ColdFusion CFIDE system directory )</cfcase>
 
<cfcase value="webinf_dir">( ColdFusion WEB-INF system directory )</cfcase>
 
<cfcase value="no_dir_perm">No directory permissions exist.</cfcase>
 
<cfcase value="sandbox_apply">For these changes to take effect, you must restart ColdFusion.</cfcase>
 
<cfcase value="password_very_weak">Very Weak</cfcase>
 
<cfcase value="password_weak">Weak</cfcase>
 
<cfcase value="password_medium">Medium</cfcase>
 
<cfcase value="password_strong">Strong</cfcase>
 
<cfcase value="password_very_strong">Very Strong</cfcase>
 
<cfcase value="password_unsafe">Unsafe Password</cfcase>
 
<cfcase value="password_too_short">Too Short</cfcase>
 
<cfcase value="pagename_resourcesecurity">Resource Security</cfcase>
 
<cfcase value="pagename_securityPermissions">Security Permissions</cfcase>
 
<cfcase value="enable_switch_sandbox">Enable ColdFusion Sandbox Security</cfcase>
 
<cfcase value="welcome_1">
Security Settings let users enable and disable access to ColdFusion tags, functions, and enterprise resources like data sources. <br />
<b>Note:</b> You must restart ColdFusion to enable this setting.
</cfcase>
 
<cfcase value="directory">Directory</cfcase>
 
<cfcase value="default">default</cfcase>
 
<cfcase value="webapp">Web Application</cfcase>
 
<cfcase value="subtitle1">RDS and Administrator Access</cfcase>
 
<cfcase value="subtitle2">Sandboxes</cfcase>
 
<cfcase value="subtitle3">Exposed Services</cfcase>
 
<cfcase value="userManagerPagename">User Manager</cfcase>
 
<cfcase value="username">User name:</cfcase>
 
<cfcase value="Password">Password:</cfcase>
 
<cfcase value="ConfirmPassword">Confirm Password:</cfcase>
 
<cfcase value="DescriptionLabel">Description:</cfcase>
 
<cfcase value="AllowRDSAccessLabel">Allow RDS Access</cfcase>
 
<cfcase value="AllowAdminAccessLabel">Allow Administrative Access</cfcase>
 
<cfcase value="APIAccessOnlyLabel">API Access Only</cfcase>
 
<cfcase value="AdminConsoleAndAPILabel">Administrator Console & API Access</cfcase>
 
<cfcase value="AllowedRolesLabel">Allowed Roles:</cfcase>
 
<cfcase value="ProhibitedRolesLabel">Prohibited Roles:</cfcase>
 
<cfcase value="AllowedServicesLabel">Allowed Services:</cfcase>
 
<cfcase value="ProhibitedServicesLabel">Prohibited Services:</cfcase>
 
<cfcase value="AllowedDataSourcesLabel">Allowed Data sources:</cfcase>
 
<cfcase value="ProhibitedDataSourcesLabel">Prohibited Data sources:</cfcase>
 
<cfcase value="UserDataSourcePermission">Data Source Permissions</cfcase>
 
<cfcase value="AddEditUserFileDir">Add / Edit Secured Files and Directories</cfcase>
 
<cfcase value="addUserBtn">Add User</cfcase>
 
<cfcase value="editUserBtn">Update User</cfcase>
 
<cfcase value="cancelEditBtn">Cancel Edit</cfcase>
 
<cfcase value="cancelAdd">Cancel</cfcase>
 
<cfcase value="addUser">Authentication (Add Mode)</cfcase>
 
<cfcase value="editUser">Authentication (Edit Mode)</cfcase>
 
<cfcase value="GridHeaderAction">Action</cfcase>
 
<cfcase value="GridHeaderUser">User</cfcase>
 
<cfcase value="GridHeaderSandBoxes">Sandboxes</cfcase>
 
<cfcase value="GridHeaderRoles">Roles</cfcase>
 
<cfcase value="GridHeaderAccess">Access</cfcase>
 
<cfcase value="CFAdminAccessLabel">CF Admin</cfcase>
 
<cfcase value="RDSAccessLabel">RDS</cfcase>
 
<cfcase value="AdminAPIAccessLabel">Admin API</cfcase>
 
<cfcase value="err_usernameAlreadyExists">Unable to create user: this user name already exists.</cfcase>
 
<cfcase value="err_cantcreateroot">Unable to create user: You are attempting to create a user with the same ID as the root user.</cfcase>
 
<cfcase value="err_userDoesntExist">The selected user doesn't exist</cfcase>
 
<cfcase value="pageHeader_usermanager">Security &gt; User Manager</cfcase>
 
<cfcase value="deleteConfirmation">Are you sure you want to delete this user?</cfcase>
 
<cfcase value="err_passwordlength">Password should be greater than or equal to 5 characters</cfcase>
 
<cfcase value="err_usernamelength">User name should be between 5 and 20 characters</cfcase>
 
<cfcase value="err_usernamenonchars">User name can contain only alphanumeric characters</cfcase>
 
<cfcase value="err_passwordmismatch">Password and Confirm Password do not match</cfcase>
 
<cfcase value="charHelpString">(Minimum 5 characters)</cfcase>
 
<cfcase value="username_empty">User name cannot be empty</cfcase>
 
<cfcase value="password_empty">Password cannot be empty</cfcase>
 
<cfcase value="allDatasourcesLabel">&lt;&lt;ALL DATASOURCES&gt;&gt;</cfcase>
 
<cfcase value="read">Read</cfcase>
 
<cfcase value="write">Write</cfcase>
 
<cfcase value="execute">Execute</cfcase>
 
<cfcase value="step_ds_1">
To select more than one data source, hold down the Control key and click the name of the data source.
This user cannot use data sources listed in the Disabled Data Sources box. <br />
<br />
<b>Note:</b> The ALL DATASOURCES option includes all data sources not otherwise specified as enabled or disabled
as well as all future data sources created in the Data Sources section of the ColdFusion administrator.</cfcase>
 
<cfcase value="step_files1">
&nbsp;&nbsp;Enter files that you would like to <b>grant</b> access for templates operations under this directory.<br><br>
</cfcase>
 
<cfcase value="logical_filepath_folder">File / Folder Path:</cfcase>
 
<cfcase value="button_browse_user">Browse Server</cfcase>
 
<cfcase value="permissions">Permissions</cfcase>
 
<cfcase value="addFile_folder">Add Files / Folders</cfcase>
 
<cfcase value="editFile_folder">Edit Files / Folders</cfcase>
 
<cfcase value="file_active">Secured Files and Directories</cfcase>
 
<cfcase value="File">File Path</cfcase>
 
<cfcase value="map_nomappings">No mappings are active.</cfcase>
 
<cfcase value="step_files_tip1">
A file permission consists of a pathname and a set of actions valid 
for that pathname. A pathname is the pathname of the file or 
directory granted the specified actions. A pathname that ends in "/*" 
indicates all the files and directories contained in that directory. 
A pathname that ends with "/-" indicates (recursively) all files and 
subdirectories contained in that directory. A pathname consisting of the 
special token &quot;&lt;&lt;ALL FILES&gt;&gt;&quot; matches any file.<br><br>
</cfcase>
 
<cfcase value="usermngrpagename1">User Manager</cfcase>
 
<cfcase value="GridHeaderDescription">Description</cfcase>
 
<cfcase value="AdminAccessLabel">Administrative Access</cfcase>
 
<cfcase value="CFAdminAPIAccessLabel">API Only</cfcase>
 
<cfcase value="CFAdminConsoleAPIAccessLabel">Console & API</cfcase>
 
<cfcase value="pagedesc1">Add and manage users.  Users can be granted access to roles and sandboxes.</cfcase>
 
<cfcase value="YesLabel">Yes</cfcase>
 
<cfcase value="NoLabel">No</cfcase>
 
<cfcase value="add_new_user">Add New User</cfcase>
 
<cfcase value="button_add"> Add User</cfcase>
 
<cfcase value="connected">Defined Users</cfcase>
 
<cfcase value="adminuserpasswordpagename">ColdFusion Administrative User password</cfcase>
 
<cfcase value="pageHeader_adminuserpassword">
Security &gt; Change Password</cfcase>
 
<cfcase value="adminuser_password_explanation">
To change ColdFusion user password, enter a new password and confirm it below:
</cfcase>
 
<cfcase value="cfadminuser_newpassword">New Password</cfcase>
 
<cfcase value="cfadminuser_newpasswordConfirm">Confirm Password</cfcase>
 
<cfcase value="l10n_secdsource">Data Sources</cfcase>
 
<cfcase value="l10n_cftags">CF Tags</cfcase>
 
<cfcase value="l10n_cffunctions">CF Functions</cfcase>
 
<cfcase value="l10n_cfilesdir">Files/Dirs</cfcase>
 
<cfcase value="ipports">Server/Ports</cfcase>
 
<cfcase value="Others">Others</cfcase>
 
<cfcase value="cffunctionPermissions">CF Function Permissions:</cfcase>
 
<cfcase value="l10n_enfunc">Enabled Functions</cfcase>
 
<cfcase value="l10n_disfunc">Disabled Functions</cfcase>
 
<cfcase value="finish">Finish</cfcase>
 
<cfcase value="step_functions">
Select ColdFusion functions that you want to disable.
ColdFusion pages in this sandbox cannot use functions that are listed in the Disabled Functions box.
</cfcase>
 
<cfcase value="cftagpermissions">CF Tag Permissions:</cfcase>
 
<cfcase value="l10nentags">Enabled Tags</cfcase>
 
<cfcase value="l10n_distags">Disabled Tags</cfcase>
 
<cfcase value="step_tags">
Select the ColdFusion tags that you want to disable.
ColdFusion pages in this sandbox cannot use tags that are listed in the Disabled Tags box.
</cfcase>
 
<cfcase value="allDatasources">
&lt;&lt;ALL DATASOURCES&gt;&gt;
</cfcase>
 
<cfcase value="datasourcepermissions">Data Source Permissions:</cfcase>
 
<cfcase value="l10n_endata">Enabled Data sources</cfcase>
 
<cfcase value="l10n_disdata">Disabled Data sources</cfcase>
 
<cfcase value="step_ds">
Select the data sources that can be used by ColdFusion pages in this directory.
To select more than one data source, hold down the Control key and click the name of the data source.
ColdFusion pages in the directory cannot use data sources listed in the Disabled Data Sources box. <br />
<br />
<b>Please note:</b> The ALL DATASOURCES option includes all data sources not otherwise specified as enabled or disabled
as well as all future data sources created in the Data Sources section of the ColdFusion administrator.</cfcase>
 
<cfcase value="addEditSecuredFileDir">Add / Edit Secured Files and Directories:</cfcase>
 
<cfcase value="logical_filepath">File Path</cfcase>
 
<cfcase value="button_browse">Browse Server</cfcase>
 
<cfcase value="addFile">Add Files / Paths</cfcase>
 
<cfcase value="editFile">Edit Files / Paths</cfcase>
 
<cfcase value="delete_filepath_confirmation">
Are you sure that you want to delete the File Path?
</cfcase>
 
<cfcase value="step_files">
Enter files that you would like to <b>grant</b> access for 
templates operations under this directory.
</cfcase>
 
<cfcase value="step_files_tip">
A file permission consists of a pathname and a set of actions valid 
for that pathname. A pathname is the pathname of the file or 
directory granted the specified actions. A pathname that ends in "/*" 
indicates all the files and directories contained in that directory. 
A pathname that ends with "/-" indicates (recursively) all files and 
subdirectories contained in that directory. A pathname consisting of the 
special token &quot;&lt;&lt;ALL FILES&gt;&gt;&quot; matches any file.
</cfcase>
 
<cfcase value="serverIPPortPermissions">Server/IP and Port Permissions:</cfcase>
 
<cfcase value="delete_server_confirmation">
Are you sure you want to delete this server?
</cfcase>
 
<cfcase value="ip">Server/IP Address</cfcase>
 
<cfcase value="l10n_secip_sport">Single port</cfcase>
 
<cfcase value="l10n_secip_portheigh">This port and higher</cfcase>
 
<cfcase value="l10n_secip_portlow">This port and lower</cfcase>
 
<cfcase value="l10n_secip_portrange">Port range (xxxx-xxxx)</cfcase>
 
<cfcase value="addip">Add IP Address</cfcase>
 
<cfcase value="editip">Edit IP Address</cfcase>
 
<cfcase value="enabled_ipport">Enabled IP/Ports</cfcase>
 
<cfcase value="ipport">IP:Port</cfcase>
 
<cfcase value="no_ipports">All ip:ports are open. There are currently no restrictions.</cfcase>
 
<cfcase value="ip_port_explanation1">
These settings restrict the IP addresses and ports that ColdFusion can access with the tags that call third-party resources;
for example, the cfmail, cfpop, cfldap, and cfhttp tags.
</cfcase>
 
<cfcase value="allRuntimePermissions">
&lt;&lt;ALL RuntimePermissions&gt;&gt;
</cfcase>
 
<cfcase value="otherspermissions">Other Permissions:</cfcase>
 
<cfcase value="l10n_endata_runtime">Enabled Runtime Permissions</cfcase>
 
<cfcase value="l10n_disdata_runtime">Disabled Runtime Permissions</cfcase>
 
<cfcase value="step_ds_runtime">
To disable the Runtime Permissions for a ColdFusion page in this directory, select the Runtime Permission from the Enable Runtime Permissions box and move it to the Disabled Runtime Permissions box.
To disable more than one Runtime Permissions for a ColdFusion page, hold down the Control key and click the name of the Runtime Permissions. ColdFusion pages in the directory cannot use Runtime Permissions that are listed in the Disabled Runtime Permissions box.
 <br />
<br />
<b>Please note:</b> By default, all Runtime Permissions are enabled. However, you can choose to enable or disable the permissions listed in the Enabled Runtime Permissions box. </cfcase>
 
<cfcase value="cfadmin_login">ColdFusion Administrator Login</cfcase>
 
<cfcase value="coldfusionVer">ColdFusion</cfcase>
 
<cfcase value="required_userid">User Name Required</cfcase>
 
<cfcase value="label_userid">User name</cfcase>
 
<cfcase value="required_password">Password Required</cfcase>
 
<cfcase value="label_password">Password</cfcase>
 
<cfcase value="null_user_id">User name required. Please try again.</cfcase>
 
<cfcase value="invalid_userid_or_password">Invalid User name or Password. Please try again.</cfcase>
 
<cfcase value="invalid_password">Invalid Password. Please try again.</cfcase>
 
<cfcase value="password_button">Login</cfcase>
 
<cfcase value="copyright_cont1">&copy; 1997-2012 Adobe Systems Incorporated and its licensors. All Rights Reserved. Adobe, the Adobe logo, and ColdFusion are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States and/or other countries.</cfcase>
 
<cfcase value="cfcbrowser_login">Component Browser Login</cfcase>
 
<cfcase value="componentbrowser">Component Browser</cfcase>
 
<cfcase value="enterrdsoradminpasswordlogin">Enter your RDS or Admin password below</cfcase>
 
<cfcase value="ip_error_invalid1"><cfoutput>
The IP you attempted to add (#EncodeForHTML(FORM.IPtoBeAdded)#) is not valid.
IPs are four sets of numbers from 0 to 255 separated by periods (e.g., 127.0.0.1) in IPv4 addressing format
or eight sets of hexadecimal numbers from 0 to FFFF seperated by colon (e.g., 0:0:0:0:0:0:0:1) in IPv6 addressing format.
</cfoutput></cfcase>
 
<cfcase value="ip_error_add1"><cfoutput>
The IP you attempted to add (#EncodeForHTML(FORM.IPtoBeAdded)#) is not valid.
IPs are four sets of numbers from 0 to 255 separated by periods (e.g., 127.0.0.1) in IPv4 addressing format
or eight sets of hexadecimal numbers from 0 to FFFF seperated by colon (e.g., 0:0:0:0:0:0:0:1) in IPv6 addressing format. <br />
#EncodeForHTML(CALLER.CFCATCH.Message)# <br />
#EncodeForHTML(CALLER.CFCATCH.Detail)#
</cfoutput></cfcase>
 
<cfcase value="ip_error_invalid"><cfoutput>
The IP you attempted to add (#EncodeForHTML(FORM.admin_IPtoBeAdded)#) for admin access block is not valid.
IPs are four sets of numbers from 0 to 255 separated by periods (e.g., 127.0.0.1) in IPv4 addressing format
or eight sets of hexadecimal numbers from 0 to FFFF seperated by colon (e.g., 0:0:0:0:0:0:0:1) in IPv6 addressing format.
</cfoutput></cfcase>
 
<cfcase value="ip_error_add"><cfoutput>
The IP you attempted to add (#EncodeForHTML(FORM.admin_IPtoBeAdded)#) is not valid.
IPs are four sets of numbers from 0 to 255 separated by periods (e.g., 127.0.0.1) in IPv4 addressing format
or eight sets of hexadecimal numbers from 0 to FFFF seperated by colon (e.g., 0:0:0:0:0:0:0:1) in IPv6 addressing format. <br />
#EncodeForHTML(CALLER.CFCATCH.Message)# <br />
#EncodeForHTML(CALLER.CFCATCH.Detail)#
</cfoutput></cfcase>
 
<cfcase value="ip_error_remove"><cfoutput>
An error occurred attempting to remove the requested IP(s).
from the Debugging Service.<br />
#EncodeForHTML(CALLER.CFCATCH.Message)# <br />
#EncodeForHTML(CALLER.CFCATCH.Detail)#
</cfoutput></cfcase>
 
<cfcase value="ip_error_get"><cfoutput>
An error occurred attempting to retrieve a list of restricted IP addresses
from the Debugging Service.<br />
#EncodeForHTML(CALLER.CFCATCH.Message)#<br />
#EncodeForHTML(CALLER.CFCATCH.Detail)#
</cfoutput></cfcase>
 
<cfcase value="password_oldpassword_error">Old password is incorrect</cfcase>
 
<cfcase value="password_confirm_error">Your password could not be changed because the new and confirmation passwords did not match.</cfcase>
 
<cfcase value="password_oldpassword_error1">Password could not be changed as the old password is incorrect.</cfcase>
 
<cfcase value="password_empty_error">Password can not be blank.</cfcase>
 
<cfcase value="error_set_seed"><cfoutput>
There was an error while updating passwords with new seed.<br />
Please check logs for more details.</br>
#EncodeForHTML(CALLER.CFCATCH.Message)#<br />
#EncodeForHTML(CALLER.CFCATCH.Detail)#
</cfoutput></cfcase>
 
<cfcase value="error_toggle"><cfoutput>
Unable to set Administrator authentication switch.<br />
#EncodeForHTML(CALLER.CFCATCH.Message)#<br />
#EncodeForHTML(CALLER.CFCATCH.Detail)#
</cfoutput></cfcase>
 
<cfcase value="error_toggle_singleadminpassword"><cfoutput>
Unable to set Administrator authentication type.<br />
#EncodeForHTML(CALLER.CFCATCH.Message)#<br />
#EncodeForHTML(CALLER.CFCATCH.Detail)#
</cfoutput></cfcase>
 
<cfcase value="errorheader">Root Administrator Password</cfcase>
 
<cfcase value="password_confirm_error1">Password could not be changed as the new and confirmation passwords do not match.</cfcase>
 
<cfcase value="password_empty_error_rds">Password can not be empty.</cfcase>
 
<cfcase value="password_oldpassword_error1_short">Old password is incorrect.</cfcase>
 
<cfcase value="error_toggle_setAdminPassword"><cfoutput>
Unable to set admin password.<br />
#EncodeForHTML(CALLER.CFCATCH.Message)#<br />
#EncodeForHTML(CALLER.CFCATCH.Detail)#
</cfoutput></cfcase>
 
<cfcase value="error_invalidDirectory">
Invalid Directory, please check your directory and try again.<br />
</cfcase>
 
<cfcase value="error_virtualDirectory">
Virtual File System directories are not allowed to be sandboxed.<br />
</cfcase>
 
<cfcase value="map_error_update"><cfoutput>
Unable to apply security updates:<br />
#EncodeForHTML(CALLER.CFCATCH.Message)#<br />
#EncodeForHTML(CALLER.CFCATCH.Detail)#
</cfoutput></cfcase>
 
<cfcase value="error_toggle_sec"><cfoutput>
Unable to toggle security.<br />
#EncodeForHTML(CALLER.CFCATCH.Message)#<br />
#EncodeForHTML(CALLER.CFCATCH.Detail)#
</cfoutput></cfcase>
 
<cfcase value="error_toggle_sec1"><cfoutput>
Unable to toggle security.<br />
#EncodeForHTML(CALLER.CFCATCH.Message)#<br />
#EncodeForHTML(CALLER.CFCATCH.Detail)#
</cfoutput></cfcase>
 
<cfcase value="adminAuth_error">Administrative Authentication is currently only enabled for the admin user.  To enable access to the Console or Admin API by other users, go to Security > Administrator to enable Separate User name and Password Authentication</cfcase>
 
<cfcase value="rdsAuth_error">RDS Authentication is currently only enabled for the admin user.  To enable access to RDS by other users, go to Security > RDS to enable Separate User name and Password Authentication</cfcase>
 
<cfcase value="username_error">
Please enter a user name.
</cfcase>
 
<cfcase value="password_blank_error">Your password could not be changed because the new and confirmation passwords are blank.</cfcase>
 
<cfcase value="map_error_add_ds"><cfoutput>
Unable to add selected data source:<br />
#EncodeForHTML(CALLER.CFCATCH.Message)#<br />
#EncodeForHTML(CALLER.CFCATCH.Detail)#
</cfoutput></cfcase>
 
<cfcase value="map_error_remove_ds"><cfoutput>
Unable to remove selected data sources:<br />
#EncodeForHTML(CALLER.CFCATCH.Message)#<br />
#EncodeForHTML(CALLER.CFCATCH.Detail)#
</cfoutput></cfcase>
 
<cfcase value="error_InvalidFilePermissions">
Invalid path or path without permisions error.<br />
Please make sure the file or directory exists and some level of permision is enabled.
This update could not be completed.
</cfcase>
 
<cfcase value="map_error_badip">
Bad IP/Port format, please try another format.
</cfcase>
 
<cfcase value="map_error_update_ds"><cfoutput>
Unable to add selected data source:<br />
#EncodeForHTML(CALLER.CFCATCH.Message)#<br />
#EncodeForHTML(CALLER.CFCATCH.Detail)#
</cfoutput></cfcase>
 
 
<cfdefaultcase><cfset bSuccess="false"/></cfdefaultcase>
 
</cfswitch>
 
</cfprocessingdirective>