]> arthur.barton.de Git - netatalk.git/blob - man/man5/AppleVolumes.default.5.tmpl
2e8e9bc90385b70f86b9fc4f26d08a33dd72e7fb
[netatalk.git] / man / man5 / AppleVolumes.default.5.tmpl
1 '\" t
2 .\"     Title: AppleVolumes.default
3 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4 .\" Generator: DocBook XSL Stylesheets v1.74.3 <http://docbook.sf.net/>
5 .\"      Date: 23 Dec 2009
6 .\"    Manual: Netatalk 2.1beta2
7 .\"    Source: Netatalk 2.1beta2
8 .\"  Language: English
9 .\"
10 .TH "APPLEVOLUMES\&.DEFAU" "5" "23 Dec 2009" "Netatalk 2.1beta2" "Netatalk 2.1beta2"
11 .\" -----------------------------------------------------------------
12 .\" * set default formatting
13 .\" -----------------------------------------------------------------
14 .\" disable hyphenation
15 .nh
16 .\" disable justification (adjust text to left margin only)
17 .ad l
18 .\" -----------------------------------------------------------------
19 .\" * MAIN CONTENT STARTS HERE *
20 .\" -----------------------------------------------------------------
21 .SH "NAME"
22 AppleVolumes.default \- Configuration file used by \fBafpd\fR(8) to determine the shares made available through Appletalk
23 .SH "DESCRIPTION"
24 .PP
25 :ETCDIR:/AppleVolumes\&.default
26 is the configuration file used by
27 \fBafpd\fR
28 to determine what portions of the file system will be shared via Apple Filing Protocol, as well as their behaviour\&. Any line not prefixed with # is interpreted\&. Newline escaping is supported\&. The configuration lines are composed like:
29 .PP
30 path
31 \fI[ volume name ] [ options ]\fR
32 .PP
33 The path name must be a fully qualified path name, or a path name using either the ~ shell shorthand or any of the substitution variables, which are listed below\&.
34 .PP
35 The volume name is the name that appears in the Chooser ot the "connect to server" dialog on Macintoshes to represent the appropriate share\&. If there are spaces in the name, it should be in quotes (i\&.e\&. "File Share")\&. The volume name cannot contain the
36 \':\'
37 character\&. The volume name is mangled if it is very long\&. Mac codepage volume name is limited to 27 characters\&. UTF8\-MAC volume name is limited to \-volnamelen parameter in afpd\&.conf
38 .if n \{\
39 .sp
40 .\}
41 .RS 4
42 .it 1 an-trap
43 .nr an-no-space-flag 1
44 .nr an-break-flag 1
45 .br
46 .ps +1
47 \fBNote\fR
48 .ps -1
49 .br
50 .PP
51 Each volume has to be configured on a
52 \fBsingle\fR
53 line\&. Though newline escaping is supported\&.
54 .sp .5v
55 .RE
56 .PP
57 It is possible to specify default options for all volumes with a
58 \fI:DEFAULT: \fRline preceeding these volume definitions:.PP \fBExample.\ \&:DEFAULT: configuration line\fR .PP :DEFAULT: options:upriv,usedots dbpath:/var/dbd/AppleDB/$v dperm:0775 fperm:0664
59 .PP
60 The possible options and their meanings are:
61 .PP
62 adouble:\fI[v1|v2|osx]\fR
63 .RS 4
64 Specify the format of the metadata files, which are used for saving Mac resource fork as well\&. Earlier versions used AppleDouble V1, the new default format is V2\&. Starting with Netatalk 2\&.0, the scheme MacOS X 10\&.3\&.x uses, is also supported\&.
65 .if n \{\
66 .sp
67 .\}
68 .RS 4
69 .it 1 an-trap
70 .nr an-no-space-flag 1
71 .nr an-break-flag 1
72 .br
73 .ps +1
74 \fBNote\fR
75 .ps -1
76 .br
77 \fBadouble:osx\fR
78 \fBcannot\fR
79 be treated normally any longer\&. Its only aim was to temporarely share eg\&. FAT32 formatted FireWire harddrives written on a Macintosh with afpd\&. Apple\'s metadata scheme lacks several essential features, so using it on the server\'s side will break both CNIDs and MacOS 9 compatibility\&. AppleDouble file of Mac OS X 10\&.6 is incompatible to V1 and V2\&.
80 .sp .5v
81 .RE
82 .RE
83 .PP
84 allow:\fI[users/groups]\fR
85 .RS 4
86 The allow option allows the users and groups that access a share to be specified\&. Users and groups are specified, delimited by commas\&. Groups are designated by a @ prefix\&. Example: allow:user1,user2,@group
87 .RE
88 .PP
89 deny:\fI[users/groups]\fR
90 .RS 4
91 The deny option specifies users and groups who are not allowed access to the share\&. It follows the same format as the allow option\&.
92 .RE
93 .PP
94 allowed_hosts:\fI[IP host address/IP netmask bits[, \&.\&.\&. ]]\fR
95 .RS 4
96 Only listed hosts and networks are allowed, all others are rejected\&. The network address may be specified either in dotted\-decimal format for IPv4 or in hexadecimal format for IPv6\&.
97 .sp
98 Example: allowed_hosts:10\&.1\&.0\&.0/16,10\&.2\&.1\&.100,2001:0db8:1234::/48
99 .RE
100 .PP
101 denied_hosts:\fI[IP host address/IP netmask bits[, \&.\&.\&.]]\fR
102 .RS 4
103 Listed hosts and nets are rejected, all others are allowed\&.
104 .sp
105 Example: denied_hosts: 192\&.168\&.100/24,10\&.1\&.1\&.1,2001:db8::1428:57ab
106 .RE
107 .PP
108 cnidscheme:\fI[backend]\fR
109 .RS 4
110 set the CNID backend to be used for the volume, default is [:DEFAULT_CNID_SCHEME:] available schemes: [:COMPILED_BACKENDS:]
111 .RE
112 .PP
113 dbpath:\fI[path]\fR
114 .RS 4
115 Sets the database information to be stored in path\&. You have to specifiy a writable location, even if the volume is read only\&.
116 .RE
117 .PP
118 ea:\fI[none|auto|sys|ad]\fR
119 .RS 4
120 Specify how Extended Attributes
121 are stored\&.
122 \fBauto\fR
123 is the default\&.
124 .PP
125 auto
126 .RS 4
127 Try
128 \fBsys\fR
129 (by setting an EA on the shared directory itself), fallback to
130 \fBad\fR\&. Requires writeable volume for perfoming test\&.
131 \fBoptions:ro\fR
132 overwrites
133 \fBauto\fR
134 with
135 \fBnone\fR\&. Use explicit
136 \fBea:sys|ad\fR
137 for read\-only volumes where appropiate\&.
138 .RE
139 .PP
140 sys
141 .RS 4
142 Use filesystem Extended Attributes\&.
143 .RE
144 .PP
145 ad
146 .RS 4
147 Use files in
148 \fIAppleDouble\fR
149 directories\&.
150 .RE
151 .PP
152 none
153 .RS 4
154 No Extended Attributes support\&.
155 .RE
156 .RE
157 .PP
158 maccharset:\fI[charset]\fR
159 .RS 4
160 specifies the mac client codepage for this Volume, e\&.g\&. "MAC_ROMAN", "MAC_CYRILLIC"\&. If not specified the setting from
161 afpd\&.conf
162 is inherited\&. This setting is only required if you need volumes, where the mac codepage differs from the one globally set in
163 afpd\&.conf\&.
164 .RE
165 .PP
166 options:\fI[option]\fR
167 .RS 4
168 This allows multiple options to be specified in a comma delimited format\&. The available options are:
169 .PP
170 acls
171 .RS 4
172 Enable ACLs on this volume\&. Requires a
173 \fINFSv4 ACLs\fR
174 compatible filesystem (e\&.g\&. ZFS) and an ACL API compatible to *Solaris\&. In other words: this requires Solaris, Opensolaris or a derived distribution\&.
175 .RE
176 .PP
177 tm
178 .RS 4
179 Enable Time Machine suport for this volume\&.
180 .RE
181 .PP
182 invisibledots
183 .RS 4
184 Use with
185 \fBusedots\fR: make dot files invisible\&.
186 .RE
187 .PP
188 limitsize
189 .RS 4
190 Limit disk size reporting to 2GB\&. This can be used for older Macintoshes using newer Appleshare clients\&.
191 .RE
192 .PP
193 preexec_close
194 .RS 4
195 a non\-zero return code from preexec close the volume being immediately, preventing clients to mount/see the volume in question\&.
196 .RE
197 .PP
198 ro
199 .RS 4
200 Specifies the share as being read only for all users\&. The \&.AppleDB directory has to be writeable, you can use the
201 \fB\-dbpath\fR
202 option to relocate it\&. Overwrites
203 \fBea:auto\fR
204 with
205 \fBea:none\fR
206 .RE
207 .PP
208 root_preexec_close
209 .RS 4
210 a non\-zero return code from root_preexec closes the volume immediately, preventing clients to mount/see the volume in question\&.
211 .RE
212 .PP
213 upriv
214 .RS 4
215 use AFP3 unix privileges\&. Become familiar with the new "unix privileges" AFP permissions concepts in MacOS X before using this option\&. See also:
216 \fBperm|fperm|dperm\fR\&.
217 .RE
218 .PP
219 usedots
220 .RS 4
221 Don\'t do :hex translation for dot files\&. note: when this option gets set, certain file names become illegal\&. These are \&.Parent and anything that starts with \&.Apple\&. See also
222 \fBinvisibledots\fR\&.
223 .RE
224 .RE
225 .PP
226 password:\fI[password]\fR
227 .RS 4
228 This option allows you to set a volume password, which can be a maximum of 8 characters long (using ASCII strongly recommended at the time of this writing)\&.
229 .RE
230 .PP
231 perm|fperm|dperm:[mode]
232 .RS 4
233 Add(or) with the client requested permissions:
234 \fBperm\fR
235 affects files and directories,
236 \fBfperm\fR
237 is for files only,
238 \fBdperm\fR
239 is for directories only\&. Use with
240 \fBoptions:upriv\fR\&.
241 .PP
242 \fBExample.\ \&Volume for a collaborative workgroup\fR
243 .sp
244 .if n \{\
245 .RS 4
246 .\}
247 .nf
248 /path/to/volume "Workgroup" options:upriv dperm:0770 fperm:0660
249 .fi
250 .if n \{\
251 .RE
252 .\}
253 .RE
254 .PP
255 preexec:\fI[command]\fR
256 .RS 4
257 command to be run when the volume is mounted, ignored for user defined volumes
258 .RE
259 .PP
260 postexec:\fI[command]\fR
261 .RS 4
262 command to be run when the volume is closed, ignored for user defined volumes
263 .RE
264 .PP
265 root_preexec:\fI[command]\fR
266 .RS 4
267 command to be run as root when the volume is mounted, ignored for user defined volumes
268 .RE
269 .PP
270 root_postexec:\fI[command]\fR
271 .RS 4
272 command to be run as root when the volume is closed, ignored for user defined volumes
273 .RE
274 .PP
275 rolist:[\fBusers/groups\fR]
276 .RS 4
277 Allows certain users and groups to have read\-only access to a share\&. This follows the allow option format\&.
278 .RE
279 .PP
280 rwlist:\fI[users/groups]\fR
281 .RS 4
282 Allows certain users and groups to have read/write access to a share\&. This follows the allow option format\&.
283 .RE
284 .PP
285 veto:\fI[vetoed name]\fR
286 .RS 4
287 hide files and directories,where the path matches one of the \'/\' delimited vetoed names\&. Matches are partial, e\&.g\&. path is
288 /abc/def/file
289 and veto:/abc/ will hide the file\&.
290 .RE
291 .PP
292 volcharset:\fI[charset]\fR
293 .RS 4
294 specifies the volume codepage, e\&.g\&. "UTF8", "UTF8\-MAC", "ISO\-8859\-15"\&. Defaults to "UTF8"\&.
295 .RE
296 .SH "VARIABLE SUBSTITUTIONS"
297 .PP
298 You can use variables in both volume path and volume name\&.
299 .sp
300 .RS 4
301 .ie n \{\
302 \h'-04' 1.\h'+01'\c
303 .\}
304 .el \{\
305 .sp -1
306 .IP "  1." 4.2
307 .\}
308 if you specify an unknown variable, it will not get converted\&.
309 .RE
310 .sp
311 .RS 4
312 .ie n \{\
313 \h'-04' 2.\h'+01'\c
314 .\}
315 .el \{\
316 .sp -1
317 .IP "  2." 4.2
318 .\}
319 if you specify a known variable, but that variable doesn\'t have a value, it will get ignored\&.
320 .RE
321 .PP
322 The variables which can be used for substitutions are:
323 .PP
324 $b
325 .RS 4
326 basename
327 .RE
328 .PP
329 $c
330 .RS 4
331 client\'s ip or appletalk address
332 .RE
333 .PP
334 $d
335 .RS 4
336 volume pathname on server
337 .RE
338 .PP
339 $f
340 .RS 4
341 full name (contents of the gecos field in the passwd file)
342 .RE
343 .PP
344 $g
345 .RS 4
346 group name
347 .RE
348 .PP
349 $h
350 .RS 4
351 hostname
352 .RE
353 .PP
354 $i
355 .RS 4
356 client\'s ip, without port
357 .RE
358 .PP
359 $s
360 .RS 4
361 server name (this can be the hostname)
362 .RE
363 .PP
364 $u
365 .RS 4
366 user name (if guest, it is the user that guest is running as)
367 .RE
368 .PP
369 $v
370 .RS 4
371 volume name (either ADEID_NAME or basename of path)
372 .RE
373 .PP
374 $z
375 .RS 4
376 appletalk zone (may not exist)
377 .RE
378 .PP
379 $$
380 .RS 4
381 prints dollar sign ($)
382 .RE
383 .PP
384 \fBExample.\ \&Using variable substitution when defining volumes\fR
385 .PP
386 .if n \{\
387 .RS 4
388 .\}
389 .nf
390 /home/groups/$g "Groupdir for $g"
391 ~ "$f is the best one"
392 .fi
393 .if n \{\
394 .RE
395 .\}
396 .sp
397 We define "groupdirs" for each primary group and use a personalized server name for homedir shares\&.
398 .SH "CNID BACKENDS"
399 .PP
400 The AFP protocol mostly refers to files and directories by ID and not by name\&. Netatalk needs a way to store these ID\'s in a persistent way, to achieve this several different CNID backends are available\&. The CNID Databases are by default located in the
401 \&.AppleDB
402 folder in the volume root\&.
403 .PP
404 cdb
405 .RS 4
406 "Concurrent database", backend is based on Sleepycat\'s Berkely DB\&. With this backend several
407 \fBafpd\fR
408 deamons access the CNID database directly\&. Berkeley DB locking is used to synchronize access, if more than one
409 \fBafpd\fR
410 process is active for a volume\&. The drawback is, that the crash of a single
411 \fBafpd\fR
412 process might corrupt the database\&.
413 .RE
414 .PP
415 dbd
416 .RS 4
417 Access to the CNID database is restricted to the
418 \fBcnid_metad\fR
419 daemon process\&.
420 \fBafpd\fR
421 processes communicate with the daemon for database reads and updates\&. If built with Berkeley DB transactions the probability for database corruption is practically zero, but performance can be slower than with
422 \fBcdb\fR
423 .RE
424 .PP
425 last
426 .RS 4
427 This backend is an exception, in terms of ID persistency\&. ID\'s are only valid for the current session\&. This is basically what
428 \fBafpd\fR
429 did in the 1\&.5 (and 1\&.6) versions\&. This backend is still available, as it is useful for e\&.g\&. sharing cdroms\&.
430 .sp
431 \fBWarning\fR: It is
432 \fINOT\fR
433 recommended to use this backend for volumes anymore, as
434 \fBafpd\fR
435 now relies heavily on a persistent ID database\&. Aliases will likely not work and filename mangling is not supported\&.
436 .RE
437 .PP
438 Even though
439 \fB\&./configure \-\-help\fR
440 might show that there are other CNID backends available, be warned those are likely broken or mainly used for testing\&. Don\'t use them unless you know what you\'re doing, they may be removed without further notice from future versions\&.
441 .SH "CHARSET OPTIONS"
442 .PP
443 With OS X Apple introduced the AFP3 protocol\&. One of the most important changes was that AFP3 uses unicode names encoded as UTF\-8 decomposed\&. Previous AFP/OS versions used codepages, like MacRoman, MacCentralEurope, etc\&.
444 .PP
445 \fBafpd\fR
446 needs a way to preserve extended macintosh characters, or characters illegal in unix filenames, when saving files on a unix filesystem\&. Earlier versions used the the so called CAP encoding\&. An extended character (>0x7F) would be converted to a :xx sequence, e\&.g\&. the Apple Logo (MacRoman: 0XF0) was saved as
447 :f0\&. Some special characters will be converted as to :xx notation as well\&. \'/\' will be encoded to
448 :2f, if
449 \fB\-usedots\fR
450 is not specified, a leading dot \'\&.\' will be encoded as
451 :2e\&.
452 .PP
453 This version now uses UTF\-8 as the default encoding for names\&. Special characters, like \'/\' and a leading \'\&.\' will still be CAP style encoded \&.
454 .PP
455 The
456 \fB\-volcharset\fR
457 option will allow you to select another volume encoding\&. E\&.g\&. for western users another useful setting could be \-volcharset ISO\-8859\-15\&.
458 \fBapfd\fR
459 will accept any
460 \fBiconv\fR(1)
461 provided charset\&. If a character cannot be converted from the mac codepage to the selected volcharset, afpd will save it as a CAP encoded character\&. For AFP3 clients,
462 \fBafpd\fR
463 will convert the UTF\-8
464 character to
465 \fB\-maccharset\fR
466 first\&. If this conversion fails, you\'ll receive a \-50 error on the mac\&.
467 .PP
468 \fINote\fR: Whenever you can, please stick with the default UTF\-8 volume format\&.
469 .SH "COMPATIBILITY WITH EARLIER VERSIONS"
470 .PP
471 To use a volume created with an earlier
472 \fBafpd\fR
473 version, you\'ll have to specify the following options:
474 .PP
475 \fBExample.\ \&use a 1.x style volume\fR
476 .sp
477 .if n \{\
478 .RS 4
479 .\}
480 .nf
481 /path/to/volume "Volname" adouble:v1 volcharset:ASCII
482 .fi
483 .if n \{\
484 .RE
485 .\}
486 .PP
487 In case you used an NLS you could try using a compatible iconv charset for
488 \fB\-volcharset\fR\&.
489 .PP
490 \fBExample.\ \&use a 1.x style volume, created with maccode.iso8859-1\fR
491 .sp
492 .if n \{\
493 .RS 4
494 .\}
495 .nf
496 /path/to/volume "Volname" adouble:v1 volcharset:ISO\-8859\-1
497 .fi
498 .if n \{\
499 .RE
500 .\}
501 .PP
502 You should consider converting old style volumes to the new UTF\-8/AD2 format\&. The safest way to do this, is to create a new volume with the default options and copy the files between this volumes with a mac\&.
503 .PP
504 \fINote\fR: Using above example options will allow you to downgrade to 1\&.x netatalk again\&.
505 .PP
506 \fINote\fR: Some 1\&.x NLS files used non standard mappings, e\&.g\&.
507 maccode\&.iso8859\-1\&.adapted\&. Three 1\&.x CAP double\-byte maccharsets are incompatible to netatalk 2\&.x; "MAC_CHINESE_TRAD", "MAC_JAPANESE" and "MAC_KOREAN"\&. These are not supported anymore\&. You\'ll have to copy the contents of those volumes files to a Mac and then back to the netatalk server, preferably to an UTF\-8 volume\&.
508 .SH "ADVANCED OPTIONS"
509 .PP
510 The following options should only be used after serious consideration\&. Be sure you fully understood the, sometimes complex, consequences, before using them\&.
511 .PP
512 casefold:\fB[option]\fR
513 .RS 4
514 The casefold option handles, if the case of filenames should be changed\&. The available options are:
515 .sp
516 \fBtolower\fR
517 \- Lowercases names in both directions\&.
518 .sp
519 \fBtoupper\fR
520 \- Uppercases names in both directions\&.
521 .sp
522 \fBxlatelower\fR
523 \- Client sees lowercase, server sees uppercase\&.
524 .sp
525 \fBxlateupper\fR
526 \- Client sees uppercase, server sees lowercase\&.
527 .RE
528 .PP
529 options:[\fBoption\fR]
530 .RS 4
531 This allows multiple options to be specified in a comma delimited format\&. The available options are:
532 .PP
533 caseinsensitive
534 .RS 4
535 The underlying filesystem is case insensitive (only tested with JFS in OS2 mode)\&.
536 .RE
537 .PP
538 crlf
539 .RS 4
540 Enables crlf translation for TEXT files, automatically converting macintosh line breaks into Unix ones\&. Use of this option might be dangerous since some older programs store binary data files as type "TEXT" when saving and switch the filetype in a second step\&.
541 \fBAfpd\fR
542 will potentially destroy such files when "erroneously" changing bytes in order to do line break translation\&.
543 .RE
544 .PP
545 dropbox
546 .RS 4
547 Allows a volume to be declared as being a "dropbox\&." Note that netatalk must be compiled with dropkludge support for this to function\&.
548 \fIWarning\fR: This option is deprecated and might not work as expected\&.
549 .RE
550 .PP
551 mswindows
552 .RS 4
553 Forces filename restrictions imposed by MS WinXX\&.
554 \fIWarning\fR: This is
555 \fINOT\fR
556 recommened for volumes mainly used by Macs\&. Please make sure you fully understand this option before using it\&.
557 .if n \{\
558 .sp
559 .\}
560 .RS 4
561 .it 1 an-trap
562 .nr an-no-space-flag 1
563 .nr an-break-flag 1
564 .br
565 .ps +1
566 \fBWarning\fR
567 .ps -1
568 .br
569 This option breaks direct saving to netatalk volumes from some applications, i\&.e\&. OfficeX\&.
570 .sp .5v
571 .RE
572 .RE
573 .PP
574 noadouble
575 .RS 4
576 Forces
577 \fBafpd\fR
578 to not create \&.AppleDouble directories unless macintosh metadata needs to be written\&. This option is only useful if you want to share files mostly used NOT by macs, causing
579 \fBafpd\fR
580 to not automatically create \&.AppleDouble subdirs containing AD header files in every directory it enters (which will it do by default)\&.
581 .sp
582 In case, you save or change files from mac clients, AD metadata files have to be written even in case you set this option\&. So you can\'t avoid the creation of \&.AppleDouble directories and its contents when you give macs write access to a share and they make use of it\&.
583 .sp
584 Try to avoid
585 \fBnoadouble\fR
586 whenever possible\&.
587 .RE
588 .PP
589 nocnidcache
590 .RS 4
591 If set
592 \fBafpd\fR
593 doesn\'t store the ID information in AppleDouble V2 header files\&. As these IDs are used for caching and as a database backup, this option normally shouldn\'t be set\&.
594 .RE
595 .PP
596 nodev
597 .RS 4
598 always use 0 for device number, helps when the device number is not constant across a reboot, cluster, \&.\&.\&.
599 .RE
600 .PP
601 nofileid
602 .RS 4
603 don\'t advertise createfileid, resolveid, deleteid calls\&.
604 .RE
605 .PP
606 nohex
607 .RS 4
608 Disables :hex translations for anything except dot files\&. This option makes the
609 \'/\' character illegal\&.
610 .RE
611 .PP
612 nostat
613 .RS 4
614 don\'t stat volume path when enumerating volumes list, useful for automounting or volumes created by a preexec script\&.
615 .RE
616 .PP
617 prodos
618 .RS 4
619 Provides compatibility with Apple II clients\&. (legacy)
620 .RE
621 .RE
622 .SH "SEE ALSO"
623 .PP
624 \fBafpd.conf\fR(5),
625 \fBafpd\fR(8),
626 \fBafp_ldap.conf\fR(5),
627 \fBafp_acls\fR(8)