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
|
# File '../../src/include/samba-server/helps.rb', line 31
def initialize_samba_server_helps(include_target)
textdomain "samba-server"
@HELPS = {
"read" => _(
"<p><b><big>Initializing Samba Server Configuration</big></b><br>\nPlease wait...<br></p>\n"
) +
_(
"<p><b><big>Aborting Initialization</big></b><br>\nSafely abort the configuration utility by pressing <b>Abort</b> now.</p>\n"
),
"write" => _(
"<p><b><big>Saving Samba Server Configuration</big></b><br>\nPlease wait...<br></p>\n"
) +
_(
"<p><b><big>Aborting Saving</big></b><br>\n" +
"Abort the save procedure by pressing <b>Abort</b>.\n" +
"An additional dialog will inform you whether it is safe to do so.\n" +
"</p>\n"
),
"inst_step1" => _(
"<p><b><big>Workgroup or Domain Selection</big></b><br>\n" +
"Select existing name of workgroup or domain or type your own new name and click <b>Next</b>.\n" +
"</p>\n"
),
"inst_step2" => _(
"<p><b><big>Samba Server Type</big></b></p>\n" +
"<p>A domain controller allows Windows clients to log in to a Windows domain.</p>\n" +
"<p>The backup controller uses another domain controller for validation.\n" +
"The primary controller uses its own information about users and their passwords.</p>\n" +
"<p>The options available in the configuration dialogs depend on the settings in this selection.</p>"
),
"inst_step2_no_bdc" => _(
"<p><b><big>Samba Server Type</big></b></p>\n" +
"<p>A domain controller allows Windows clients to log in to a Windows domain.</p>\n" +
"<p>The options available in the configuration dialogs \n" +
"depend on the settings in this selection.</p>"
),
"smb_conf_tab_shares" => _(
"<p><b><big>Shares</big></b></p>"
) +
_(
"<p>This is a list of already configured shares, whether they \nare enabled or disabled, and some basic information about them.<br></p>"
) +
_(
"<p>A share can be enabled or disabled.\n" +
"A disabled share is not accessible, but its\n" +
"configuration is still written into the configuration file.\n" +
"So the share can be later enabled again.\n" +
"</p>"
) +
_(
"<p>Some of the shares are special. For example, the share\n" +
"Homes is a special system share for accessing home directories\n" +
"of users. The system shares can be hidden from the table\n" +
"by selecting <b>Do Not Show System Shares</b> in the <b>Filter</b>\n" +
"menu.</p>\n"
) +
_(
"<p>Use <b>Add</b> to add a new share, <b>Edit</b> to modify\n" +
"already existing share, and <b>Delete</b> to \n" +
"remove the information about a share.</p>\n"
),
"smb_conf_tab_identity" => _(
"<p><b><big>Identity</big></b><br>\n" +
"These options allow setup of the identity of the server and its\n" +
"primary role in the network.</p>\n"
),
"smb_conf_tab_base_settings" => _(
"<p>The base settings set up the domain and the\n" +
"server role. <b>Backup Domain Controller</b> and <b>Primary Domain Controller</b> allow Windows clients to log in to a Windows domain. The backup controller \n" +
"uses another domain controller for validation. The primary controller\n" +
"uses its own information about users and their passwords.\n" +
"If the server should not participate as a domain controller, choose the\n" +
"<b>Not a DC</b> value.</p>\n"
),
"smb_conf_tab_base_settings_no_bdc" => _(
"<p>The <b>Base Settings</b> set up the domain and the\n" +
"server role. <b>Primary Domain Controller</b> allows Windows clients\n" +
"to log in to a Windows domain. If the server should not participate\n" +
"as a domain controller, choose <b>Not a DC</b>.</p>\n"
),
"smb_conf_tab_wins_settings" => _(
"<p><b>WINS</b> is a network protocol for mapping low-level\n" +
"network identification of a host (for example, IP address) to\n" +
"a NetBIOS name. The Samba server can be a \n" +
"WINS server or can use another server for its\n" +
"queries. In the latter case, choose <b>Remote WINS Server</b>\n" +
"and enter the IP address of the WINS server.</p>\n"
),
"smb_conf_tab_netbios_name" => _(
"<p>Optionally, set a <b>Server NetBIOS Name</b>. The\nNetBIOS name is the name the server uses in the SMB network.</p>"
),
"smb_conf_tab_advanced_settings" => _(
"<p><b>Advanced Settings</b> provides access to \ndetailed configuration, user authentication sources, and expert global settings.</p>\n"
),
"smb_conf_tab_trusted_domains" => _(
"<p><b><big>Trusted Domains</big></b><br>\n" +
"NT-style trusted domains represent a possibility to assign\n" +
"access rights to users from another domain.\n" +
"Here, create a list of domains for which \n" +
"the Samba server should provide access.</p>\n"
) +
_(
"<p>To add a new domain into the list, press <b>Add</b>.\n" +
"Enter the name of the domain to trust\n" +
"and a password in the dialog that opens. The password is used by the Samba\n" +
"server to access the trusted domain. After <b>OK</b> is pressed,\n" +
"the trust relationship is established. To delete a domain,\n" +
"choose it in the list and press <b>Delete</b>.</p>\n"
) +
_(
"<p>For more details about how trusted domains work,\nsee the Samba HOWTO collection.</p>\n"
),
"share_edit" => _(
"<p><b><big>Edit a Share</big></b><br>\nHere, fine-tune the options of a share.</p>\n"
) +
_(
"<p>Use <b>Add</b> to add a new configuration option, <b>Edit</b> to modify\nan existing option, and <b>Delete</b> to delete an option.</p>\n"
),
"global_settings" => _(
"<p><b><big>Expert Global Settings Configuration</big></b><br>\nHere, fine-tune the global options of the server.</p>\n"
) +
_(
"<p>Use <b>Add</b> to add a new configuration option, <b>Edit</b> to modify\nalready existing option, and <b>Delete</b> to delete an option.</p>\n"
),
"Advanced" => _(
"<p><b><big>LDAP Samba Server Options</big></b><br>\n" +
"Here, set up details about use of LDAP by the Samba\n" +
"server.</p>\n"
) +
_(
"<p><b>Search Base DN</b> (distinguished name) is\n" +
"the base at which to start searching the information. <b>Administration DN</b> is used when\n" +
"creating new users and groups. If the administration DN requires\n" +
"a password for write access, set the password using\n" +
"<b>Set LDAP Administration Password</b>.</p>\n"
) +
_(
"<p><b>Note:</b> Settings are saved before the LDAP administration password is set.</p>\n"
),
"passdb_edit" => _(
"<p><b><big>User Authentication Information Backends</big></b><br>\n" +
"Choose where the Samba server should look for the authentication\n" +
"information. Samba does not support multiple backends at once anymore,\n" +
"only one is allowed.</p>\n"
) +
_(
"<p>If you want to change the user authentication source, remove the current one first\nby pressing <b>Delete</b> and add a new one with <b>Add</b>.</p>\n"
) +
_(
"<p><b>smbpasswd file</b> is the file using the same format as\n" +
"the previous versions of Samba. Its layout is similar to the\n" +
"passwd file. It is possible to have a multiple files in this \n" +
"format.</p>\n"
) +
_(
"<p><b>LDAP</b> is a URL of an LDAP server to check for\nthe information.</p>\n"
) +
_(
"<p><b>TDB database</b> uses an internal Samba database binary format\nto store and look up the information.</p>\n"
),
"add_share" => _(
"<p><b><big>Add a New Share</big></b><br>\nHere, enter the basic information about a share to add.</p>\n"
) +
_(
"<p><b>Share Name</b> is used for accessing\n" +
"the share from clients. <b>Share Description</b> describes the\n" +
"purpose of the share.</p>"
) +
_(
"<p>There are two types of shares. A <b>Printer</b> share\n" +
"is presented as a printer to clients. A <b>Directory</b> share \n" +
"is presented as a network disk. <b>Share Path</b> must be\n" +
"entered for a directory share.</p>\n"
) +
_(
"<p>If <b>Read-Only</b> is checked, users\n" +
"of a service may not create or modify files in the service's\n" +
"directory.</p>\n"
) +
_(
"<p><b>Inherit ACLS</b> can be used to ensure\n" +
"that if default ACLs exist on parent directories, they are always\n" +
"honored when creating a subdirectory.</p>\n"
) +
_("<p>With <b>Expose Snapshots</b> selected, Samba exposes snapshots created by Snapper for access and manipulation by CIFS/SMB clients.
This option is only available if Samba offers Snapper support, and the Share Path corresponds to a Btrfs backed Snapper configuration subvolume.</p>"),
"samba_ldap_setting_auth_widget" => _(
"<p><b><big>LDAP Settings</big></b><br>\n" +
"Here, determine the LDAP server to use for authentication.\n" +
"</p>\n" +
"<p>\n" +
"Setting <b>LDAP Password Back-End</b> allows storing user information in the LDAP tree specified by the URL. With <b>LDAP Idmap Back-End</b>, store SID/uid/gid mapping tables in LDAP.\n" +
"</p><p>\n" +
"In the Authentication section, set the credentials for the LDAP server, including full Administrator DN.\n" +
"</p>\n" +
"<b>Search Base DN</b> is the LDAP suffix appended to Samba-specific LDAP objects.\n" +
"</p><p>\n" +
"To test the connection to your LDAP server, click <b>Test Connection</b>. To set expert LDAP settings or use default values, click <b>Advanced Settings</b>.<p>"
),
"samba_ldap_setting_suffixes_widget" => _(
"<p><b>User Suffix</b> specifies where users are added to the LDAP tree. The value is pre-pended to the value of <b>Search Base DN</b>. Similarly, <b>Group Suffix</b> specifies the place for groups, <b>Machine Suffix</b> for machines and <b>Idmap Suffix</b> for idmap mappings.</p>"
),
"samba_ldap_settings_timeouts_widget" => _(
"<p><b>Replication Sleep</b> is the amount of milliseconds Samba will wait after writing to the LDAP server, so LDAP replicas can catch up.</p>\n<p><b>Time-Out</b> specifies the timeout for LDAP operations (in seconds).</p>"
),
"samba_ldap_settings_security_widget" => _(
"<p>Define whether to use SSL for LDAP connection with <b>Use SSL or TLS</b>.</p>"
),
"samba_ldap_settings_misc_widget" => _(
"<p><b>Delete DN</b> specifies if the delete operation deletes the complete LDAP entry or only the Samba-specific attributes.</p>\n<p>With <b>Synchronize Passwords</b>, define possible synchronization of the LDAP password with the NT and LM hashes. See the <tt>smb.conf</tt> manual page for details.</p>"
)
}
@warnings = {
"netbios" => _(
"If you change the NetBIOS Hostname, Samba creates a\n" +
"service identifier (SID) for your server with the first client\n" +
"connection. Because the new SID is not equal to the old one, clients can\n" +
"no longer authenticate as domain members.\n"
),
"/tmp" => _(
"Consider that /tmp and /var/tmp are publicly accessible\n" +
"directories and a scheduled clean job might remove files after a\n" +
"configured period. See MAX_DAYS_IN_TMP and TMP_DIRS_TO_CLEAR in\n" +
"/etc/sysconfig/cron.\n"
),
"/var" => _(
"Exporting /var might lead to security problems. The\ndirectory includes many secrets of your system.\n"
),
"/etc" => _(
"Exporting /etc might lead to security problems. The\ndirectory includes many secrets of your system.\n"
)
}
@root_warning = _(
"Exporting / might lead to security problems because it makes your\nentire file system browsable from Samba clients.\n"
)
@obsolete = _(
"<p><b>Advanced Settings</b> provides access to \n" +
"detailed configuration, such as LDAP settings, user authentication sources, and\n" +
"expert global settings.</p>\n"
)
end
|