]> arthur.barton.de Git - netatalk.git/blob - doc/manpages/man5/afp.conf.5.xml
Spotlight option
[netatalk.git] / doc / manpages / man5 / afp.conf.5.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <refentry id="afp.conf.5">
3   <refmeta>
4     <refentrytitle>afp.conf</refentrytitle>
5
6     <manvolnum>5</manvolnum>
7
8     <refmiscinfo class="date">30 Apr 2013</refmiscinfo>
9
10     <refmiscinfo class="source">@NETATALK_VERSION@</refmiscinfo>
11   </refmeta>
12
13   <refnamediv>
14     <refname>afp.conf</refname>
15
16     <refpurpose>Netatalk configuration file <indexterm>
17         <primary>afp.conf</primary>
18       </indexterm></refpurpose>
19   </refnamediv>
20
21   <refsect1>
22     <title>SYNOPSIS</title>
23
24     <para>The <filename>afp.conf</filename> file is the configuration file for
25     the <emphasis role="bold">Netatalk</emphasis> AFP file server.</para>
26
27     <para>All AFP specific configuration and AFP volume definitions are done
28     via this file.</para>
29   </refsect1>
30
31   <refsect1 id="FILEFORMATSECT">
32     <title>FILE FORMAT</title>
33
34     <para>The file consists of sections and parameters. A section begins with
35     the name of the section in square brackets and continues until the next
36     section begins. Sections contain parameters of the form: <programlisting>
37     <replaceable>name</replaceable> = <replaceable>value </replaceable>
38     </programlisting></para>
39
40     <para>The file is line-based - that is, each newline-terminated line
41     represents either a comment, a section name or a parameter.</para>
42
43     <para>Section and parameter names are case sensitive.</para>
44
45     <para>Only the first equals sign in a parameter is significant. Whitespace
46     before or after the first equals sign is discarded. Leading, trailing and
47     internal whitespace in section and parameter names is irrelevant. Leading
48     and trailing whitespace in a parameter value is discarded. Internal
49     whitespace within a parameter value is retained verbatim.</para>
50
51     <para>Any line beginning with a semicolon (<quote>;</quote>) or a hash
52     (<quote>#</quote>) character is ignored, as are lines containing only
53     whitespace.</para>
54
55     <para>Any line ending in a <quote> <literal>\</literal> </quote> is
56     continued on the next line in the customary UNIX fashion.</para>
57
58     <para>The values following the equals sign in parameters are all either a
59     string (no quotes needed) or a boolean, which may be given as yes/no, 1/0
60     or true/false. Case is not significant in boolean values, but is preserved
61     in string values. Some items such as create masks are numeric.</para>
62
63     <para>The parameter <option>include =
64     <replaceable>path</replaceable></option> allows you to include one config
65     file inside another. The file is included literally, as though typed in
66     place. Nested includes are not supported.</para>
67   </refsect1>
68
69   <refsect1>
70     <title>SECTION DESCRIPTIONS</title>
71
72     <para>Each section in the configuration file (except for the [Global]
73     section) describes a shared resource (known as a <quote>volume</quote>).
74     The section name is the name of the volume and the parameters within the
75     section define the volume attributes and options.</para>
76
77     <para>There are two special sections, [Global] and [Homes], which are
78     described under <emphasis>special sections</emphasis>. The following notes
79     apply to ordinary section descriptions.</para>
80
81     <para>A volume consists of a directory to which access is being given plus
82     a description of the access rights which are granted to the user of the
83     service. For volumes the <option>path</option> option must specify the
84     directory to share.</para>
85
86     <para>Any volume section without <option>path</option> option is
87     considered a <emphasis>vol preset</emphasis> which can be selected in
88     other volume sections via the <option>vol preset</option> option and
89     constitutes defaults for the volume. For any option specified both in a
90     preset <emphasis>and</emphasis> in a volume section the volume section
91     setting completely substitutes the preset option.</para>
92
93     <para>The access rights granted by the server are masked by the access
94     rights granted to the specified or guest UNIX user by the host system. The
95     server does not grant more access than the host system grants.</para>
96
97     <para>The following sample section defines an AFP volume. The user has
98     full access to the path <filename>/foo/bar</filename>. The share is
99     accessed via the share name <literal>baz</literal>: <programlisting> [baz]
100     path = /foo/bar </programlisting></para>
101   </refsect1>
102
103   <refsect1>
104     <title>SPECIAL SECTIONS</title>
105
106     <refsect2>
107       <title>The [Global] section</title>
108
109       <para>Parameters in this section apply to the server as a whole.
110       Parameters denoted by a (G) below are must be set in this
111       section.</para>
112     </refsect2>
113
114     <refsect2>
115       <title>The [Homes] section</title>
116
117       <para>This section enable sharing of the UNIX server user home
118       directories. Specifying an optional <option>path</option> parameter
119       means that not the whole user home will be shared but the subdirectory
120       <option>path</option>. It is necessary to define the <option>basedir
121       regex</option> option. It should be a regex which matches the parent
122       directory of the user homes. Parameters denoted by a (H) belong to
123       volume sections. The optional parameter <option>home name</option> can
124       be used to change the AFP volume name which <emphasis>$u's
125       home</emphasis> by default. See below under VARIABLE
126       SUBSTITUTIONS.</para>
127
128       <para>The following example illustrates this. Given all user home
129       directories are stored under <filename>/home</filename>:
130       <programlisting> [Homes]
131       path = afp-data
132       basedir regex = /home</programlisting> For a user
133       <emphasis>john</emphasis> this results in an AFP home volume with a path
134       of <filename>/home/john/afp-data</filename>.</para>
135
136       <para>If <option>basedir regex</option> contains symlink, set the
137       canonicalized absolute path. When <filename>/home</filename> links to
138       <filename>/usr/home</filename>: <programlisting> [Homes]
139       basedir regex = /usr/home</programlisting></para>
140     </refsect2>
141   </refsect1>
142
143   <refsect1>
144     <title>PARAMETERS</title>
145
146     <para>Parameters define the specific attributes of sections.</para>
147
148     <para>Some parameters are specific to the [Global] section (e.g.,
149     <emphasis>log type</emphasis>). All others are permissible only in volume
150     sections. The letter <emphasis>G</emphasis> in parentheses indicates that
151     a parameter is specific to the [Global] section. The letter
152     <emphasis>V</emphasis> indicates that a parameter can be specified in a
153     volume specific section.</para>
154   </refsect1>
155
156   <refsect1>
157     <title>VARIABLE SUBSTITUTIONS</title>
158
159     <para>You can use variables in volume names. The use of variables in paths
160     is not supported for now.</para>
161
162     <orderedlist>
163       <listitem>
164         <para>if you specify an unknown variable, it will not get
165         converted.</para>
166       </listitem>
167
168       <listitem>
169         <para>if you specify a known variable, but that variable doesn't have
170         a value, it will get ignored.</para>
171       </listitem>
172     </orderedlist>
173
174     <para>The variables which can be used for substitutions are:</para>
175
176     <variablelist>
177       <varlistentry>
178         <term>$b</term>
179
180         <listitem>
181           <para>basename</para>
182         </listitem>
183       </varlistentry>
184
185       <varlistentry>
186         <term>$c</term>
187
188         <listitem>
189           <para>client's ip address</para>
190         </listitem>
191       </varlistentry>
192
193       <varlistentry>
194         <term>$d</term>
195
196         <listitem>
197           <para>volume pathname on server</para>
198         </listitem>
199       </varlistentry>
200
201       <varlistentry>
202         <term>$f</term>
203
204         <listitem>
205           <para>full name (contents of the gecos field in the passwd
206           file)</para>
207         </listitem>
208       </varlistentry>
209
210       <varlistentry>
211         <term>$g</term>
212
213         <listitem>
214           <para>group name</para>
215         </listitem>
216       </varlistentry>
217
218       <varlistentry>
219         <term>$h</term>
220
221         <listitem>
222           <para>hostname</para>
223         </listitem>
224       </varlistentry>
225
226       <varlistentry>
227         <term>$i</term>
228
229         <listitem>
230           <para>client's ip, without port</para>
231         </listitem>
232       </varlistentry>
233
234       <varlistentry>
235         <term>$s</term>
236
237         <listitem>
238           <para>server name (this can be the hostname)</para>
239         </listitem>
240       </varlistentry>
241
242       <varlistentry>
243         <term>$u</term>
244
245         <listitem>
246           <para>user name (if guest, it is the user that guest is running
247           as)</para>
248         </listitem>
249       </varlistentry>
250
251       <varlistentry>
252         <term>$v</term>
253
254         <listitem>
255           <para>volume name</para>
256         </listitem>
257       </varlistentry>
258
259       <varlistentry>
260         <term>$$</term>
261
262         <listitem>
263           <para>prints dollar sign ($)</para>
264         </listitem>
265       </varlistentry>
266     </variablelist>
267   </refsect1>
268
269   <refsect1>
270     <title>EXPLANATION OF GLOBAL PARAMETERS</title>
271
272     <refsect2>
273       <title>Authentication Options</title>
274
275       <variablelist>
276         <varlistentry>
277           <term>ad domain = <parameter>DOMAIN</parameter>
278           <type>(G)</type></term>
279
280           <listitem>
281             <para>Append @DOMAIN to username when authenticating. Useful in
282             Active Directory environments that otherwise would require the
283             user to enter the full user@domain string.</para>
284           </listitem>
285         </varlistentry>
286
287         <varlistentry>
288           <term>admin auth user = <parameter>user</parameter>
289           <type>(G)</type></term>
290
291           <listitem>
292             <para>Specifying eg "<option>admin auth user = root</option>"
293             whenever a normal user login fails, afpd will try to authenticate
294             as the specified <option>admin auth user</option>. If this
295             succeeds, a normal session is created for the original connecting
296             user. Said differently: if you know the password of <option>admin
297             auth user</option>, you can authenticate as any other user.</para>
298           </listitem>
299         </varlistentry>
300
301         <varlistentry>
302           <term>k5 keytab = <replaceable>path</replaceable>
303           <type>(G)</type></term>
304
305           <term>k5 service = <replaceable>service</replaceable>
306           <type>(G)</type></term>
307
308           <term>k5 realm = <replaceable>realm</replaceable>
309           <type>(G)</type></term>
310
311           <listitem>
312             <para>These are required if the server supports the Kerberos 5
313             authentication UAM.</para>
314           </listitem>
315         </varlistentry>
316
317         <varlistentry>
318           <term>nt domain = <parameter>DOMAIN</parameter>
319           <type>(G)</type></term>
320
321           <term>nt separator = <parameter>SEPARATOR</parameter>
322           <type>(G)</type></term>
323
324           <listitem>
325             <para>Use for eg. winbind authentication, prepends both strings
326             before the username from login and then tries to authenticate with
327             the result through the available and active UAM authentication
328             modules.</para>
329           </listitem>
330         </varlistentry>
331
332         <varlistentry>
333           <term>save password = <replaceable>BOOLEAN</replaceable> (default:
334           <emphasis>yes</emphasis>) <type>(G)</type></term>
335
336           <listitem>
337             <para>Enables or disables the ability of clients to save passwords
338             locally.</para>
339           </listitem>
340         </varlistentry>
341
342         <varlistentry>
343           <term>set password = <replaceable>BOOLEAN</replaceable> (default:
344           <emphasis>no</emphasis>) <type>(G)</type></term>
345
346           <listitem>
347             <para>Enables or disables the ability of clients to change their
348             passwords via chooser or the "connect to server" dialog.</para>
349           </listitem>
350         </varlistentry>
351
352         <varlistentry>
353           <term>uam list = <replaceable>uam list</replaceable>
354           <type>(G)</type></term>
355
356           <listitem>
357             <para>Space or comma separated list of UAMs. (The default is
358             "uams_dhx.so uams_dhx2.so").</para>
359
360             <para>The most commonly used UAMs are:</para>
361
362             <variablelist>
363               <varlistentry>
364                 <term>uams_guest.so</term>
365
366                 <listitem>
367                   <para>allows guest logins</para>
368                 </listitem>
369               </varlistentry>
370
371               <varlistentry>
372                 <term>uams_clrtxt.so</term>
373
374                 <listitem>
375                   <para>(uams_pam.so or uams_passwd.so) Allow logins with
376                   passwords transmitted in the clear. (legacy)</para>
377                 </listitem>
378               </varlistentry>
379
380               <varlistentry>
381                 <term>uams_randum.so</term>
382
383                 <listitem>
384                   <para>allows Random Number and Two-Way Random Number
385                   Exchange for authentication (requires a separate file
386                   containing the passwords, either @pkgconfdir@/afppasswd file or
387                   the one specified via "<option>passwd file</option>". See
388                   <citerefentry>
389                       <refentrytitle>afppasswd</refentrytitle>
390
391                       <manvolnum>1</manvolnum>
392                     </citerefentry> for details. (legacy)</para>
393                 </listitem>
394               </varlistentry>
395
396               <varlistentry>
397                 <term>uams_dhx.so</term>
398
399                 <listitem>
400                   <para>(uams_dhx_pam.so or uams_dhx_passwd.so) Allow
401                   Diffie-Hellman eXchange (DHX) for authentication.</para>
402                 </listitem>
403               </varlistentry>
404
405               <varlistentry>
406                 <term>uams_dhx2.so</term>
407
408                 <listitem>
409                   <para>(uams_dhx2_pam.so or uams_dhx2_passwd.so) Allow
410                   Diffie-Hellman eXchange 2 (DHX2) for authentication.</para>
411                 </listitem>
412               </varlistentry>
413
414               <varlistentry>
415                 <term>uam_gss.so</term>
416
417                 <listitem>
418                   <para>Allow Kerberos V for authentication (optional)</para>
419                 </listitem>
420               </varlistentry>
421             </variablelist>
422           </listitem>
423         </varlistentry>
424
425         <varlistentry>
426           <term>uam path = <replaceable>path</replaceable>
427           <type>(G)</type></term>
428
429           <listitem>
430             <para>Sets the default path for UAMs for this server (default is
431             @libdir@/netatalk).</para>
432           </listitem>
433         </varlistentry>
434       </variablelist>
435     </refsect2>
436
437     <refsect2>
438       <title>Charset Options</title>
439
440       <para>With OS X Apple introduced the AFP3 protocol. One of the big
441       changes was, that AFP3 uses Unicode names encoded as Decomposed UTF-8
442       (UTF8-MAC). Previous AFP/OS versions used charsets like MacRoman,
443       MacCentralEurope, etc.</para>
444
445       <para>To be able to serve AFP3 and older clients at the same time,
446       <command>afpd</command> needs to be able to convert between UTF-8 and
447       Mac charsets. Even OS X clients partly still rely on the mac charset. As
448       there's no way, <command>afpd</command> can detect the codepage a pre
449       AFP3 client uses, you have to specify it using the <option>mac
450       charset</option> option. The default is MacRoman, which should be fine
451       for most western users.</para>
452
453       <para>As <command>afpd</command> needs to interact with UNIX operating
454       system as well, it need's to be able to convert from UTF8-MAC / Mac
455       charset to the UNIX charset. By default <command>afpd</command> uses
456       <emphasis>UTF8</emphasis>. You can set the UNIX charset using the
457       <option>unix charset</option> option. If you're using extended
458       characters in the configuration files for <command>afpd</command>, make
459       sure your terminal matches the <option>unix charset</option>.</para>
460
461       <variablelist>
462         <varlistentry>
463           <term>mac charset = <parameter>CHARSET</parameter>
464           <type>(G)/(V)</type></term>
465
466           <listitem>
467             <para>Specifies the Mac clients charset, e.g.
468             <emphasis>MAC_ROMAN</emphasis>. This is used to convert strings
469             and filenames to the clients codepage for OS9 and Classic, i.e.
470             for authentication and AFP messages (SIGUSR2 messaging). This will
471             also be the default for the volumes <option>mac charset</option>.
472             Defaults to <emphasis>MAC_ROMAN</emphasis>.</para>
473           </listitem>
474         </varlistentry>
475
476         <varlistentry>
477           <term>unix charset = <parameter>CHARSET</parameter>
478           <type>(G)</type></term>
479
480           <listitem>
481             <para>Specifies the servers unix charset, e.g.
482             <emphasis>ISO-8859-15</emphasis> or <emphasis>EUC-JP</emphasis>.
483             This is used to convert strings to/from the systems locale, e.g.
484             for authentication, server messages and volume names. If
485             <emphasis>LOCALE</emphasis> is set, the systems locale is used.
486             Defaults to <emphasis>UTF8</emphasis>.</para>
487           </listitem>
488         </varlistentry>
489
490         <varlistentry>
491           <term>vol charset = <parameter>CHARSET</parameter>
492           <type>(G)/(V)</type></term>
493
494           <listitem>
495             <para>Specifies the encoding of the volumes filesystem. By
496             default, it is the same as <option>unix charset</option>.</para>
497           </listitem>
498         </varlistentry>
499       </variablelist>
500     </refsect2>
501
502     <refsect2>
503       <title>Password Options</title>
504
505       <variablelist>
506         <varlistentry>
507           <term>passwd file = <parameter>path</parameter>
508           <type>(G)</type></term>
509
510           <listitem>
511             <para>Sets the path to the Randnum UAM passwd file for this server
512             (default is @pkgconfdir@/afppasswd).</para>
513           </listitem>
514         </varlistentry>
515
516         <varlistentry>
517           <term>passwd minlen = <parameter>number</parameter>
518           <type>(G)</type></term>
519
520           <listitem>
521             <para>Sets the minimum password length, if supported by the
522             UAM</para>
523           </listitem>
524         </varlistentry>
525       </variablelist>
526     </refsect2>
527
528     <refsect2>
529       <title>Network Options</title>
530
531       <variablelist>
532         <varlistentry>
533           <term>advertise ssh = <replaceable>BOOLEAN</replaceable> (default:
534           <emphasis>no</emphasis>) <type>(G)</type></term>
535
536           <listitem>
537             <para>Allows old Mac OS X clients (10.3.3-10.4) to automagically
538             establish a tunneled AFP connection through SSH. If this option is
539             set, the server's answers to client's FPGetSrvrInfo requests
540             contain an additional entry. It depends on both client's settings
541             and a correctly configured and running <citerefentry>
542                 <refentrytitle>sshd</refentrytitle>
543
544                 <manvolnum>8</manvolnum>
545               </citerefentry> on the server to let things work.</para>
546
547             <note>
548               <para>Setting this option is not recommended since globally
549               encrypting AFP connections via SSH will increase the server's
550               load significantly. On the other hand, Apple's client side
551               implementation of this feature in MacOS X versions prior to
552               10.3.4 contained a security flaw.</para>
553             </note>
554           </listitem>
555         </varlistentry>
556
557         <varlistentry>
558           <term>afp interfaces = <replaceable>name [name ...]</replaceable>
559             <type>(G)</type></term>
560           <listitem>
561             <para>Specifies the network interfaces that the server should
562             listens on. The default is advertise the first IP address of the
563             system, but to listen for any incoming request.</para>
564           </listitem>
565         </varlistentry>
566
567         <varlistentry>
568           <term>afp listen = <replaceable>ip address[:port] [ip address[:port]
569           ...]</replaceable> <type>(G)</type></term>
570
571           <listitem>
572             <para>Specifies the IP address that the server should advertise
573             <emphasis role="bold">and</emphasis> listens to. The default is
574             advertise the first IP address of the system, but to listen for
575             any incoming request. The network address may be specified either
576             in dotted-decimal format for IPv4 or in hexadecimal format for
577             IPv6.</para>
578           </listitem>
579         </varlistentry>
580
581         <varlistentry>
582           <term>afp port = <replaceable>port number</replaceable>
583           <type>(G)</type></term>
584
585           <listitem>
586             <para>Allows a different TCP port to be used for AFP. The default
587             is 548. Also sets the default port applied when none specified in
588             an <option>afp listen</option> option.</para>
589           </listitem>
590         </varlistentry>
591
592         <varlistentry>
593           <term>cnid listen = <replaceable>ip address[:port] [ip
594           address[:port] ...]</replaceable> <type>(G)</type></term>
595
596           <listitem>
597             <para>Specifies the IP address that the CNID server should listen
598             on. The default is <emphasis
599             role="bold">localhost:4700</emphasis>.</para>
600           </listitem>
601         </varlistentry>
602
603         <varlistentry>
604           <term>disconnect time = <replaceable>number</replaceable>
605           <type>(G)</type></term>
606
607           <listitem>
608             <para>Keep disconnected AFP sessions for
609             <parameter>number</parameter> hours before dropping them. Default
610             is 24 hours.</para>
611           </listitem>
612         </varlistentry>
613
614         <varlistentry>
615           <term>dsireadbuf = <replaceable>number</replaceable>
616           <type>(G)</type></term>
617
618           <listitem>
619             <para>Scale factor that determines the size of the DSI/TCP
620             readahead buffer, default is 12. This is multiplies with the DSI
621             server quantum (default ~300k) to give the size of the buffer.
622             Increasing this value might increase throughput in fast local
623             networks for volume to volume copies. <emphasis>Note</emphasis>:
624             This buffer is allocated per afpd child process, so specifying
625             large values will eat up large amount of memory (buffer size *
626             number of clients).</para>
627           </listitem>
628         </varlistentry>
629
630         <varlistentry>
631           <term>fqdn = <replaceable>name:port</replaceable>
632           <type>(G)</type></term>
633
634           <listitem>
635             <para>Specifies a fully-qualified domain name, with an optional
636             port. This is discarded if the server cannot resolve it. This
637             option is not honored by AppleShare clients &lt;= 3.8.3. This
638             option is disabled by default. Use with caution as this will
639             involve a second name resolution step on the client side. Also
640             note that afpd will advertise this name:port combination but not
641             automatically listen to it.</para>
642           </listitem>
643         </varlistentry>
644
645         <varlistentry>
646           <term>hostname = <replaceable>name</replaceable>
647           <type>(G)</type></term>
648
649           <listitem>
650             <para>Use this instead of the result from calling hostname for
651             determining which IP address to advertise, therefore the hostname
652             is resolved to an IP which is the advertised. This is NOT used for
653             listening and it is also overwritten by <option>afp
654             listen</option>.</para>
655           </listitem>
656         </varlistentry>
657
658         <varlistentry>
659           <term>max connections = <replaceable>number</replaceable>
660           <type>(G)</type></term>
661
662           <listitem>
663             <para>Sets the maximum number of clients that can simultaneously
664             connect to the server (default is 200).</para>
665           </listitem>
666         </varlistentry>
667
668         <varlistentry>
669           <term>server quantum = <replaceable>number</replaceable>
670           <type>(G)</type></term>
671
672           <listitem>
673             <para>This specifies the DSI server quantum. The default value is
674             1 MB. The maximum value is 0xFFFFFFFFF, the minimum is 32000. If
675             you specify a value that is out of range, the default value will
676             be set. Do not change this value unless you're absolutely sure,
677             what you're doing</para>
678           </listitem>
679         </varlistentry>
680
681         <varlistentry>
682           <term>sleep time = <replaceable>number</replaceable>
683           <type>(G)</type></term>
684
685           <listitem>
686             <para>Keep sleeping AFP sessions for <parameter>number</parameter>
687             hours before disconnecting clients in sleep mode. Default is 10
688             hours.</para>
689           </listitem>
690         </varlistentry>
691
692         <varlistentry>
693           <term>tcprcvbuf = <replaceable>number</replaceable>
694           <type>(G)</type></term>
695
696           <listitem>
697             <para>Try to set TCP receive buffer using setsockpt(). Often OSes
698             impose restrictions on the applications ability to set this
699             value.</para>
700           </listitem>
701         </varlistentry>
702
703         <varlistentry>
704           <term>tcpsndbuf = <replaceable>number</replaceable>
705           <type>(G)</type></term>
706
707           <listitem>
708             <para>Try to set TCP send buffer using setsockpt(). Often OSes
709             impose restrictions on the applications ability to set this
710             value.</para>
711           </listitem>
712         </varlistentry>
713
714         <varlistentry>
715           <term>use sendfile = <replaceable>BOOLEAN</replaceable> (default:
716           <emphasis>yes</emphasis>) <type>(G)</type></term>
717
718           <listitem>
719             <para>Whether to use sendfile<indexterm>
720                 <primary>sendfile</primary>
721               </indexterm> syscall for sending file data to clients.</para>
722           </listitem>
723         </varlistentry>
724
725         <varlistentry>
726           <term>zeroconf = <replaceable>BOOLEAN</replaceable> (default:
727           <emphasis>yes</emphasis>) <type>(G)</type></term>
728
729           <listitem>
730             <para>Whether to use automatic Zeroconf<indexterm>
731                 <primary>Zeroconf</primary>
732
733                 <secondary>Bonjour</secondary>
734               </indexterm> service registration if Avahi or mDNSResponder were
735             compiled in.</para>
736           </listitem>
737         </varlistentry>
738       </variablelist>
739     </refsect2>
740
741     <refsect2>
742       <title>Miscellaneous Options</title>
743
744       <variablelist>
745         <varlistentry>
746           <term>admin group = <replaceable>group</replaceable>
747           <type>(G)</type></term>
748
749           <listitem>
750             <para>Allows users of a certain group to be seen as the superuser
751             when they log in. This option is disabled by default.</para>
752           </listitem>
753         </varlistentry>
754
755         <varlistentry>
756           <term>afp read locks = <replaceable>BOOLEAN</replaceable> (default:
757           <emphasis>no</emphasis>) <type>(G)</type></term>
758
759           <listitem>
760             <para>Whether to apply locks to the byte region read in FPRead
761             calls. The AFP spec mandates this, but it's not really in line
762             with UNIX semantics and is a performance hug.</para>
763           </listitem>
764         </varlistentry>
765
766         <varlistentry>
767           <term>afpstats = <replaceable>BOOLEAN</replaceable> (default:
768           <emphasis>no</emphasis>) <type>(G)</type></term>
769
770           <listitem>
771             <para>Whether to provide AFP runtime statistics (connected
772             users, open volumes) via dbus.</para>            
773           </listitem>
774         </varlistentry>
775
776         <varlistentry>
777           <term>basedir regex = <replaceable>regex</replaceable>
778           <type>(H)</type></term>
779
780           <listitem>
781             <para>Regular expression which matches the parent directory of the
782             user homes. If <option>basedir regex</option> contains symlink,
783             you must set the canonicalized absolute path. In the simple case
784             this is just a path ie <option>basedir regex =
785             /home</option></para>
786           </listitem>
787         </varlistentry>
788
789         <varlistentry>
790           <term>close vol = <replaceable>BOOLEAN</replaceable> (default:
791           <emphasis>no</emphasis>) <type>(G)</type></term>
792
793           <listitem>
794             <para>Whether to close volumes possibly opened by clients when
795             they're removed from the configuration and the configuration is
796             reloaded.</para>
797           </listitem>
798         </varlistentry>
799
800         <varlistentry>
801           <term>cnid server = <replaceable>ipaddress[:port]</replaceable>
802           <type>(G)/(V)</type></term>
803
804           <listitem>
805             <para>Specifies the IP address and port of a cnid_metad server,
806             required for CNID dbd backend. Defaults to localhost:4700. The
807             network address may be specified either in dotted-decimal format
808             for IPv4 or in hexadecimal format for IPv6.-</para>
809           </listitem>
810         </varlistentry>
811
812         <varlistentry>
813           <term>dircachesize = <replaceable>number</replaceable>
814           <type>(G)</type></term>
815
816           <listitem>
817             <para>Maximum possible entries in the directory cache. The cache
818             stores directories and files. It is used to cache the full path to
819             directories and CNIDs which considerably speeds up directory
820             enumeration.</para>
821
822             <para>Default size is 8192, maximum size is 131072. Given value is
823             rounded up to nearest power of 2. Each entry takes about 100
824             bytes, which is not much, but remember that every afpd child
825             process for every connected user has its cache.</para>
826           </listitem>
827         </varlistentry>
828
829         <varlistentry>
830           <term>extmap file = <parameter>path</parameter>
831           <type>(G)</type></term>
832
833           <listitem>
834             <para>Sets the path to the file which defines file extension
835             type/creator mappings. (default is @pkgconfdir@/extmap.conf).</para>
836           </listitem>
837         </varlistentry>
838
839         <varlistentry>
840           <term>guest account = <replaceable>name</replaceable>
841           <type>(G)</type></term>
842
843           <listitem>
844             <para>Specifies the user that guests should use (default is
845             "nobody"). The name should be quoted.</para>
846           </listitem>
847         </varlistentry>
848
849         <varlistentry>
850           <term>home name = <replaceable>name</replaceable>
851           <type>(H)</type></term>
852
853           <listitem>
854             <para>AFP user home volume name. The default is <emphasis>user's
855             home</emphasis>.</para>
856           </listitem>
857         </varlistentry>
858
859         <varlistentry>
860           <term>login message = <replaceable>message</replaceable>
861           <type>(G)/(V)</type></term>
862
863           <listitem>
864             <para>Sets a message to be displayed when clients logon to the
865             server. The message should be in <option>unix charset</option> and
866             should be quoted. Extended characters are allowed.</para>
867           </listitem>
868         </varlistentry>
869
870         <varlistentry>
871           <term>mimic model = <replaceable>model</replaceable>
872           <type>(G)</type></term>
873
874           <listitem>
875             <para>Specifies the icon model that appears on clients. Defaults
876             to off. Note that afpd must support Zeroconf.
877             Examples: RackMac (same as Xserve), PowerBook, PowerMac,
878             Macmini, iMac, MacBook, MacBookPro, MacBookAir, MacPro,
879             AppleTV1,1, AirPort.</para>
880           </listitem>
881         </varlistentry>
882
883         <varlistentry>
884           <term>signature = &lt;text&gt; <type>(G)</type></term>
885
886           <listitem>
887             <para>Specify a server signature. The maximum length is 16
888             characters. This option is useful for clustered environments, to
889             provide fault isolation etc. By default, afpd generate signature
890             and saving it to
891             <filename>@localstatedir@/netatalk/afp_signature.conf</filename>
892             automatically (based on random number). See also
893             asip-status.pl(1).</para>
894           </listitem>
895         </varlistentry>
896
897         <varlistentry>
898           <term>solaris share reservations =
899           <replaceable>BOOLEAN</replaceable> (default:
900           <emphasis>yes</emphasis>) <type>(G)</type></term>
901
902           <listitem>
903             <para>Use share reservations on Solaris. Solaris CIFS server uses
904             this too, so this makes a lock coherent multi protocol
905             server.</para>
906           </listitem>
907         </varlistentry>
908
909         <varlistentry>
910           <term>spotlight =
911           <replaceable>BOOLEAN</replaceable> (default:
912           <emphasis>no</emphasis>) <type>(G)/(V)</type></term>
913
914           <listitem>
915             <para>Whether to enable Spotlight searches. Enable this global option
916             and then also add "spotlight = yes" to any volume you want to be able
917             to search with Spotlight. Note: once the global option is enabled, any
918             volume that is not enabled won't be searchable at all.</para>
919           </listitem>
920         </varlistentry>
921
922         <varlistentry>
923           <term>vol dbpath = <replaceable>path</replaceable>
924           <type>(G)</type></term>
925
926           <listitem>
927             <para>Sets the database information to be stored in path. You have
928             to specify a writable location, even if the volume is read only.
929             The default is
930             <filename>@localstatedir@/netatalk/CNID/</filename>.</para>
931           </listitem>
932         </varlistentry>
933
934         <varlistentry>
935           <term>volnamelen = <replaceable>number</replaceable>
936           <type>(G)</type></term>
937
938           <listitem>
939             <para>Max length of UTF8-MAC volume name for Mac OS X. Note that
940             Hangul is especially sensitive to this.</para>
941
942             <para><programlisting> 73: limit of Mac OS X 10.1 80: limit of Mac
943             OS X 10.4/10.5 (default) 255: limit of recent Mac OS
944             X</programlisting> Mac OS 9 and earlier are not influenced by
945             this, because Maccharset volume name is always limited to 27
946             bytes.</para>
947           </listitem>
948         </varlistentry>
949
950         <varlistentry>
951           <term>vol preset = <replaceable>name</replaceable>
952           <type>(G)/(V)</type></term>
953
954           <listitem>
955             <para>Use section <option>name</option> as option preset for all
956             volumes (when set in the [Global] section) or for one volume (when
957             set in that volume's section).</para>
958           </listitem>
959         </varlistentry>
960       </variablelist>
961     </refsect2>
962
963     <refsect2>
964       <title>Logging Options</title>
965
966       <variablelist>
967         <varlistentry>
968           <term>log file = <replaceable>logfile</replaceable>
969           <type>(G)</type></term>
970
971           <listitem>
972             <para>If not specified Netatalk logs to syslogs daemon facility.
973             Otherwise it logs to <option>logfile</option>.</para>
974           </listitem>
975         </varlistentry>
976
977         <varlistentry>
978           <term>log level = <replaceable>type:level [type:level
979           ...]</replaceable> <type>(G)</type></term>
980
981           <term>log level = <replaceable>type:level,[type:level,
982           ...]</replaceable> <type>(G)</type></term>
983
984           <listitem>
985             <para>Specify that any message of a loglevel up to the given
986             <option>log level</option> should be logged.</para>
987
988             <para>By default afpd logs to syslog with a default logging setup
989             equivalent to <option>default:note</option></para>
990
991             <para>logtypes: default, afpdaemon, logger, uamsdaemon</para>
992
993             <para>loglevels: severe, error, warn, note, info, debug, debug6,
994             debug7, debug8, debug9, maxdebug</para>
995
996             <note>
997               <para>Both logtype and loglevels are case insensitive.</para>
998             </note>
999           </listitem>
1000         </varlistentry>
1001       </variablelist>
1002     </refsect2>
1003
1004     <refsect2 id="fceconf">
1005       <title>Filesystem Change Events (FCE<indexterm>
1006           <primary>FCE</primary>
1007         </indexterm>)</title>
1008
1009       <para>Netatalk includes a nifty filesystem change event mechanism where
1010       afpd processes notify interested listeners about certain filesystem
1011       event by UDP network datagrams.</para>
1012
1013       <variablelist>
1014         <varlistentry>
1015           <term>fce listener = <replaceable>host[:port]</replaceable>
1016           <type>(G)</type></term>
1017
1018           <listitem>
1019             <para>Enables sending FCE events to the specified
1020             <parameter>host</parameter>, default <parameter>port</parameter>
1021             is 12250 if not specified. Specifying multiple listeners is done
1022             by having this option once for each of them.</para>
1023           </listitem>
1024         </varlistentry>
1025
1026         <varlistentry>
1027           <term>fce events =
1028           <replaceable>fmod,fdel,ddel,fcre,dcre,tmsz</replaceable>
1029           <type>(G)</type></term>
1030
1031           <listitem>
1032             <para>Specifies which FCE events are active, default is
1033             <parameter>fmod,fdel,ddel,fcre,dcre</parameter>.</para>
1034           </listitem>
1035         </varlistentry>
1036
1037         <varlistentry>
1038           <term>fce coalesce = <replaceable>all|delete|create</replaceable>
1039           <type>(G)</type></term>
1040
1041           <listitem>
1042             <para>Coalesce FCE events.</para>
1043           </listitem>
1044         </varlistentry>
1045
1046         <varlistentry>
1047           <term>fce holdfmod = <replaceable>seconds</replaceable>
1048           <type>(G)</type></term>
1049
1050           <listitem>
1051             <para>This determines the time delay in seconds which is always
1052             waited if another file modification for the same file is done by a
1053             client before sending an FCE file modification event (fmod). For
1054             example saving a file in Photoshop would generate multiple events
1055             by itself because the application is opening, modifying and
1056             closing a file multiple times for every "save". Default: 60
1057             seconds.</para>
1058           </listitem>
1059         </varlistentry>
1060       </variablelist>
1061     </refsect2>
1062
1063     <refsect2>
1064       <title>Debug Parameters</title>
1065
1066       <para>These options are useful for debugging only.</para>
1067
1068       <variablelist>
1069         <varlistentry>
1070           <term>tickleval = <replaceable>number</replaceable>
1071           <type>(G)</type></term>
1072
1073           <listitem>
1074             <para>Sets the tickle timeout interval (in seconds). Defaults to
1075             30.</para>
1076           </listitem>
1077         </varlistentry>
1078
1079         <varlistentry>
1080           <term>timeout = <replaceable>number</replaceable>
1081           <type>(G)</type></term>
1082
1083           <listitem>
1084             <para>Specify the number of tickles to send before timing out a
1085             connection. The default is 4, therefore a connection will timeout
1086             after 2 minutes.</para>
1087           </listitem>
1088         </varlistentry>
1089
1090         <varlistentry>
1091           <term>client polling = <replaceable>BOOLEAN</replaceable> (default:
1092           <emphasis>no</emphasis>) <type>(G)</type></term>
1093
1094           <listitem>
1095             <para>With this option enabled, afpd won't advertise that it is
1096             capable of server notifications, so that connected clients poll
1097             the server every 10 seconds to detect changes in opened server
1098             windows. <emphasis>Note</emphasis>: Depending on the number of
1099             simultaneously connected clients and the network's speed, this can
1100             lead to a significant higher load on your network!</para>
1101
1102             <para>Do not use this option any longer as present Netatalk
1103             correctly supports server notifications, allowing connected
1104             clients to update folder listings in case another client changed
1105             the contents.</para>
1106           </listitem>
1107         </varlistentry>
1108       </variablelist>
1109     </refsect2>
1110
1111     <refsect2 id="acl_options">
1112       <title>Options for ACL handling</title>
1113
1114       <para>By default, the effective permission of the authenticated user are
1115       only mapped to the mentioned UARights permission structure, not the UNIX
1116       mode. You can adjust this behaviour with the configuration option
1117       <option>mac acls</option>:</para>
1118
1119       <variablelist id="mac_acls">
1120         <varlistentry>
1121           <term>map acls = <parameter>none|rights|mode</parameter>
1122           <type>(G)</type></term>
1123
1124           <listitem>
1125             <para><variablelist>
1126                 <varlistentry>
1127                   <term>none</term>
1128
1129                   <listitem>
1130                     <para>no mapping of ACLs </para>
1131                   </listitem>
1132                 </varlistentry>
1133
1134                 <varlistentry>
1135                   <term>rights</term>
1136
1137                   <listitem>
1138                     <para>effective permissions are mapped to UARights
1139                     structure. This is the default.</para>
1140                   </listitem>
1141                 </varlistentry>
1142
1143                 <varlistentry>
1144                   <term>mode</term>
1145
1146                   <listitem>
1147                     <para>ACLs are additionally mapped to the UNIX mode of the
1148                     filesystem object.</para>
1149                   </listitem>
1150                 </varlistentry>
1151               </variablelist></para>
1152           </listitem>
1153         </varlistentry>
1154       </variablelist>
1155
1156       <para>If you want to be able to display ACLs on the client, you must
1157       setup both client and server as part on a authentication domain
1158       (directory service, eg LDAP, Open Directory, Active Directory). The
1159       reason is, in OS X ACLs are bound to UUIDs, not just uid's or gid's.
1160       Therefor Netatalk must be able to map every filesystem uid and gid to a
1161       UUID so that it can return the server side ACLs which are bound to UNIX
1162       uid and gid mapped to OS X UUIDs.</para>
1163
1164       <para>Netatalk can query a directory server using LDAP queries. Either
1165       the directory server already provides an UUID attribute for user and
1166       groups (Active Directory, Open Directory) or you reuse an unused
1167       attribute (or add a new one) to you directory server (eg
1168       OpenLDAP).</para>
1169
1170       <para>The following LDAP options must be configured for Netatalk:</para>
1171
1172       <variablelist>
1173         <varlistentry>
1174           <term>ldap auth method = <parameter>none|simple|sasl</parameter>
1175           <type>(G)</type></term>
1176
1177           <listitem>
1178             <para>Authentication method: <option>none | simple |
1179             sasl</option></para>
1180
1181             <para><variablelist>
1182                 <varlistentry>
1183                   <term>none</term>
1184
1185                   <listitem>
1186                     <para>anonymous LDAP bind</para>
1187                   </listitem>
1188                 </varlistentry>
1189
1190                 <varlistentry>
1191                   <term>simple</term>
1192
1193                   <listitem>
1194                     <para>simple LDAP bind</para>
1195                   </listitem>
1196                 </varlistentry>
1197
1198                 <varlistentry>
1199                   <term>sasl</term>
1200
1201                   <listitem>
1202                     <para>SASL. Not yet supported !</para>
1203                   </listitem>
1204                 </varlistentry>
1205               </variablelist></para>
1206           </listitem>
1207         </varlistentry>
1208
1209         <varlistentry>
1210           <term>ldap auth dn = <parameter>dn</parameter>
1211           <type>(G)</type></term>
1212
1213           <listitem>
1214             <para>Distinguished Name of the user for simple bind.</para>
1215           </listitem>
1216         </varlistentry>
1217
1218         <varlistentry>
1219           <term>ldap auth pw = <parameter>password</parameter>
1220           <type>(G)</type></term>
1221
1222           <listitem>
1223             <para>Distinguished Name of the user for simple bind.</para>
1224           </listitem>
1225         </varlistentry>
1226
1227         <varlistentry>
1228           <term>ldap server = <parameter>host</parameter>
1229           <type>(G)</type></term>
1230
1231           <listitem>
1232             <para>Name or IP address of your LDAP Server. This is only needed
1233             for explicit ACL support in order to be able to query LDAP for
1234             UUIDs.</para>
1235
1236             <para>You can use <citerefentry>
1237                 <refentrytitle>afpldaptest</refentrytitle>
1238
1239                 <manvolnum>1</manvolnum>
1240               </citerefentry> to syntactically check your config.</para>
1241           </listitem>
1242         </varlistentry>
1243
1244         <varlistentry>
1245           <term>ldap userbase = <parameter>base dn</parameter>
1246           <type>(G)</type></term>
1247
1248           <listitem>
1249             <para>DN of the user container in LDAP.</para>
1250           </listitem>
1251         </varlistentry>
1252
1253         <varlistentry>
1254           <term>ldap userscope = <parameter>scope</parameter>
1255           <type>(G)</type></term>
1256
1257           <listitem>
1258             <para>Search scope for user search: <option>base | one |
1259             sub</option></para>
1260           </listitem>
1261         </varlistentry>
1262
1263         <varlistentry>
1264           <term>ldap groupbase = <parameter>base dn</parameter>
1265           <type>(G)</type></term>
1266
1267           <listitem>
1268             <para>DN of the group container in LDAP.</para>
1269           </listitem>
1270         </varlistentry>
1271
1272         <varlistentry>
1273           <term>ldap groupscope = <parameter>scope</parameter>
1274           <type>(G)</type></term>
1275
1276           <listitem>
1277             <para>Search scope for user search: <option>base | one |
1278             sub</option></para>
1279           </listitem>
1280         </varlistentry>
1281
1282         <varlistentry>
1283           <term>ldap uuid attr = <parameter>dn</parameter>
1284           <type>(G)</type></term>
1285
1286           <listitem>
1287             <para>Name of the LDAP attribute with the UUIDs.</para>
1288
1289             <para>Note: this is used both for users and groups.</para>
1290           </listitem>
1291         </varlistentry>
1292
1293         <varlistentry>
1294           <term>ldap name attr = <parameter>dn</parameter>
1295           <type>(G)</type></term>
1296
1297           <listitem>
1298             <para>Name of the LDAP attribute with the users short name.</para>
1299           </listitem>
1300         </varlistentry>
1301
1302         <varlistentry>
1303           <term>ldap uuid string = <parameter>STRING</parameter>
1304           <type>(G)</type></term>
1305
1306           <listitem>
1307             <para>Format of the uuid string in the directory. A series of x
1308             and -, where every x denotes a value 0-9a-f and every - is a
1309             separator.</para>
1310
1311             <para>Default: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx</para>
1312           </listitem>
1313         </varlistentry>
1314
1315         <varlistentry>
1316           <term>ldap uuid encoding = <parameter>string | ms-guid (default:
1317           string)</parameter> <type>(G)</type></term>
1318
1319           <listitem>
1320             <para>Format of the UUID of the LDAP attribute, allows usage of
1321             the binary objectGUID fields from Active Directory. If left
1322             unspecified, string is the default, which passes through the ASCII
1323             UUID returned by most other LDAP stores. If set to ms-guid, the
1324             internal UUID representation is converted to and from the binary
1325             format used in the objectGUID attribute found on objects in Active
1326             Directory when interacting with the server.</para>
1327
1328             <para><variablelist>
1329                 <varlistentry>
1330                   <term>string</term>
1331
1332                   <listitem>
1333                     <para>UUID is a string, use with eg OpenDirectory.</para>
1334                   </listitem>
1335                 </varlistentry>
1336
1337                 <varlistentry>
1338                   <term>ms-guid</term>
1339
1340                   <listitem>
1341                     <para>Binary objectGUID from Active Directory</para>
1342                   </listitem>
1343                 </varlistentry>
1344               </variablelist></para>
1345           </listitem>
1346         </varlistentry>
1347
1348         <varlistentry>
1349           <term>ldap group attr = <parameter>dn</parameter>
1350           <type>(G)</type></term>
1351
1352           <listitem>
1353             <para>Name of the LDAP attribute with the groups short
1354             name.</para>
1355           </listitem>
1356         </varlistentry>
1357       </variablelist>
1358     </refsect2>
1359   </refsect1>
1360
1361   <refsect1>
1362     <title>EXPLANATION OF VOLUME PARAMETERS</title>
1363
1364     <refsect2>
1365       <title>Parameters</title>
1366
1367       <para>The section name defines the volume name.
1368       No two volumes may have the same
1369       name. The volume name cannot contain the <keycode>':'</keycode>
1370       character. The volume name is mangled if it is very long. Mac charset
1371       volume name is limited to 27 characters. UTF8-MAC volume name is limited
1372       to volnamelen parameter.</para>
1373
1374       <variablelist>
1375         <varlistentry>
1376           <term>path = <replaceable>PATH</replaceable> <type>(V)</type></term>
1377
1378           <listitem>
1379             <para>The path name must be a fully qualified path name.</para>
1380           </listitem>
1381         </varlistentry>
1382
1383         <varlistentry>
1384           <term>appledouble = <replaceable>ea|v2</replaceable>
1385           <type>(V)</type></term>
1386
1387           <listitem>
1388             <para>Specify the format of the metadata files, which are used for
1389             saving Mac resource fork as well. Earlier versions used
1390             AppleDouble v2, the new default format is <emphasis
1391             role="bold">ea</emphasis>.</para>
1392           </listitem>
1393         </varlistentry>
1394
1395         <varlistentry>
1396           <term>vol size limit = <replaceable>size in MiB</replaceable>
1397           <type>(V)</type></term>
1398
1399           <listitem>
1400             <para>Useful for Time Machine: limits the reported volume size,
1401             thus preventing Time Machine from using the whole real disk space
1402             for backup. Example: "vol size limit = 1000" would limit the
1403             reported disk space to 1 GB. <emphasis role="bold">IMPORTANT:
1404             </emphasis> This is an approximated calculation taking into
1405             account the contents of Time Machine sparsebundle images. Therefor
1406             you MUST NOT use this volume to store other content when using
1407             this option, because it would NOT be accounted. The calculation
1408             works by reading the band size from the Info.plist XML file of the
1409             sparsebundle, reading the bands/ directory counting the number of
1410             band files, and then multiplying one with the other.</para>
1411           </listitem>
1412         </varlistentry>
1413
1414         <varlistentry>
1415           <term>valid users = <replaceable>user @group</replaceable>
1416           <type>(V)</type></term>
1417
1418           <listitem>
1419             <para>The allow option allows the users and groups that access a
1420             share to be specified. Users and groups are specified, delimited
1421             by spaces or commas. Groups are designated by a @ prefix. Names
1422             may be quoted in order to allow for spaces in names. Example:
1423             <programlisting>valid users = user "user 2" @group â€œ@group 2"</programlisting></para>
1424           </listitem>
1425         </varlistentry>
1426
1427         <varlistentry>
1428           <term>invalid users = <replaceable>users/groups</replaceable>
1429           <type>(V)</type></term>
1430
1431           <listitem>
1432             <para>The deny option specifies users and groups who are not
1433             allowed access to the share. It follows the same format as the
1434             "valid users" option.</para>
1435           </listitem>
1436         </varlistentry>
1437
1438         <varlistentry>
1439           <term>hosts allow = <replaceable>IP host address/IP netmask bits [
1440           ... ]</replaceable> <type>(V)</type></term>
1441
1442           <listitem>
1443             <para>Only listed hosts and networks are allowed, all others are
1444             rejected. The network address may be specified either in
1445             dotted-decimal format for IPv4 or in hexadecimal format for
1446             IPv6.</para>
1447
1448             <para>Example: hosts allow = 10.1.0.0/16 10.2.1.100
1449             2001:0db8:1234::/48</para>
1450           </listitem>
1451         </varlistentry>
1452
1453         <varlistentry>
1454           <term>hosts deny = <replaceable>IP host address/IP netmask bits [
1455           ... ]</replaceable> <type>(V)</type></term>
1456
1457           <listitem>
1458             <para>Listed hosts and nets are rejected, all others are
1459             allowed.</para>
1460
1461             <para>Example: hosts deny = 192.168.100/24 10.1.1.1
1462             2001:db8::1428:57ab</para>
1463           </listitem>
1464         </varlistentry>
1465
1466         <varlistentry>
1467           <term>cnid scheme = <replaceable>backend</replaceable>
1468           <type>(V)</type></term>
1469
1470           <listitem>
1471             <para>set the CNID backend to be used for the volume, default is
1472             [@DEFAULT_CNID_SCHEME@] available schemes:
1473             [@compiled_backends@]</para>
1474           </listitem>
1475         </varlistentry>
1476
1477         <varlistentry>
1478           <term>ea = <replaceable>none|auto|sys|ad</replaceable>
1479           <type>(V)</type></term>
1480
1481           <listitem>
1482             <para>Specify how Extended Attributes<indexterm>
1483                 <primary>Extended Attributes</primary>
1484               </indexterm> are stored. <option>auto</option> is the
1485             default.</para>
1486
1487             <variablelist>
1488               <varlistentry>
1489                 <term>auto</term>
1490
1491                 <listitem>
1492                   <para>Try <option>sys</option> (by setting an EA on the
1493                   shared directory itself), fallback to <option>ad</option>.
1494                   Requires writable volume for performing test. "<option>read
1495                   only = yes</option>" overwrites <option>auto</option> with
1496                   <option>none</option>. Use explicit "<option>ea =
1497                   sys|ad</option>" for read-only volumes where
1498                   appropriate.</para>
1499                 </listitem>
1500               </varlistentry>
1501
1502               <varlistentry>
1503                 <term>sys</term>
1504
1505                 <listitem>
1506                   <para>Use filesystem Extended Attributes.</para>
1507                 </listitem>
1508               </varlistentry>
1509
1510               <varlistentry>
1511                 <term>ad</term>
1512
1513                 <listitem>
1514                   <para>Use files in <emphasis>.AppleDouble</emphasis>
1515                   directories.</para>
1516                 </listitem>
1517               </varlistentry>
1518
1519               <varlistentry>
1520                 <term>none</term>
1521
1522                 <listitem>
1523                   <para>No Extended Attributes support.</para>
1524                 </listitem>
1525               </varlistentry>
1526             </variablelist>
1527           </listitem>
1528         </varlistentry>
1529
1530         <varlistentry>
1531           <term>mac charset = <replaceable>CHARSET</replaceable>
1532           <type>(V)</type></term>
1533
1534           <listitem>
1535             <para>specifies the Mac client charset for this Volume, e.g.
1536             <emphasis>MAC_ROMAN</emphasis>, <emphasis>MAC_CYRILLIC</emphasis>.
1537             If not specified the global setting is applied. This setting is
1538             only required if you need volumes, where the Mac charset differs
1539             from the one globally set in the [Global] section.</para>
1540           </listitem>
1541         </varlistentry>
1542
1543         <varlistentry>
1544           <term>casefold = <option>option</option> <type>(V)</type></term>
1545
1546           <listitem>
1547             <para>The casefold option handles, if the case of filenames should
1548             be changed. The available options are:</para>
1549
1550             <para><option>tolower</option> - Lowercases names in both
1551             directions.</para>
1552
1553             <para><option>toupper</option> - Uppercases names in both
1554             directions.</para>
1555
1556             <para><option>xlatelower</option> - Client sees lowercase, server
1557             sees uppercase.</para>
1558
1559             <para><option>xlateupper</option> - Client sees uppercase, server
1560             sees lowercase.</para>
1561           </listitem>
1562         </varlistentry>
1563
1564         <varlistentry>
1565           <term>password = <replaceable>password</replaceable>
1566           <type>(V)</type></term>
1567
1568           <listitem>
1569             <para>This option allows you to set a volume password, which can
1570             be a maximum of 8 characters long (using ASCII strongly
1571             recommended at the time of this writing).</para>
1572           </listitem>
1573         </varlistentry>
1574
1575         <varlistentry>
1576           <term>file perm = <replaceable>mode</replaceable>
1577           <type>(V)</type></term>
1578
1579           <term>directory perm = <replaceable>mode</replaceable>
1580           <type>(V)</type></term>
1581
1582           <listitem>
1583             <para>Add(or) with the client requested permissions: <option>file
1584             perm</option> is for files only, <option>directory perm</option>
1585             is for directories only. Don't use with "<option>unix priv =
1586             no</option>".</para>
1587
1588             <example>
1589               <title>Volume for a collaborative workgroup</title>
1590
1591               <para><programlisting>file perm = 0660 directory perm =
1592               0770</programlisting></para>
1593             </example>
1594           </listitem>
1595         </varlistentry>
1596
1597         <varlistentry>
1598           <term>umask = <replaceable>mode</replaceable>
1599           <type>(V)</type></term>
1600
1601           <listitem>
1602             <para>set perm mask. Don't use with "<option>unix priv =
1603             no</option>".</para>
1604           </listitem>
1605         </varlistentry>
1606
1607         <varlistentry>
1608           <term>preexec = <replaceable>command</replaceable>
1609           <type>(V)</type></term>
1610
1611           <listitem>
1612             <para>command to be run when the volume is mounted, ignored for
1613             user defined volumes</para>
1614           </listitem>
1615         </varlistentry>
1616
1617         <varlistentry>
1618           <term>postexec = <replaceable>command</replaceable>
1619           <type>(V)</type></term>
1620
1621           <listitem>
1622             <para>command to be run when the volume is closed, ignored for
1623             user defined volumes</para>
1624           </listitem>
1625         </varlistentry>
1626
1627         <varlistentry>
1628           <term>root preexec = <replaceable>command</replaceable>
1629           <type>(V)</type></term>
1630
1631           <listitem>
1632             <para>command to be run as root when the volume is mounted,
1633             ignored for user defined volumes</para>
1634           </listitem>
1635         </varlistentry>
1636
1637         <varlistentry>
1638           <term>root postexec = <replaceable>command</replaceable>
1639           <type>(V)</type></term>
1640
1641           <listitem>
1642             <para>command to be run as root when the volume is closed, ignored
1643             for user defined volumes</para>
1644           </listitem>
1645         </varlistentry>
1646
1647         <varlistentry>
1648           <term>rolist = <option>users/groups</option> <type>(V)</type></term>
1649
1650           <listitem>
1651             <para>Allows certain users and groups to have read-only access to
1652             a share. This follows the allow option format.</para>
1653           </listitem>
1654         </varlistentry>
1655
1656         <varlistentry>
1657           <term>rwlist = <replaceable>users/groups</replaceable>
1658           <type>(V)</type></term>
1659
1660           <listitem>
1661             <para>Allows certain users and groups to have read/write access to
1662             a share. This follows the allow option format.</para>
1663           </listitem>
1664         </varlistentry>
1665
1666         <varlistentry>
1667           <term>veto files = <replaceable>vetoed names</replaceable>
1668           <type>(V)</type></term>
1669
1670           <listitem>
1671             <para>hide files and directories,where the path matches one of the
1672             '/' delimited vetoed names. The veto string must always be
1673             terminated with a '/', eg. "veto1/", "veto1/veto2/".</para>
1674           </listitem>
1675         </varlistentry>
1676       </variablelist>
1677     </refsect2>
1678
1679     <refsect2>
1680       <title>Volume options</title>
1681
1682       <para>Boolean volume options.</para>
1683
1684       <variablelist>
1685         <varlistentry>
1686           <term>acls = <replaceable>BOOLEAN</replaceable> (default:
1687           <emphasis>yes</emphasis>) <type>(V)</type></term>
1688
1689           <listitem>
1690             <para>Whether to flag volumes as supporting ACLs. If ACL support
1691             is compiled in, this is yes by default.</para>
1692           </listitem>
1693         </varlistentry>
1694
1695         <varlistentry>
1696           <term>cnid dev = <replaceable>BOOLEAN</replaceable> (default:
1697           <emphasis>yes</emphasis>) <type>(V)</type></term>
1698
1699           <listitem>
1700             <para>Whether to use the device number in the CNID backends. Helps
1701             when the device number is not constant across a reboot, eg
1702             cluster, ...</para>
1703           </listitem>
1704         </varlistentry>
1705
1706         <varlistentry>
1707           <term>convert appledouble = <replaceable>BOOLEAN</replaceable>
1708           (default: <emphasis>yes</emphasis>) <type>(V)</type></term>
1709
1710           <listitem>
1711             <para>Whether automatic conversion from <option>appledouble =
1712             v2</option> to <option>appledouble = ea</option> is performed when
1713             accessing filesystems from clients. This is generally useful, but
1714             costs some performance. It's recommendable to run
1715             <command>dbd</command> on volumes and do the conversion with that.
1716             Then this option can be set to no.</para>
1717           </listitem>
1718         </varlistentry>
1719
1720         <varlistentry>
1721           <term>follow symlinks = <replaceable>BOOLEAN</replaceable> (default:
1722           <emphasis>no</emphasis>) <type>(V)</type></term>
1723
1724           <listitem>
1725             <para>The default setting is false thus symlinks are not followed
1726             on the server. This is the same behaviour as OS X's AFP server.
1727             Setting the option to true causes afpd to follow symlinks on the
1728             server. symlinks may point outside of the AFP volume, currently
1729             afpd doesn't do any checks for "wide symlinks".</para>
1730           </listitem>
1731         </varlistentry>
1732
1733         <varlistentry>
1734           <term>invisible dots = <replaceable>BOOLEAN</replaceable> (default:
1735           <emphasis>no</emphasis>) <type>(V)</type></term>
1736
1737           <listitem>
1738             <para>make dot files invisible. WARNING: enabling this option will
1739               lead to unwanted sideeffects were OS X applications when saving
1740               files to a temporary file starting with a dot first, then renaming
1741               the temp file to its final name, result in the saved file being
1742               invisible. The only thing this option is useful for is making
1743               files that start with a dot invisible on Mac OS 9. It's
1744               completely useless on Mac OS X, as both in Finder and in Terminal
1745               files starting with a dot are hidden anyway.</para>
1746           </listitem>
1747         </varlistentry>
1748
1749         <varlistentry>
1750           <term>network ids = <replaceable>BOOLEAN</replaceable> (default:
1751           <emphasis>yes</emphasis>) <type>(V)</type></term>
1752
1753           <listitem>
1754             <para>Whether the server support network ids. Setting this to
1755             <emphasis>no</emphasis> will result in the client not using ACL
1756             AFP functions.</para>
1757           </listitem>
1758         </varlistentry>
1759
1760         <varlistentry>
1761           <term>preexec close = <replaceable>BOOLEAN</replaceable> (default:
1762           <emphasis>no</emphasis>) <type>(V)</type></term>
1763
1764           <listitem>
1765             <para>A non-zero return code from preexec close the volume being
1766             immediately, preventing clients to mount/see the volume in
1767             question.</para>
1768           </listitem>
1769         </varlistentry>
1770
1771         <varlistentry>
1772           <term>read only = <replaceable>BOOLEAN</replaceable> (default:
1773           <emphasis>no</emphasis>) <type>(V)</type></term>
1774
1775           <listitem>
1776             <para>Specifies the share as being read only for all users.
1777             Overwrites <option>ea = auto</option> with <option>ea =
1778             none</option></para>
1779           </listitem>
1780         </varlistentry>
1781
1782         <varlistentry>
1783           <term>root preexec close= <replaceable>BOOLEAN</replaceable>
1784           (default: <emphasis>no</emphasis>) <type>(V)</type></term>
1785
1786           <listitem>
1787             <para>A non-zero return code from root_preexec closes the volume
1788             immediately, preventing clients to mount/see the volume in
1789             question.</para>
1790           </listitem>
1791         </varlistentry>
1792
1793         <varlistentry>
1794           <term>search db = <replaceable>BOOLEAN</replaceable> (default:
1795           <emphasis>no</emphasis>) <type>(V)</type></term>
1796
1797           <listitem>
1798             <para>Use fast CNID database namesearch instead of slow recursive
1799             filesystem search. Relies on a consistent CNID database, ie Samba
1800             or local filesystem access lead to inaccurate or wrong results.
1801             Works only for "dbd" CNID db volumes.</para>
1802           </listitem>
1803         </varlistentry>
1804
1805         <varlistentry>
1806           <term>stat vol = <replaceable>BOOLEAN</replaceable> (default:
1807           <emphasis>yes</emphasis>) <type>(V)</type></term>
1808
1809           <listitem>
1810             <para>Whether to stat volume path when enumerating volumes list,
1811             useful for automounting or volumes created by a preexec
1812             script.</para>
1813           </listitem>
1814         </varlistentry>
1815
1816         <varlistentry>
1817           <term>time machine = <replaceable>BOOLEAN</replaceable> (default:
1818           <emphasis>no</emphasis>) <type>(V)</type></term>
1819
1820           <listitem>
1821             <para>Whether to enable Time Machine support for this
1822             volume.</para>
1823           </listitem>
1824         </varlistentry>
1825
1826         <varlistentry>
1827           <term>unix priv = <replaceable>BOOLEAN</replaceable> (default:
1828           <emphasis>yes</emphasis>) <type>(V)</type></term>
1829
1830           <listitem>
1831             <para>Whether to use AFP3 UNIX privileges. This should be set for
1832             OS X clients. See also: <option>file perm</option>,
1833             <option>directory perm</option> and <option>umask</option>.</para>
1834           </listitem>
1835         </varlistentry>
1836       </variablelist>
1837     </refsect2>
1838   </refsect1>
1839
1840   <refsect1>
1841     <title>CNID backends</title>
1842
1843     <para>The AFP protocol mostly refers to files and directories by ID and
1844     not by name. Netatalk needs a way to store these ID's in a persistent way,
1845     to achieve this several different CNID backends are available. The CNID
1846     Databases are by default located in the
1847     <filename>@localstatedir@/netatalk/CNID/(volumename)/.AppleDB/</filename>
1848     directory.</para>
1849
1850     <variablelist>
1851       <varlistentry>
1852         <term>cdb</term>
1853
1854         <listitem>
1855           <para>"Concurrent database", backend is based on Oracle Berkley DB.
1856           With this backend several <command>afpd</command> daemons access the
1857           CNID database directly. Berkeley DB locking is used to synchronize
1858           access, if more than one <command>afpd</command> process is active
1859           for a volume. The drawback is, that the crash of a single
1860           <command>afpd</command> process might corrupt the database.</para>
1861         </listitem>
1862       </varlistentry>
1863
1864       <varlistentry>
1865         <term>dbd</term>
1866
1867         <listitem>
1868           <para>Access to the CNID database is restricted to the
1869           <command>cnid_metad</command> daemon process.
1870           <command>afpd</command> processes communicate with the daemon for
1871           database reads and updates. If built with Berkeley DB transactions
1872           the probability for database corruption is practically zero, but
1873           performance can be slower than with <option>cdb</option></para>
1874         </listitem>
1875       </varlistentry>
1876
1877       <varlistentry>
1878         <term>last</term>
1879
1880         <listitem>
1881           <para>This backend is an exception, in terms of ID persistency. ID's
1882           are only valid for the current session. This is basically what
1883           <command>afpd</command> did in the 1.5 (and 1.6) versions. This
1884           backend is still available, as it is useful for e.g. sharing cdroms.
1885           Starting with Netatalk 3.0, it becomes the <emphasis>read only
1886           mode</emphasis> automatically.</para>
1887
1888           <para><emphasis role="bold">Warning</emphasis>: It is
1889           <emphasis>NOT</emphasis> recommended to use this backend for volumes
1890           anymore, as <command>afpd</command> now relies heavily on a
1891           persistent ID database. Aliases will likely not work and filename
1892           mangling is not supported.</para>
1893         </listitem>
1894       </varlistentry>
1895     </variablelist>
1896
1897     <para>Even though <command>./configure --help</command> might show that
1898     there are other CNID backends available, be warned those are likely broken
1899     or mainly used for testing. Don't use them unless you know what you're
1900     doing, they may be removed without further notice from future
1901     versions.</para>
1902   </refsect1>
1903
1904   <refsect1>
1905     <title>Charset options</title>
1906
1907     <para>With OS X Apple introduced the AFP3 protocol. One of the most
1908     important changes was that AFP3 uses unicode names encoded as UTF-8
1909     decomposed. Previous AFP/OS versions used codepages, like MacRoman,
1910     MacCentralEurope, etc.</para>
1911
1912     <para><command>afpd</command> needs a way to preserve extended Macintosh
1913     characters, or characters illegal in unix filenames, when saving files on
1914     a unix filesystem. Earlier versions used the the so called CAP encoding.
1915     An extended character (&gt;0x7F) would be converted to a :xx sequence,
1916     e.g. the Apple Logo (MacRoman: 0xF0) was saved as <literal>:f0</literal>.
1917     Some special characters will be converted as to :xx notation as well.
1918     '<keycode>/</keycode>' will be encoded to <literal>:2f</literal>, if
1919     <option>usedots</option> is not specified, a leading dot
1920     '<keycode>.</keycode>' will be encoded as <literal>:2e</literal>.</para>
1921
1922     <para>This version now uses UTF-8 as the default encoding for names.
1923     '<keycode>/</keycode>' will be converted to '<keycode>:</keycode>'.</para>
1924
1925     <para>The <option>vol charset</option> option will allow you to select
1926     another volume encoding. E.g. for western users another useful setting
1927     could be vol charset ISO-8859-15. <command>afpd</command> will accept any
1928     <citerefentry>
1929         <refentrytitle><command>iconv</command></refentrytitle>
1930
1931         <manvolnum>1</manvolnum>
1932       </citerefentry> provided charset. If a character cannot be converted
1933     from the <option>mac charset</option> to the selected <option>vol
1934     charset</option>, afpd will save it as a CAP encoded character. For AFP3
1935     clients, <command>afpd</command> will convert the UTF-8<indexterm>
1936         <primary>UTF8</primary>
1937
1938         <secondary>afpd's vol charset setting</secondary>
1939       </indexterm><indexterm>
1940         <primary>UTF8-MAC</primary>
1941
1942         <secondary>afpd's vol charset setting</secondary>
1943       </indexterm><indexterm>
1944         <primary>ISO-8859-15</primary>
1945
1946         <secondary>afpd's vol charset setting</secondary>
1947       </indexterm><indexterm>
1948         <primary>ISO-8859-1</primary>
1949
1950         <secondary>afpd's vol charset setting</secondary>
1951       </indexterm> character to <option>mac charset</option> first. If this
1952     conversion fails, you'll receive a -50 error on the mac.</para>
1953
1954     <para><emphasis>Note</emphasis>: Whenever you can, please stick with the
1955     default UTF-8 volume format.</para>
1956   </refsect1>
1957
1958   <refsect1>
1959     <title>SEE ALSO</title>
1960
1961     <para><citerefentry>
1962         <refentrytitle>afpd</refentrytitle>
1963
1964         <manvolnum>8</manvolnum>
1965       </citerefentry>, <citerefentry>
1966         <refentrytitle>afppasswd</refentrytitle>
1967
1968         <manvolnum>5</manvolnum>
1969       </citerefentry>, <citerefentry>
1970         <refentrytitle>afp_signature.conf</refentrytitle>
1971
1972         <manvolnum>5</manvolnum>
1973       </citerefentry>, <citerefentry>
1974         <refentrytitle>extmap.conf</refentrytitle>
1975
1976         <manvolnum>5</manvolnum>
1977       </citerefentry>, <citerefentry>
1978         <refentrytitle>cnid_metad</refentrytitle>
1979
1980         <manvolnum>8</manvolnum>
1981       </citerefentry></para>
1982   </refsect1>
1983 </refentry>