]> arthur.barton.de Git - netatalk.git/blob - man/man5/afp.conf.5.tmpl
50e6f81e8d611b844144e26d99b69d8d309faa71
[netatalk.git] / man / man5 / afp.conf.5.tmpl
1 '\" t
2 .\"     Title: afp.conf
3 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
5 .\"      Date: 25 Jul 2012
6 .\"    Manual: Netatalk 3.0
7 .\"    Source: Netatalk 3.0
8 .\"  Language: English
9 .\"
10 .TH "AFP\&.CONF" "5" "25 Jul 2012" "Netatalk 3.0" "Netatalk 3.0"
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 afp.conf \- Netatalk configuration file
23 .SH "SYNOPSIS"
24 .PP
25 The
26 afp\&.conf
27 file is the configuration file for the
28 \fBNetatalk\fR
29 AFP file server\&.
30 .PP
31 All AFP specific configuration and AFP volume definitions are done via this file\&.
32 .SH "FILE FORMAT"
33 .PP
34 The file consists of sections and parameters\&. A section begins with the name of the section in square brackets and continues until the next section begins\&. Sections contain parameters of the form:
35 .sp
36 .if n \{\
37 .RS 4
38 .\}
39 .nf
40 \fIname\fR = \fIvalue \fR
41       
42 .fi
43 .if n \{\
44 .RE
45 .\}
46 .PP
47 The file is line\-based \- that is, each newline\-terminated line represents either a comment, a section name or a parameter\&.
48 .PP
49 Section and parameter names are case sensitive\&.
50 .PP
51 Only the first equals sign in a parameter is significant\&. Whitespace before or after the first equals sign is discarded\&. Leading, trailing and internal whitespace in section and parameter names is irrelevant\&. Leading and trailing whitespace in a parameter value is discarded\&. Internal whitespace within a parameter value is retained verbatim\&.
52 .PP
53 Any line beginning with a semicolon (\(lq;\(rq) or a hash (\(lq#\(rq) character is ignored, as are lines containing only whitespace\&.
54 .PP
55 Any line ending in a
56 \(lq\e\(rq
57 is continued on the next line in the customary UNIX fashion\&.
58 .PP
59 The values following the equals sign in parameters are all either a string (no quotes needed) or a boolean, which may be given as yes/no, 1/0 or true/false\&. Case is not significant in boolean values, but is preserved in string values\&. Some items such as create masks are numeric\&.
60 .PP
61 The parameter
62 \fBinclude = \fR\fB\fIpath\fR\fR
63 allows you to include one config file inside another\&. The file is included literally, as though typed in place\&. Nested includes are not supported\&.
64 .SH "SECTION DESCRIPTIONS"
65 .PP
66 Each section in the configuration file (except for the [Global] section) describes a shared resource (known as a
67 \(lqvolume\(rq)\&. The section name is the name of the volume and the parameters within the section define the volume attributes and options\&.
68 .PP
69 There are two special sections, [Global] and [Homes], which are described under
70 \fIspecial sections\fR\&. The following notes apply to ordinary section descriptions\&.
71 .PP
72 A volume consists of a directory to which access is being given plus a description of the access rights which are granted to the user of the service\&. For volumes the
73 \fBpath\fR
74 option must specify the directory to share\&.
75 .PP
76 Any volume section without
77 \fBpath\fR
78 option is considered a
79 \fIvol preset\fR
80 which can be selected in other volume sections via the
81 \fBvol preset\fR
82 option and constitutes defaults for the volume\&. For any option speficied both in a preset
83 \fIand\fR
84 in a volume section the volume section setting completly substitutes the preset option\&.
85 .PP
86 The access rights granted by the server are masked by the access rights granted to the specified or guest UNIX user by the host system\&. The server does not grant more access than the host system grants\&.
87 .PP
88 The following sample section defines an AFP volume\&. The user has full access to the path
89 /foo/bar\&. The share is accessed via the share name
90 baz:
91 .sp
92 .if n \{\
93 .RS 4
94 .\}
95 .nf
96 [baz]
97 path = /foo/bar
98       
99 .fi
100 .if n \{\
101 .RE
102 .\}
103 .SH "SPECIAL SECTIONS"
104 .SS "The [Global] section"
105 .PP
106 Parameters in this section apply to the server as a whole\&. Parameters denoted by a (G) below are must be set in this section\&.
107 .SS "The [Homes] section"
108 .PP
109 This section enable sharing of the UNIX server user home directories\&. Specifying an optional
110 \fBpath\fR
111 parameter means that not the whole user home will be shared but the subdirectory
112 \fBpath\fR\&. It is neccessary to define the
113 \fBbasedir regex\fR
114 option\&. It should be a regex which matches the parent directory of the user homes\&. Parameters denoted by a (H) belong to volume sections\&. The optional parameter
115 \fBhome name\fR
116 can be used to change the AFP volume name which
117 \fI$u\'s home\fR
118 by default\&. See below under VARIABLE SUBSTITUTIONS\&.
119 .PP
120 The following example illustrates this\&. Given all user home directories are stored under
121 /home:
122 .sp
123 .if n \{\
124 .RS 4
125 .\}
126 .nf
127 [Homes]
128 path = afp\-data
129 basedir regex = /home
130       
131 .fi
132 .if n \{\
133 .RE
134 .\}
135 .sp
136 For a user
137 \fIjohn\fR
138 this results in an AFP home volume with a path of
139 /home/john/afp\-data\&.
140 .SH "PARAMETERS"
141 .PP
142 Parameters define the specific attributes of sections\&.
143 .PP
144 Some parameters are specific to the [Global] section (e\&.g\&.,
145 \fIlog type\fR)\&. All others are permissible only in volume sections\&. The letter
146 \fIG\fR
147 in parentheses indicates that a parameter is specific to the [Global] section\&. The letter
148 \fIV\fR
149 indicates that a parameter can be specified in a volume specific section\&.
150 .SH "VARIABLE SUBSTITUTIONS"
151 .PP
152 You can use variables in volume names\&. The use of variables in paths is not supported for now\&.
153 .sp
154 .RS 4
155 .ie n \{\
156 \h'-04' 1.\h'+01'\c
157 .\}
158 .el \{\
159 .sp -1
160 .IP "  1." 4.2
161 .\}
162 if you specify an unknown variable, it will not get converted\&.
163 .RE
164 .sp
165 .RS 4
166 .ie n \{\
167 \h'-04' 2.\h'+01'\c
168 .\}
169 .el \{\
170 .sp -1
171 .IP "  2." 4.2
172 .\}
173 if you specify a known variable, but that variable doesn\'t have a value, it will get ignored\&.
174 .RE
175 .PP
176 The variables which can be used for substitutions are:
177 .PP
178 $b
179 .RS 4
180 basename
181 .RE
182 .PP
183 $c
184 .RS 4
185 client\'s ip address
186 .RE
187 .PP
188 $d
189 .RS 4
190 volume pathname on server
191 .RE
192 .PP
193 $f
194 .RS 4
195 full name (contents of the gecos field in the passwd file)
196 .RE
197 .PP
198 $g
199 .RS 4
200 group name
201 .RE
202 .PP
203 $h
204 .RS 4
205 hostname
206 .RE
207 .PP
208 $i
209 .RS 4
210 client\'s ip, without port
211 .RE
212 .PP
213 $s
214 .RS 4
215 server name (this can be the hostname)
216 .RE
217 .PP
218 $u
219 .RS 4
220 user name (if guest, it is the user that guest is running as)
221 .RE
222 .PP
223 $v
224 .RS 4
225 volume name
226 .RE
227 .PP
228 $$
229 .RS 4
230 prints dollar sign ($)
231 .RE
232 .SH "EXPLANATION OF GLOBAL PARAMETERS"
233 .SS "Authentication Options"
234 .PP
235 admin auth user = \fIuser\fR \fB(G)\fR
236 .RS 4
237 Specifying eg "\fBadmin auth user = root\fR" whenever a normal user login fails, afpd will try to authenticate as the specified
238 \fBadmin auth user\fR\&. If this succeeds, a normal session is created for the original connecting user\&. Said differently: if you know the password of
239 \fBadmin auth user\fR, you can authenticate as any other user\&.
240 .RE
241 .PP
242 k5 keytab = \fIpath\fR \fB(G)\fR, k5 service = \fIservice\fR \fB(G)\fR, k5 realm = \fIrealm\fR \fB(G)\fR
243 .RS 4
244 These are required if the server supports the Kerberos 5 authentication UAM\&.
245 .RE
246 .PP
247 ldap auth method = \fInone|simple|sasl\fR \fB(G)\fR
248 .RS 4
249 Authentication method:
250 \fBnone | simple | sasl\fR
251 .PP
252 none
253 .RS 4
254 anonymous LDAP bind
255 .RE
256 .PP
257 simple
258 .RS 4
259 simple LDAP bind
260 .RE
261 .PP
262 sasl
263 .RS 4
264 SASL\&. Not yet supported !
265 .RE
266 .RE
267 .PP
268 ldap auth dn = \fIdn\fR \fB(G)\fR
269 .RS 4
270 Distinguished Name of the user for simple bind\&.
271 .sp
272 .RE
273 .PP
274 ldap auth pw = \fIpassword\fR \fB(G)\fR
275 .RS 4
276 Distinguished Name of the user for simple bind\&.
277 .sp
278 .RE
279 .PP
280 ldap server = \fIhost\fR \fB(G)\fR
281 .RS 4
282 Name or IP address of your LDAP Server\&. This is only needed for explicit ACL support in order to be able to query LDAP for UUIDs\&.
283 .sp
284 You can use
285 \fBafpldaptest\fR(1)
286 to syntactically check your config\&.
287 .RE
288 .PP
289 ldap userbase = \fIbase dn\fR \fB(G)\fR
290 .RS 4
291 DN of the user container in LDAP\&.
292 .sp
293 .RE
294 .PP
295 ldap userscope = \fIscope\fR \fB(G)\fR
296 .RS 4
297 Search scope for user search:
298 \fBbase | one | sub\fR
299 .sp
300 .RE
301 .PP
302 ldap groupbase = \fIbase dn\fR \fB(G)\fR
303 .RS 4
304 DN of the group container in LDAP\&.
305 .sp
306 .RE
307 .PP
308 ldap groupscope = \fIscope\fR \fB(G)\fR
309 .RS 4
310 Search scope for user search:
311 \fBbase | one | sub\fR
312 .sp
313 .RE
314 .PP
315 ldap uuid attr = \fIdn\fR \fB(G)\fR
316 .RS 4
317 Name of the LDAP attribute with the UUIDs\&.
318 .sp
319 Note: this is used both for users and groups\&.
320 .sp
321 .RE
322 .PP
323 ldap name attr = \fIdn\fR \fB(G)\fR
324 .RS 4
325 Name of the LDAP attribute with the users short name\&.
326 .sp
327 .RE
328 .PP
329 ldap uuid string = \fISTRING\fR \fB(G)\fR
330 .RS 4
331 Format of the uuid string in the directory\&. A series of x and \-, where every x denotes a value 0\-9a\-f and every \- is a seperator\&.
332 .sp
333 Default: xxxxxxxx\-xxxx\-xxxx\-xxxx\-xxxxxxxxxxxx
334 .RE
335 .PP
336 ldap uuid encoding = \fIstring | ms\-guid (default: string)\fR \fB(G)\fR
337 .RS 4
338 Format of the UUID of the LDAP attribute, allows usage of the binary objectGUID fields from Active Directory\&. If left unspecified, string is the default, which passes through the ASCII UUID returned by most other LDAP stores\&. If set to ms\-guid, the internal UUID representation is converted to and from the binary format used in the objectGUID attribute found on objects in Active Directory when interacting with the server\&.
339 .PP
340 string
341 .RS 4
342 UUID is a string, use with eg OpenDirectory\&.
343 .RE
344 .PP
345 ms\-guid
346 .RS 4
347 Binary objectGUID from Active Directory
348 .RE
349 .RE
350 .PP
351 ldap group attr = \fIdn\fR \fB(G)\fR
352 .RS 4
353 Name of the LDAP attribute with the groups short name\&.
354 .sp
355 .RE
356 .PP
357 nt domain = \fIDOMAIN\fR \fB(G)\fR, nt separator = \fISEPERATOR\fR \fB(G)\fR
358 .RS 4
359 Use for eg\&. winbind authentication, prepends both strings before the username from login and then tries to authenticate with the result through the availabel and active UAM authentication modules\&.
360 .RE
361 .PP
362 save password = \fIBOOLEAN\fR (default: \fIyes\fR) \fB(G)\fR
363 .RS 4
364 Enables or disables the ability of clients to save passwords locally\&.
365 .RE
366 .PP
367 set password = \fIBOOLEAN\fR (default: \fIno\fR) \fB(G)\fR
368 .RS 4
369 Enables or disables the ability of clients to change their passwords via chooser or the "connect to server" dialog\&.
370 .RE
371 .PP
372 uam list = \fIuam list\fR \fB(G)\fR
373 .RS 4
374 Space or comma separated list of UAMs\&. (The default is "uams_dhx\&.so uams_dhx2\&.so")\&.
375 .sp
376 The most commonly used UAMs are:
377 .PP
378 uams_guest\&.so
379 .RS 4
380 allows guest logins
381 .RE
382 .PP
383 uams_clrtxt\&.so
384 .RS 4
385 (uams_pam\&.so or uams_passwd\&.so) Allow logins with passwords transmitted in the clear\&. (legacy)
386 .RE
387 .PP
388 uams_randum\&.so
389 .RS 4
390 allows Random Number and Two\-Way Random Number Exchange for authentication (requires a separate file containing the passwords, either :ETCDIR:/afppasswd file or the one specified via "\fBpasswd file\fR"\&. See
391 \fBafppasswd\fR(1)
392 for details\&. (legacy)
393 .RE
394 .PP
395 uams_dhx\&.so
396 .RS 4
397 (uams_dhx_pam\&.so or uams_dhx_passwd\&.so) Allow Diffie\-Hellman eXchange (DHX) for authentication\&.
398 .RE
399 .PP
400 uams_dhx2\&.so
401 .RS 4
402 (uams_dhx2_pam\&.so or uams_dhx2_passwd\&.so) Allow Diffie\-Hellman eXchange 2 (DHX2) for authentication\&.
403 .RE
404 .PP
405 uam_gss\&.so
406 .RS 4
407 Allow Kerberos V for authentication (optional)
408 .RE
409 .RE
410 .PP
411 uam path = \fIpath\fR \fB(G)\fR
412 .RS 4
413 Sets the default path for UAMs for this server (default is :LIBDIR:/netatalk)\&.
414 .RE
415 .SS "Charset Options"
416 .PP
417 With OS X Apple introduced the AFP3 protocol\&. One of the big changes was, that AFP3 uses Unicode names encoded as Decomposed UTF\-8 (UTF8\-MAC)\&. Previous AFP/OS versions used charsets like MacRoman, MacCentralEurope, etc\&.
418 .PP
419 To be able to serve AFP3 and older clients at the same time,
420 \fBafpd\fR
421 needs to be able to convert between UTF\-8 and Mac charsets\&. Even OS X clients partly still rely on the mac charset\&. As there\'s no way,
422 \fBafpd\fR
423 can detect the codepage a pre AFP3 client uses, you have to specify it using the
424 \fBmac charset\fR
425 option\&. The default is MacRoman, which should be fine for most western users\&.
426 .PP
427 As
428 \fBafpd\fR
429 needs to interact with UNIX operating system as well, it need\'s to be able to convert from UTF8\-MAC / Mac charset to the UNIX charset\&. By default
430 \fBafpd\fR
431 uses
432 \fIUTF8\fR\&. You can set the UNIX charset using the
433 \fBunix charset\fR
434 option\&. If you\'re using extended characters in the configuration files for
435 \fBafpd\fR, make sure your terminal matches the
436 \fBunix charset\fR\&.
437 .PP
438 mac charset = \fICHARSET\fR \fB(G)/(V)\fR
439 .RS 4
440 Specifies the Mac clients charset, e\&.g\&.
441 \fIMAC_ROMAN\fR\&. This is used to convert strings and filenames to the clients codepage for OS9 and Classic, i\&.e\&. for authentication and AFP messages (SIGUSR2 messaging)\&. This will also be the default for the volumes
442 \fBmac charset\fR\&. Defaults to
443 \fIMAC_ROMAN\fR\&.
444 .RE
445 .PP
446 unix charset = \fICHARSET\fR \fB(G)\fR
447 .RS 4
448 Specifies the servers unix charset, e\&.g\&.
449 \fIISO\-8859\-15\fR
450 or
451 \fIEUC\-JP\fR\&. This is used to convert strings to/from the systems locale, e\&.g\&. for authenthication, server messages and volume names\&. If
452 \fILOCALE\fR
453 is set, the systems locale is used\&. Defaults to
454 \fIUTF8\fR\&.
455 .RE
456 .PP
457 vol charset = \fICHARSET\fR \fB(G)/(V)\fR
458 .RS 4
459 Specifies the encoding of the volumes filesystem\&. By default, it is the same as
460 \fBunix charset\fR\&.
461 .RE
462 .SS "Password Options"
463 .PP
464 passwd file = \fIpath\fR \fB(G)\fR
465 .RS 4
466 Sets the path to the Randnum UAM passwd file for this server (default is :ETCDIR:/afppasswd)\&.
467 .RE
468 .PP
469 passwd minlen = \fInumber\fR \fB(G)\fR
470 .RS 4
471 Sets the minimum password length, if supported by the UAM
472 .RE
473 .SS "Network Options"
474 .PP
475 advertise ssh = \fIBOOLEAN\fR (default: \fIno\fR) \fB(G)\fR
476 .RS 4
477 Allows old Mac OS X clients (10\&.3\&.3\-10\&.4) to automagically establish a tunneled AFP connection through SSH\&. If this option is set, the server\'s answers to client\'s FPGetSrvrInfo requests contain an additional entry\&. It depends on both client\'s settings and a correctly configured and running
478 \fBsshd\fR(8)
479 on the server to let things work\&.
480 .if n \{\
481 .sp
482 .\}
483 .RS 4
484 .it 1 an-trap
485 .nr an-no-space-flag 1
486 .nr an-break-flag 1
487 .br
488 .ps +1
489 \fBNote\fR
490 .ps -1
491 .br
492 Setting this option is not recommended since globally encrypting AFP connections via SSH will increase the server\'s load significantly\&. On the other hand, Apple\'s client side implementation of this feature in MacOS X versions prior to 10\&.3\&.4 contained a security flaw\&.
493 .sp .5v
494 .RE
495 .RE
496 .PP
497 afp listen = \fIip address[:port] [ip adress[:port] \&.\&.\&.]\fR \fB(G)\fR
498 .RS 4
499 Specifies the IP address that the server should advertise
500 \fBand\fR
501 listens to\&. The default is advertise the first IP address of the system, but to listen for any incoming request\&. The network address may be specified either in dotted\-decimal format for IPv4 or in hexadecimal format for IPv6\&.
502 .RE
503 .PP
504 afp port = \fIport number\fR \fB(G)\fR
505 .RS 4
506 Allows a different TCP port to be used for AFP\&. The default is 548\&. Also sets the default port applied when none specified in an
507 \fBafp listen\fR
508 option\&.
509 .RE
510 .PP
511 cnid listen = \fIip address[:port] [ip adress[:port] \&.\&.\&.]\fR \fB(G)\fR
512 .RS 4
513 Specifies the IP address that the CNID server should listen on\&. The default is
514 \fBlocalhost:4700\fR\&.
515 .RE
516 .PP
517 disconnect time = \fInumber\fR \fB(G)\fR
518 .RS 4
519 Keep disconnected AFP sessions for
520 \fInumber\fR
521 hours before dropping them\&. Default is 24 hours\&.
522 .RE
523 .PP
524 dsireadbuf = \fInumber\fR \fB(G)\fR
525 .RS 4
526 Scale factor that determines the size of the DSI/TCP readahead buffer, default is 12\&. This is multiplies with the DSI server quantum (default ~300k) to give the size of the buffer\&. Increasing this value might increase throughput in fast local networks for volume to volume copies\&.
527 \fINote\fR: This buffer is allocated per afpd child process, so specifying large values will eat up large amount of memory (buffer size * number of clients)\&.
528 .RE
529 .PP
530 fqdn = \fIname:port\fR \fB(G)\fR
531 .RS 4
532 Specifies a fully\-qualified domain name, with an optional port\&. This is discarded if the server cannot resolve it\&. This option is not honored by AppleShare clients <= 3\&.8\&.3\&. This option is disabled by default\&. Use with caution as this will involve a second name resolution step on the client side\&. Also note that afpd will advertise this name:port combination but not automatically listen to it\&.
533 .RE
534 .PP
535 hostname = \fIname\fR \fB(G)\fR
536 .RS 4
537 Use this instead of the result from calling hostname for dertermening which IP address to advertise, therfore the hostname is resolved to an IP which is the advertised\&. This is NOT used for listening and it is also overwritten by
538 \fBafp listen\fR\&.
539 .RE
540 .PP
541 max connections = \fInumber\fR \fB(G)\fR
542 .RS 4
543 Sets the maximum number of clients that can simultaneously connect to the server (default is 200)\&.
544 .RE
545 .PP
546 server quantum = \fInumber\fR \fB(G)\fR
547 .RS 4
548 This specifies the DSI server quantum\&. The default value is 303840\&. The maximum value is 0xFFFFFFFFF, the minimum is 32000\&. If you specify a value that is out of range, the default value will be set\&. Do not change this value unless you\'re absolutely sure, what you\'re doing
549 .RE
550 .PP
551 sleep time = \fInumber\fR \fB(G)\fR
552 .RS 4
553 Keep sleeping AFP sessions for
554 \fInumber\fR
555 hours before disconnecting clients in sleep mode\&. Default is 10 hours\&.
556 .RE
557 .PP
558 tcprcvbuf = \fInumber\fR \fB(G)\fR
559 .RS 4
560 Try to set TCP receive buffer using setsockpt()\&. Often OSes impose restrictions on the applications ability to set this value\&.
561 .RE
562 .PP
563 tcpsndbuf = \fInumber\fR \fB(G)\fR
564 .RS 4
565 Try to set TCP send buffer using setsockpt()\&. Often OSes impose restrictions on the applications ability to set this value\&.
566 .RE
567 .PP
568 use sendfile = \fIBOOLEAN\fR (default: \fIyes\fR) \fB(G)\fR
569 .RS 4
570 Whether to use sendfile
571 syscall for sending file data to clients\&.
572 .RE
573 .PP
574 zeroconf = \fIBOOLEAN\fR (default: \fIyes\fR) \fB(G)\fR
575 .RS 4
576 Whether to use automatic Zeroconf
577 service registration if Avahi or mDNSResponder were compiled in\&.
578 .RE
579 .SS "Miscellaneous Options"
580 .PP
581 admin group = \fIgroup\fR \fB(G)\fR
582 .RS 4
583 Allows users of a certain group to be seen as the superuser when they log in\&. This option is disabled by default\&.
584 .RE
585 .PP
586 afp read locks = \fIBOOLEAN\fR (default: \fIno\fR) \fB(G)\fR
587 .RS 4
588 Whether to apply locks to the byte region read in FPRead calls\&. The AFP spec mandates this, but it\'s not really in line with UNIX semantics and is a performance hug\&.
589 .RE
590 .PP
591 basedir regex = \fIregex\fR \fB(H)\fR
592 .RS 4
593 Regular expression which matches the parent directory of the user homes\&. In the simple case this is just a path ie
594 \fBbasedir regex = /home\fR
595 .RE
596 .PP
597 close vol = \fIBOOLEAN\fR (default: \fIno\fR) \fB(G)\fR
598 .RS 4
599 Whether to close volumes possibly opened by clients when they\'re removed from the configuration and the configuration is reloaded\&.
600 .RE
601 .PP
602 cnid server = \fIipaddress[:port]\fR \fB(G)/(V)\fR
603 .RS 4
604 Specifies the IP address and port of a cnid_metad server, required for CNID dbd backend\&. Defaults to localhost:4700\&. The network address may be specified either in dotted\-decimal format for IPv4 or in hexadecimal format for IPv6\&.\-
605 .RE
606 .PP
607 dircachesize = \fInumber\fR \fB(G)\fR
608 .RS 4
609 Maximum possible entries in the directory cache\&. The cache stores directories and files\&. It is used to cache the full path to directories and CNIDs which considerably speeds up directory enumeration\&.
610 .sp
611 Default size is 8192, maximum size is 131072\&. Given value is rounded up to nearest power of 2\&. Each entry takes about 100 bytes, which is not much, but remember that every afpd child process for every connected user has its cache\&.
612 .RE
613 .PP
614 fce listener = \fIhost[:port]\fR \fB(G)\fR
615 .RS 4
616 Enables sending FCE events to the specified
617 \fIhost\fR, default
618 \fIport\fR
619 is 12250 if not specified\&. Specifying mutliple listeners is done by having this option once for each of them\&.
620 .RE
621 .PP
622 fce events = \fIfmod,fdel,ddel,fcre,dcre,tmsz\fR \fB(G)\fR
623 .RS 4
624 Speficies which FCE events are active, default is
625 \fIfmod,fdel,ddel,fcre,dcre\fR\&.
626 .RE
627 .PP
628 fce coalesce = \fIall|delete|create\fR \fB(G)\fR
629 .RS 4
630 Coalesce FCE events\&.
631 .RE
632 .PP
633 fce holdfmod = \fIseconds\fR \fB(G)\fR
634 .RS 4
635 This determines the time delay in seconds which is always waited if another file modification for the same file is done by a client before sending an FCE file modification event (fmod)\&. For example saving a file in Photoshop would generate multiple events by itself because the application is opening, modifying and closing a file mutliple times for every "save"\&. Defautl: 60 seconds\&.
636 .RE
637 .PP
638 guest account = \fIname\fR \fB(G)\fR
639 .RS 4
640 Specifies the user that guests should use (default is "nobody")\&. The name should be quoted\&.
641 .RE
642 .PP
643 home name = \fIname\fR \fB(H)\fR
644 .RS 4
645 AFP user home volume name\&. The default is
646 \fIusers\'s home\fR\&.
647 .RE
648 .PP
649 keep sessions = \fIBOOLEAN\fR (default: \fIno\fR) \fB(G)\fR
650 .RS 4
651 Enable "Continuous AFP Service"\&. This means restarting AFP and CNID service daemons master processes, but keeping the AFP session processes\&. This can be used to install (most) updates to Netatalk without interruping active AFP sessions\&. Existing AFP sessions will still run the version from before updating, but new AFP sessions will run the updated code\&. After enabling this option when sending SIGQUIT to the
652 \fInetatalk\fR
653 service controller process, the AFP and CNID daemons will exit and then the service controller will restart them\&. AFP session processes are notified of the master afpd shutdown, they will then sleep 15\-20 seconds and then try to reconnect their IPC channel to the master afpd process\&. The IPC channel between the AFP master service daemon and the AFP session child is used for keeping session state of AFP sessions in the AFP master process\&. The session state is needed when AFP clients experience eg network outages and try to reconnect to the AFP server\&.
654 .RE
655 .PP
656 login message = \fImessage\fR \fB(G)/(V)\fR
657 .RS 4
658 Sets a message to be displayed when clients logon to the server\&. The message should be in
659 \fBunix charset\fR
660 and should be quoted\&. Extended characters are allowed\&.
661 .RE
662 .PP
663 map acls = \fIBOOLEAN\fR (default: \fIyes\fR) \fB(G)\fR
664 .RS 4
665 Whether to map filesystem ACLs to effective permissions\&.
666 .RE
667 .PP
668 mimic model = \fImodel\fR \fB(G)\fR
669 .RS 4
670 Specifies the icon model that appears on clients\&. Defaults to off\&. Examples: RackMac (same as Xserve), PowerBook, PowerMac, Macmini, iMac, MacBook, MacBookPro, MacBookAir, MacPro, AppleTV1,1, AirPort\&.
671 .RE
672 .PP
673 signature = <text> \fB(G)\fR
674 .RS 4
675 Specify a server signature\&. The maximum length is 16 characters\&. This option is useful for clustered environments, to provide fault isolation etc\&. By default, afpd generate signature and saving it to
676 :STATEDIR:/netatalk/afp_signature\&.conf
677 automatically (based on random number)\&. See also asip\-status\&.pl(1)\&.
678 .RE
679 .PP
680 solaris share reservations = \fIBOOLEAN\fR (default: \fIyes\fR) \fB(G)\fR
681 .RS 4
682 Use share reservations on Solaris\&. Solaris CIFS server uses this too, so this makes a lock coherent multi protocol server\&.
683 .RE
684 .PP
685 vol dbpath = \fIpath\fR \fB(G)\fR
686 .RS 4
687 Sets the database information to be stored in path\&. You have to specifiy a writable location, even if the volume is read only\&. The default is
688 :STATEDIR:/netatalk/CNID/\&.
689 .RE
690 .PP
691 volnamelen = \fInumber\fR \fB(G)\fR
692 .RS 4
693 Max length of UTF8\-MAC volume name for Mac OS X\&. Note that Hangul is especially sensitive to this\&.
694 .sp
695 .if n \{\
696 .RS 4
697 .\}
698 .nf
699 73:  limit of Mac OS X 10\&.1
700 80:  limit of Mac OS X 10\&.4/10\&.5 (default)
701 255: limit of recent Mac OS X
702 .fi
703 .if n \{\
704 .RE
705 .\}
706 .sp
707 Mac OS 9 and earlier are not influenced by this, because Maccharset volume name is always limitted to 27 bytes\&.
708 .RE
709 .PP
710 vol preset = \fIname\fR \fB(G)/(V)\fR
711 .RS 4
712 Use section
713 \fBname\fR
714 as option preset for all volumes (when set in the [Global] section) or for one volume (when set in that volume\'s section)\&.
715 .RE
716 .SS "Logging Options"
717 .PP
718 log file = \fIlogfile\fR \fB(G)\fR
719 .RS 4
720 If not specified Netatalk logs to syslogs daemon facilify\&. Otherwise it logs to
721 \fBlogfile\fR\&.
722 .RE
723 .PP
724 log level = \fItype:level [type:level \&.\&.\&.]\fR \fB(G)\fR, log level = \fItype:level,[type:level, \&.\&.\&.]\fR \fB(G)\fR
725 .RS 4
726 Specify that any message of a loglevel up to the given
727 \fBlog level\fR
728 should be logged\&.
729 .sp
730 By default afpd logs to syslog with a default logging setup equivalent to
731 \fBdefault:note\fR
732 .sp
733 logtypes: default, afpdaemon, logger, uamsdaemon
734 .sp
735 loglevels: severe, error, warn, note, info, debug, debug6, debug7, debug8, debug9, maxdebug
736 .if n \{\
737 .sp
738 .\}
739 .RS 4
740 .it 1 an-trap
741 .nr an-no-space-flag 1
742 .nr an-break-flag 1
743 .br
744 .ps +1
745 \fBNote\fR
746 .ps -1
747 .br
748 Both logtype and loglevels are case insensitive\&.
749 .sp .5v
750 .RE
751 .RE
752 .SS "Debug Parameters"
753 .PP
754 These options are useful for debugging only\&.
755 .PP
756 tickleval = \fInumber\fR \fB(G)\fR
757 .RS 4
758 Sets the tickle timeout interval (in seconds)\&. Defaults to 30\&.
759 .RE
760 .PP
761 timeout = \fInumber\fR \fB(G)\fR
762 .RS 4
763 Specify the number of tickles to send before timing out a connection\&. The default is 4, therefore a connection will timeout after 2 minutes\&.
764 .RE
765 .PP
766 client polling = \fIBOOLEAN\fR (default: \fIno\fR) \fB(G)\fR
767 .RS 4
768 With this option enabled, afpd won\'t advertise that it is capable of server notifications, so that connected clients poll the server every 10 seconds to detect changes in opened server windows\&.
769 \fINote\fR: Depending on the number of simultaneously connected clients and the network\'s speed, this can lead to a significant higher load on your network!
770 .sp
771 Do not use this option any longer as present Netatalk correctly supports server notifications, allowing connected clients to update folder listings in case another client changed the contents\&.
772 .RE
773 .SH "EXPLANATION OF VOLUME PARAMETERS"
774 .SS "Parameters"
775 .PP
776 The section name defines the volume name which is the name that appears in the Chooser or the "connect to server" dialog on Macintoshes to represent the appropriate share\&. No two volumes may have the same name\&. The volume name cannot contain the
777 \':\'
778 character\&. The volume name is mangled if it is very long\&. Mac charset volume name is limited to 27 characters\&. UTF8\-MAC volume name is limited to volnamelen parameter\&.
779 .PP
780 path = \fIPATH\fR \fB(V)\fR
781 .RS 4
782 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\&.
783 .sp
784 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 volumename is unspecified, the last component of pathname is used\&. No two volumes may have the same name\&. If there are spaces in the name, it should be in quotes (i\&.e\&. "File Share")\&. The volume name cannot contain the
785 \':\'
786 character\&. The volume name is mangled if it is very long\&. Mac charset volume name is limited to 27 characters\&. UTF8\-MAC volume name is limited to volnamelen parameter\&.
787 .RE
788 .PP
789 appledouble = \fIea|v2\fR \fB(V)\fR
790 .RS 4
791 Specify the format of the metadata files, which are used for saving Mac resource fork as well\&. Earlier versions used AppleDouble v2, the new default format is
792 \fBea\fR\&.
793 .RE
794 .PP
795 vol size limit = \fIsize in MiB\fR \fB(V)\fR
796 .RS 4
797 Useful for Time Machine: limits the reported volume size, thus preventing Time Machine from using the whole real disk space for backup\&. Example: "vol size limit = 1000" would limit the reported disk space to 1 GB\&.
798 \fBIMPORTANT: \fR
799 This is an approimated calculation taking into accout the contents of Time Machine sparsebundle images\&. Therefor you MUST NOT use this volume to store other content when using this option, because it would NOT be accounted\&. The calculation works by reading the band size from the Info\&.plist XML file of the sparsebundle, reading the bands/ directory counting the number of band files, and then multiplying one with the other\&.
800 .RE
801 .PP
802 valid users = \fIusers/groups\fR \fB(V)\fR
803 .RS 4
804 The allow option allows the users and groups that access a share to be specified\&. Users and groups are specified, delimited by spaces or commas\&. Groups are designated by a @ prefix\&. Example: "valid users = user1 user2 @group"
805 .RE
806 .PP
807 invalid users = \fIusers/groups\fR \fB(V)\fR
808 .RS 4
809 The deny option specifies users and groups who are not allowed access to the share\&. It follows the same format as the "valid users" option\&.
810 .RE
811 .PP
812 hosts allow = \fIIP host address/IP netmask bits [ \&.\&.\&. ]\fR \fB(V)\fR
813 .RS 4
814 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\&.
815 .sp
816 Example: hosts allow = 10\&.1\&.0\&.0/16 10\&.2\&.1\&.100 2001:0db8:1234::/48
817 .RE
818 .PP
819 hosts deny = \fIIP host address/IP netmask bits [ \&.\&.\&. ]\fR \fB(V)\fR
820 .RS 4
821 Listed hosts and nets are rejected, all others are allowed\&.
822 .sp
823 Example: hosts deny = 192\&.168\&.100/24 10\&.1\&.1\&.1 2001:db8::1428:57ab
824 .RE
825 .PP
826 cnid scheme = \fIbackend\fR \fB(V)\fR
827 .RS 4
828 set the CNID backend to be used for the volume, default is [:DEFAULT_CNID_SCHEME:] available schemes: [:COMPILED_BACKENDS:]
829 .RE
830 .PP
831 ea = \fInone|auto|sys|ad\fR
832 .RS 4
833 Specify how Extended Attributes
834 are stored\&.
835 \fBauto\fR
836 is the default\&.
837 .PP
838 auto
839 .RS 4
840 Try
841 \fBsys\fR
842 (by setting an EA on the shared directory itself), fallback to
843 \fBad\fR\&. Requires writeable volume for perfoming test\&. "\fBread only = yes\fR" overwrites
844 \fBauto\fR
845 with
846 \fBnone\fR\&. Use explicit "\fBea = sys|ad\fR" for read\-only volumes where appropiate\&.
847 .RE
848 .PP
849 sys
850 .RS 4
851 Use filesystem Extended Attributes\&.
852 .RE
853 .PP
854 ad
855 .RS 4
856 Use files in
857 \fI\&.AppleDouble\fR
858 directories\&.
859 .RE
860 .PP
861 none
862 .RS 4
863 No Extended Attributes support\&.
864 .RE
865 .RE
866 .PP
867 mac charset = \fICHARSET\fR \fB(V)\fR
868 .RS 4
869 specifies the Mac client charset for this Volume, e\&.g\&.
870 \fIMAC_ROMAN\fR,
871 \fIMAC_CYRILLIC\fR\&. If not specified the global setting is applied\&. This setting is only required if you need volumes, where the Mac charset differs from the one globally set in the [Global] section\&.
872 .RE
873 .PP
874 casefold = \fBoption\fR
875 .RS 4
876 The casefold option handles, if the case of filenames should be changed\&. The available options are:
877 .sp
878 \fBtolower\fR
879 \- Lowercases names in both directions\&.
880 .sp
881 \fBtoupper\fR
882 \- Uppercases names in both directions\&.
883 .sp
884 \fBxlatelower\fR
885 \- Client sees lowercase, server sees uppercase\&.
886 .sp
887 \fBxlateupper\fR
888 \- Client sees uppercase, server sees lowercase\&.
889 .RE
890 .PP
891 password = \fIpassword\fR \fB(V)\fR
892 .RS 4
893 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)\&.
894 .RE
895 .PP
896 file perm = \fImode\fR \fB(V)\fR, directory perm = \fImode\fR \fB(V)\fR
897 .RS 4
898 Add(or) with the client requested permissions:
899 \fBfile perm\fR
900 is for files only,
901 \fBdirectory perm\fR
902 is for directories only\&. Don\'t use with "\fBunix priv = no\fR"\&.
903 .PP
904 \fBExample.\ \&Volume for a collaborative workgroup\fR
905 .sp
906 .if n \{\
907 .RS 4
908 .\}
909 .nf
910 file perm = 0660
911 directory perm = 0770
912 .fi
913 .if n \{\
914 .RE
915 .\}
916
917 .RE
918 .PP
919 umask = \fImode\fR \fB(V)\fR
920 .RS 4
921 set perm mask\&. Don\'t use with "\fBunix priv = no\fR"\&.
922 .RE
923 .PP
924 preexec = \fIcommand\fR \fB(V)\fR
925 .RS 4
926 command to be run when the volume is mounted, ignored for user defined volumes
927 .RE
928 .PP
929 postexec = \fIcommand\fR \fB(V)\fR
930 .RS 4
931 command to be run when the volume is closed, ignored for user defined volumes
932 .RE
933 .PP
934 root preexec = \fIcommand\fR \fB(V)\fR
935 .RS 4
936 command to be run as root when the volume is mounted, ignored for user defined volumes
937 .RE
938 .PP
939 root postexec = \fIcommand\fR \fB(V)\fR
940 .RS 4
941 command to be run as root when the volume is closed, ignored for user defined volumes
942 .RE
943 .PP
944 rolist = \fBusers/groups\fR \fB(V)\fR
945 .RS 4
946 Allows certain users and groups to have read\-only access to a share\&. This follows the allow option format\&.
947 .RE
948 .PP
949 rwlist = \fIusers/groups\fR \fB(V)\fR
950 .RS 4
951 Allows certain users and groups to have read/write access to a share\&. This follows the allow option format\&.
952 .RE
953 .PP
954 veto files = \fIvetoed names\fR \fB(V)\fR
955 .RS 4
956 hide files and directories,where the path matches one of the \'/\' delimited vetoed names\&. The veto string must always be terminated with a \'/\', eg\&. "veto1/", "veto1/veto2/"\&.
957 .RE
958 .SS "Volume options"
959 .PP
960 Boolean volume options\&.
961 .PP
962 acls = \fIBOOLEAN\fR (default: \fIyes\fR) \fB(V)\fR
963 .RS 4
964 Whether to flag volumes as supporting ACLs\&. If ACL support is compiled in, this is yes by default\&.
965 .RE
966 .PP
967 cnid dev = \fIBOOLEAN\fR (default: \fIyes\fR) \fB(V)\fR
968 .RS 4
969 Whether to use the device number in the CNID backends\&. Helps when the device number is not constant across a reboot, eg cluster, \&.\&.\&.
970 .RE
971 .PP
972 convert appledouble = \fIBOOLEAN\fR (default: \fIyes\fR) \fB(V)\fR
973 .RS 4
974 Whether automatic conversion from
975 \fBappledouble = v2\fR
976 to
977 \fBappledouble = ea\fR
978 is performed when accessing filesystems from clients\&. This is generally useful, but costs some performance\&. It\'s recommdable to run
979 \fBdbd\fR
980 on volumes and do the conversion with that\&. Then this option can be set to no\&.
981 .RE
982 .PP
983 invisible dots = \fIBOOLEAN\fR (default: \fIno\fR) \fB(V)\fR
984 .RS 4
985 make dot files invisible\&.
986 .RE
987 .PP
988 network ids = \fIBOOLEAN\fR (default: \fIyes\fR) \fB(V)\fR
989 .RS 4
990 Whether the server support network ids\&. Setting this to
991 \fIno\fR
992 will result in the client not using ACL AFP functions\&.
993 .RE
994 .PP
995 preexec close = \fIBOOLEAN\fR (default: \fIno\fR) \fB(V)\fR
996 .RS 4
997 A non\-zero return code from preexec close the volume being immediately, preventing clients to mount/see the volume in question\&.
998 .RE
999 .PP
1000 read only = \fIBOOLEAN\fR (default: \fIno\fR) \fB(V)\fR
1001 .RS 4
1002 Specifies the share as being read only for all users\&. Overwrites
1003 \fBea = auto\fR
1004 with
1005 \fBea = none\fR
1006 .RE
1007 .PP
1008 root preexec close= \fIBOOLEAN\fR (default: \fIno\fR) \fB(V)\fR
1009 .RS 4
1010 A non\-zero return code from root_preexec closes the volume immediately, preventing clients to mount/see the volume in question\&.
1011 .RE
1012 .PP
1013 search db = \fIBOOLEAN\fR (default: \fIno\fR) \fB(V)\fR
1014 .RS 4
1015 Use fast CNID database namesearch instead of slow recursive filesystem search\&. Relies on a consistent CNID database, ie Samba or local filesystem access lead to inaccurate or wrong results\&. Works only for "dbd" CNID db volumes\&.
1016 .RE
1017 .PP
1018 stat vol = \fIBOOLEAN\fR (default: \fIyes\fR) \fB(V)\fR
1019 .RS 4
1020 Whether to stat volume path when enumerating volumes list, useful for automounting or volumes created by a preexec script\&.
1021 .RE
1022 .PP
1023 time machine = \fIBOOLEAN\fR (default: \fIno\fR) \fB(V)\fR
1024 .RS 4
1025 Whether to enable Time Machine suport for this volume\&.
1026 .RE
1027 .PP
1028 unix priv = \fIBOOLEAN\fR (default: \fIyes\fR) \fB(V)\fR
1029 .RS 4
1030 Whether to use AFP3 UNIX privileges\&. This should be set for OS X clients\&. See also:
1031 \fBfile perm\fR,
1032 \fBdirectory perm\fR
1033 and
1034 \fBumask\fR\&.
1035 .RE
1036 .SH "CNID BACKENDS"
1037 .PP
1038 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
1039 :STATEDIR:/netatalk/CNID/(volumename)/\&.AppleDB/
1040 directory\&.
1041 .PP
1042 cdb
1043 .RS 4
1044 "Concurrent database", backend is based on Oracle Berkely DB\&. With this backend several
1045 \fBafpd\fR
1046 deamons access the CNID database directly\&. Berkeley DB locking is used to synchronize access, if more than one
1047 \fBafpd\fR
1048 process is active for a volume\&. The drawback is, that the crash of a single
1049 \fBafpd\fR
1050 process might corrupt the database\&.
1051 .RE
1052 .PP
1053 dbd
1054 .RS 4
1055 Access to the CNID database is restricted to the
1056 \fBcnid_metad\fR
1057 daemon process\&.
1058 \fBafpd\fR
1059 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
1060 \fBcdb\fR
1061 .RE
1062 .PP
1063 last
1064 .RS 4
1065 This backend is an exception, in terms of ID persistency\&. ID\'s are only valid for the current session\&. This is basically what
1066 \fBafpd\fR
1067 did in the 1\&.5 (and 1\&.6) versions\&. This backend is still available, as it is useful for e\&.g\&. sharing cdroms\&. Starting with Netatalk 3\&.0, it becomes the
1068 \fIread only mode\fR
1069 automatically\&.
1070 .sp
1071 \fBWarning\fR: It is
1072 \fINOT\fR
1073 recommended to use this backend for volumes anymore, as
1074 \fBafpd\fR
1075 now relies heavily on a persistent ID database\&. Aliases will likely not work and filename mangling is not supported\&.
1076 .RE
1077 .PP
1078 Even though
1079 \fB\&./configure \-\-help\fR
1080 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\&.
1081 .SH "CHARSET OPTIONS"
1082 .PP
1083 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\&.
1084 .PP
1085 \fBafpd\fR
1086 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
1087 :f0\&. Some special characters will be converted as to :xx notation as well\&. \'/\' will be encoded to
1088 :2f, if
1089 \fBusedots\fR
1090 is not specified, a leading dot \'\&.\' will be encoded as
1091 :2e\&.
1092 .PP
1093 This version now uses UTF\-8 as the default encoding for names\&. \'/\' will be converted to \':\'\&.
1094 .PP
1095 The
1096 \fBvol charset\fR
1097 option will allow you to select another volume encoding\&. E\&.g\&. for western users another useful setting could be vol charset ISO\-8859\-15\&.
1098 \fBafpd\fR
1099 will accept any
1100 \fBiconv\fR(1)
1101 provided charset\&. If a character cannot be converted from the
1102 \fBmac charset\fR
1103 to the selected
1104 \fBvol charset\fR, afpd will save it as a CAP encoded character\&. For AFP3 clients,
1105 \fBafpd\fR
1106 will convert the UTF\-8
1107 character to
1108 \fBmac charset\fR
1109 first\&. If this conversion fails, you\'ll receive a \-50 error on the mac\&.
1110 .PP
1111 \fINote\fR: Whenever you can, please stick with the default UTF\-8 volume format\&.
1112 .SH "SEE ALSO"
1113 .PP
1114 \fBafpd\fR(8),
1115 \fBafppasswd\fR(5),
1116 \fBafp_signature.conf\fR(5),
1117 \fBcnid_metad\fR(8)