]> arthur.barton.de Git - netatalk.git/blob - doc/manual/configuration.xml
Merge remote-tracking branch 'origin/branch-netatalk-3-0' into develop
[netatalk.git] / doc / manual / configuration.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <chapter id="configuration">
3   <title>Setting up Netatalk</title>
4
5   <sect1>
6     <title>File Services<indexterm>
7         <primary>File Services</primary>
8
9         <secondary>Netatalk's File Services</secondary>
10       </indexterm></title>
11
12     <para>Netatalk supplies AFP<indexterm>
13         <primary>AFP</primary>
14
15         <secondary>Apple Filing Protocol</secondary>
16       </indexterm> services.</para>
17
18     <sect2>
19       <title>Setting up the AFP file server</title>
20
21       <para>AFP (the Apple Filing Protocol) is the protocol Apple Macintoshes
22       use for file services. The protocol has evolved over the years. The
23       latest changes to the protocol, called "AFP 3.3", were added with the
24       release of Snow Leopard<indexterm>
25           <primary>Snow Leopard</primary>
26
27           <secondary>Mac OS X 10.6</secondary>
28         </indexterm> (Mac OS X 10.6).</para>
29
30       <para>The afpd daemon offers the fileservices to Apple clients. The only
31       configuration file is <filename>afp.conf</filename>. It uses a ini style
32       configuration syntax.</para>
33
34       <para>Mac OS X 10.5 (Leopard) added support for Time Machine backups
35       over AFP. Two new functions ensure that backups are written to spinning
36       disk, not just in the server's cache. Different host operating systems
37       honour this cache flushing differently. To make a volume a Time Machine
38       target use the volume option "<option>time machine =
39       yes</option>".</para>
40
41       <para>Starting with Netatalk 2.1 UNIX symlinks<indexterm>
42           <primary>symlink</primary>
43
44           <secondary>UNIX symlink</secondary>
45         </indexterm> can be used on the server. Semantics are the same as for
46       eg NFS, ie they are not resolved on the server side but instead it's
47       completely up to the client to resolve them, resulting in links that
48       point somewhere inside the clients filesystem view.</para>
49
50       <para>Support for <link linkend="spotlight">Spotlight</link> has been
51       added in Netatalk 3.1. See this <link
52       linkend="spotlight_compile">section</link> for information on how to
53       compile Netatalk with Spotlight support.</para>
54
55       <sect3>
56         <title>afp.conf</title>
57
58         <para><filename>afp.conf</filename> is the configuration file used by
59         afpd to determine the behaviour and configuration of the AFP file
60         serverand the AFP volume that it provides.</para>
61
62         <para>The <filename>afp.conf</filename> is divided into several
63         sections:<variablelist>
64             <varlistentry>
65               <term>[Global]</term>
66
67               <listitem>
68                 <para>The global section defines general server options</para>
69               </listitem>
70             </varlistentry>
71
72             <varlistentry>
73               <term>[Homes]</term>
74
75               <listitem>
76                 <para>The homes section defines user home volumes</para>
77               </listitem>
78             </varlistentry>
79           </variablelist>Any section not called <option>Global</option> or
80         <option>Homes</option> is interpreted as an AFP volume.</para>
81
82         <para>For sharing user homes by defining a <option>Homes</option>
83         section you must specify the option <option>basedir regex</option>
84         which can be a simple string with the path to the parent directory of
85         all user homes or a regular expression.</para>
86
87         <para>Example:</para>
88
89         <para><programlisting>[Homes]
90 basedir regex = /home
91 </programlisting></para>
92
93         <para>Now any user logging into the AFP server will have a user volume
94         available whos path is <filename>/home/NAME</filename>.</para>
95
96         <para>A more complex setup would be a server with a large amount of
97         user homes which are split across eg two different
98         filesystems:<itemizedlist>
99             <listitem>
100               <para>/RAID1/homes</para>
101             </listitem>
102
103             <listitem>
104               <para>/RAID2/morehomes</para>
105             </listitem>
106           </itemizedlist>The following configuration is
107         required:<programlisting>[Homes]
108 basedir regex = /RAID./.*homes
109 </programlisting></para>
110
111         <para>If <option>basedir regex</option> contains symlink, set the
112         canonicalized absolute path. When <filename>/home</filename> links to
113         <filename>/usr/home</filename>: <programlisting>[Homes]
114 basedir regex = /usr/home</programlisting></para>
115
116         <para>For a more detailed explanation of the available options, please
117         refer to the <citerefentry>
118             <refentrytitle>afp.conf</refentrytitle>
119
120             <manvolnum>5</manvolnum>
121           </citerefentry> man page.</para>
122       </sect3>
123     </sect2>
124
125     <sect2>
126       <title id="spotlight">Spotlight<indexterm>
127           <primary>Spotlight</primary>
128         </indexterm></title>
129
130       <para>Netatalk uses Tracker as the metadata backend. Recent Linux
131       distributions will provide the libtracker-sparql library which is
132       available since Tracker version 0.7. This version is referred to as
133       Tracker SPARQL.</para>
134
135       <para>Other system like FreeBSD, Solaris and systems derived from
136       Solaris will only ship Tracker version 0.6 which only offers a much more
137       restrcited feature set. We refer to this version as Tracker RDF. Solaris
138       users are advised to install Tracker from OpenCSW as this is at least
139       version 0.15 and thus supports SPARQL</para>
140
141       <para>You can enable Spotlight and indexing either globally or on a per
142       volume basis using the <option>spotlight</option> option.</para>
143
144       <para>For Solaris with Tracker from OpenCSW also add:
145       <screen>dbus daemon = /opt/csw/bin/dbus-daemon</screen></para>
146
147       <warning>
148         <para>Once Spotlight is enable for a single volume, all other volumes
149         for which spotlight is disabled won't be searchable at all.</para>
150       </warning>
151
152       <sect3>
153         <title>Tracker RDF</title>
154
155         <para>Add all volume paths that should be searchable to
156         $sysconfdir/tracker/tracker.cfg:<screen>...
157 [Watches]
158 # List of directory roots to index and watch (separator=;)
159 WatchDirectoryRoots=/foo/bar;/another/volume
160 ...</screen></para>
161       </sect3>
162
163       <sect3>
164         <title>Limitations and notes</title>
165
166         <itemizedlist>
167           <listitem>
168             <para>Large filesystems</para>
169
170             <para>Tracker on Linux uses the inotify Kernel filesystem change
171             event API for tracking filesystem changes. On large filesystems
172             this may be problematic since the inotify API doesn't offer
173             recursive directory watches but instead requires that for every
174             subdirectoy watches must be added individually.</para>
175
176             <para>On Solaris the FEN file event notification system is used.
177             It is unkown which limitations and ressource consumption this
178             Solaris subsystem has,</para>
179           </listitem>
180
181           <listitem>
182             <para>Tracker RDF</para>
183
184             <para>The mapping of certain simple and of complex Spotlight to
185             Tracker RDF queries is imperfect. Also, Tracker RDF filename
186             searches are case sensitive! As a result there are two noticable
187             restrictions:</para>
188
189             <orderedlist>
190               <listitem>
191                 <para>On a Mac, a query entered in the Spotlight search menu
192                 or in a Finder search toolbar is meant to express "search any
193                 metadata field, file name or content for this string". With
194                 Netatalk and Tracker RDF only filenames will be
195                 searched.</para>
196               </listitem>
197
198               <listitem>
199                 <para>Searching files content must be done through explicitly
200                 adding a "<emphasis>Contents</emphasis> contains ..."
201                 filter.</para>
202               </listitem>
203             </orderedlist>
204
205             <screenshot>
206               <screeninfo>Case sensivity</screeninfo>
207
208               <mediaobject>
209                 <imageobject>
210                   <imagedata fileref="http://netatalk.sourceforge.net/wiki/images/2/2a/Toolbar_search_is_name_search.png" />
211                 </imageobject>
212               </mediaobject>
213             </screenshot>
214
215             <screenshot>
216               <screeninfo>Searching metadata</screeninfo>
217
218               <mediaobject>
219                 <imageobject>
220                   <imagedata fileref="http://netatalk.sourceforge.net/wiki/images/0/01/Searching_for_content.png" />
221                 </imageobject>
222               </mediaobject>
223             </screenshot>
224           </listitem>
225         </itemizedlist>
226       </sect3>
227
228       <sect3>
229         <title>Supported metadata attributes</title>
230
231         <para>The following list is the complete set of supported metadata
232         attributes in Tracker SPARQL search queries</para>
233
234         <table>
235           <title>Tracker SPARQL</title>
236
237           <tgroup cols="2">
238             <thead>
239               <row>
240                 <entry align="center">Description</entry>
241
242                 <entry align="center">Spotlight Key </entry>
243               </row>
244             </thead>
245
246             <tbody>
247               <row>
248                 <entry>Name</entry>
249
250                 <entry>kMDItemDisplayName, kMDItemFSName</entry>
251               </row>
252
253               <row>
254                 <entry>Document content (full text search)</entry>
255
256                 <entry>kMDItemTextContent</entry>
257               </row>
258
259               <row>
260                 <entry>File type</entry>
261
262                 <entry>_kMDItemGroupId, kMDItemContentTypeTree</entry>
263               </row>
264
265               <row>
266                 <entry>File modification date</entry>
267
268                 <entry>kMDItemFSContentChangeDate,
269                 kMDItemContentModificationDate,
270                 kMDItemAttributeChangeDate</entry>
271               </row>
272
273               <row>
274                 <entry>Content Creation date</entry>
275
276                 <entry>kMDItemContentCreationDate</entry>
277               </row>
278
279               <row>
280                 <entry>The author, or authors, of the contents of the
281                 file</entry>
282
283                 <entry>kMDItemAuthors, kMDItemCreator</entry>
284               </row>
285
286               <row>
287                 <entry>The name of the country where the item was
288                 created</entry>
289
290                 <entry>kMDItemCountry</entry>
291               </row>
292
293               <row>
294                 <entry>Duration</entry>
295
296                 <entry>kMDItemDurationSeconds</entry>
297               </row>
298
299               <row>
300                 <entry>Number of pages</entry>
301
302                 <entry>kMDItemNumberOfPages</entry>
303               </row>
304
305               <row>
306                 <entry>Document title</entry>
307
308                 <entry>kMDItemTitle</entry>
309               </row>
310
311               <row>
312                 <entry>The width, in pixels, of the contents. For example, the
313                 image width or the video frame width</entry>
314
315                 <entry>kMDItemPixelWidth</entry>
316               </row>
317
318               <row>
319                 <entry>The height, in pixels, of the contents. For example,
320                 the image height or the video frame height</entry>
321
322                 <entry>kMDItemPixelHeight</entry>
323               </row>
324
325               <row>
326                 <entry>The color space model used by the document
327                 contents</entry>
328
329                 <entry>kMDItemColorSpace</entry>
330               </row>
331
332               <row>
333                 <entry>The number of bits per sample</entry>
334
335                 <entry>kMDItemBitsPerSample</entry>
336               </row>
337
338               <row>
339                 <entry>Focal length of the lens, in millimeters</entry>
340
341                 <entry>kMDItemFocalLength</entry>
342               </row>
343
344               <row>
345                 <entry>ISO speed</entry>
346
347                 <entry>kMDItemISOSpeed</entry>
348               </row>
349
350               <row>
351                 <entry>Orientation of the document. Possible values are 0
352                 (landscape) and 1 (portrait)</entry>
353
354                 <entry>kMDItemOrientation</entry>
355               </row>
356
357               <row>
358                 <entry>Resolution width, in DPI</entry>
359
360                 <entry>kMDItemResolutionWidthDPI</entry>
361               </row>
362
363               <row>
364                 <entry>Resolution height, in DPI</entry>
365
366                 <entry>kMDItemResolutionHeightDPI</entry>
367               </row>
368
369               <row>
370                 <entry>Exposure time, in seconds</entry>
371
372                 <entry>kMDItemExposureTimeSeconds</entry>
373               </row>
374
375               <row>
376                 <entry>The composer of the music contained in the audio
377                 file</entry>
378
379                 <entry>kMDItemComposer</entry>
380               </row>
381
382               <row>
383                 <entry>The musical genre of the song or composition</entry>
384
385                 <entry>kMDItemMusicalGenre</entry>
386               </row>
387             </tbody>
388           </tgroup>
389         </table>
390
391         <para>The following list is the complete set of supported metadata
392         attributes in Tracker RDF search queries:<table>
393             <title>Tracker RDF</title>
394
395             <tgroup cols="2">
396               <thead>
397                 <row>
398                   <entry align="center">Description</entry>
399
400                   <entry align="center">Spotlight Key</entry>
401                 </row>
402               </thead>
403
404               <tbody>
405                 <row>
406                   <entry>Name</entry>
407
408                   <entry>kMDItemDisplayName, kMDItemFSName</entry>
409                 </row>
410
411                 <row>
412                   <entry>Document content (full text search)</entry>
413
414                   <entry>kMDItemTextContent</entry>
415                 </row>
416
417                 <row>
418                   <entry>File type</entry>
419
420                   <entry>_kMDItemGroupId, kMDItemContentTypeTree</entry>
421                 </row>
422
423                 <row>
424                   <entry>File modification date</entry>
425
426                   <entry>kMDItemFSContentChangeDate,
427                   kMDItemContentModificationDate,
428                   kMDItemAttributeChangeDate</entry>
429                 </row>
430
431                 <row>
432                   <entry>Content Creation date</entry>
433
434                   <entry>kMDItemContentCreationDate</entry>
435                 </row>
436
437                 <row>
438                   <entry>The author, or authors, of the contents of the
439                   file</entry>
440
441                   <entry>kMDItemAuthors, kMDItemCreator</entry>
442                 </row>
443
444                 <row>
445                   <entry>The name of the country where the item was
446                   created</entry>
447
448                   <entry>kMDItemCountry</entry>
449                 </row>
450
451                 <row>
452                   <entry>Duration</entry>
453
454                   <entry>kMDItemDurationSeconds</entry>
455                 </row>
456
457                 <row>
458                   <entry>Number of pages</entry>
459
460                   <entry>kMDItemNumberOfPages</entry>
461                 </row>
462
463                 <row>
464                   <entry>Document title</entry>
465
466                   <entry>kMDItemTitle</entry>
467                 </row>
468
469                 <row>
470                   <entry>The width, in pixels, of the contents. For example,
471                   the image width or the video frame width</entry>
472
473                   <entry>kMDItemPixelWidth</entry>
474                 </row>
475
476                 <row>
477                   <entry>The height, in pixels, of the contents. For example,
478                   the image height or the video frame height</entry>
479
480                   <entry>kMDItemPixelHeight</entry>
481                 </row>
482
483                 <row>
484                   <entry>Focal length of the lens, in millimeters</entry>
485
486                   <entry>kMDItemFocalLength</entry>
487                 </row>
488
489                 <row>
490                   <entry>ISO speed</entry>
491
492                   <entry>kMDItemISOSpeed</entry>
493                 </row>
494
495                 <row>
496                   <entry>Orientation of the document. Possible values are 0
497                   (landscape) and 1 (portrait)</entry>
498
499                   <entry>kMDItemOrientation</entry>
500                 </row>
501
502                 <row>
503                   <entry>Exposure time, in seconds</entry>
504
505                   <entry>kMDItemExposureTimeSeconds</entry>
506                 </row>
507
508                 <row>
509                   <entry>The musical genre of the song or composition</entry>
510
511                   <entry>kMDItemMusicalGenre</entry>
512                 </row>
513               </tbody>
514             </tgroup>
515           </table></para>
516       </sect3>
517
518       <sect3>
519         <title>Using Tracker commandline tools on the server</title>
520
521         <para>Netatalk must be running and the commands must be executed
522         as root:<screen>$ su
523 # export DBUS_SESSION_BUS_ADDRESS="unix:path=/tmp/spotlight.ipc"</screen></para>
524
525         <para>When using Tracker from OpenCSW you must also update
526         your PATH:<screen># export PATH=/opt/csw/bin:$PATH</screen></para>
527
528         <para>Tracker SPARQL:<screen># tracker-search QUERY
529 ...
530 # tracker-info PATH
531 ...</screen></para>
532
533         <para>Tracker RDF<screen># cat file.rdf
534 &lt;rdfq:Condition&gt;
535     &lt;rdfq:and&gt;
536         &lt;rdfq:contains&gt;
537             &lt;rdfq:Property name="File:Name" /&gt;
538             &lt;rdf:String&gt;SEARCHSTRING&lt;/rdf:String&gt;
539         &lt;/rdfq:contains&gt;
540     &lt;/rdfq:and&gt;
541 &lt;/rdfq:Condition&gt;
542 # tracker-query -p file.rdf File:Name
543 ...
544 # tracker-info -m File:Mime PATH
545 ...</screen></para>
546       </sect3>
547
548       <sect3>
549         <title>References</title>
550
551         <orderedlist>
552           <listitem>
553             <para><ulink
554             url="https://developer.apple.com/library/mac/#documentation/Carbon/Reference/MDItemRef/Reference/reference.html">MDItem</ulink></para>
555           </listitem>
556
557           <listitem>
558             <para><ulink
559             url="https://live.gnome.org/Tracker/Documentation">Tracker</ulink></para>
560           </listitem>
561         </orderedlist>
562       </sect3>
563     </sect2>
564
565     <sect2 id="CNID-backends">
566       <title>CNID<indexterm>
567           <primary>CNID</primary>
568
569           <secondary>Catalog Node ID</secondary>
570         </indexterm> backends<indexterm>
571           <primary>Backend</primary>
572
573           <secondary>CNID backend</secondary>
574         </indexterm></title>
575
576       <para>Unlike other protocols like SMB or NFS, the AFP protocol mostly
577       refers to files and directories by ID and not by a path (the IDs are
578       also called CNID, that means Catalog Node ID). A typical AFP request
579       uses a directory ID<indexterm>
580           <primary>DID</primary>
581
582           <secondary>Directory ID</secondary>
583         </indexterm> and a filename, something like <phrase>"server, please
584       open the file named 'Test' in the directory with id 167"</phrase>. For
585       example "Aliases" on the Mac basically work by ID (with a fallback to
586       the absolute path in more recent AFP clients. But this applies only to
587       Finder, not to applications).</para>
588
589       <para>Every file in an AFP volume has to have a unique file ID<indexterm>
590           <primary>FID</primary>
591
592           <secondary>File ID</secondary>
593         </indexterm>, IDs must, according to the specs, never be reused, and
594       IDs are 32 bit numbers (Directory IDs use the same ID pool). So, after
595       ~4 billion files/folders have been written to an AFP volume, the ID pool
596       is depleted and no new file can be written to the volume. No whining
597       please :-)</para>
598
599       <para>Netatalk needs to map IDs to files and folders in the host
600       filesystem. To achieve this, several different CNID backends<indexterm>
601           <primary>CNID backend</primary>
602         </indexterm> are available and can be choosed by the <option>cnid
603       scheme</option><indexterm>
604           <primary>cnidscheme</primary>
605
606           <secondary>specifying a CNID backend</secondary>
607         </indexterm> option in the <citerefentry>
608           <refentrytitle>afp.conf</refentrytitle>
609
610           <manvolnum>5</manvolnum>
611         </citerefentry> configuration file. A CNID backend is basically a
612       database storing ID &lt;-&gt; name mappings.</para>
613
614       <para>The CNID Databases are by default located in
615       <filename>/var/netatalk/CNID</filename>.</para>
616
617       <para>There is a command line utility called <command>dbd</command>
618       available which can be used to verify, repair and rebuild the CNID
619       database.</para>
620
621       <note>
622         <para>There are some CNID related things you should keep in mind when
623         working with netatalk:</para>
624
625         <itemizedlist>
626           <listitem>
627             <para>Don't nest volumes<indexterm>
628                 <primary>Nested volumes</primary>
629               </indexterm>.</para>
630           </listitem>
631
632           <listitem>
633             <para>CNID backends are databases, so they turn afpd into a file
634             server/database mix.</para>
635           </listitem>
636
637           <listitem>
638             <para>If there's no more space on the filesystem left, the
639             database will get corrupted. You can work around this by either
640             using the <option>vol dbpath</option> option and put the database
641             files into another location or, if you use quotas, make sure the
642             CNID database folder is owned by a user/group without a
643             quota<indexterm>
644                 <primary>Quotas</primary>
645
646                 <secondary>Disk usage quotas</secondary>
647               </indexterm>.</para>
648           </listitem>
649
650           <listitem>
651             <para>Be careful with CNID databases for volumes that are mounted
652             via NFS. That is a pretty audacious decision to make anyway, but
653             putting a database there as well is really asking for trouble,
654             i.e. database corruption. Use the <option>vol dbpath</option>
655             directive to put the databases onto a local disk if you must use
656             NFS<indexterm>
657                 <primary>NFS</primary>
658
659                 <secondary>Network File System</secondary>
660               </indexterm> mounted volumes.</para>
661           </listitem>
662         </itemizedlist>
663       </note>
664
665       <sect3>
666         <title>cdb<indexterm>
667             <primary>CDB</primary>
668
669             <secondary>"cdb" CNID backend</secondary>
670           </indexterm></title>
671
672         <para>The "concurrent database" backend is based on Berkeley DB. With
673         this backend, several afpd daemons access the CNID database directly.
674         Berkeley DB locking is used to synchronize access, if more than one
675         afpd process is active for a volume. The drawback is, that the crash
676         of a single afpd process might corrupt the database. cdb should only
677         be used when sharing home directories for a larger number of users
678         <emphasis>and</emphasis> it has been determined that a large number of
679         <command>cnid_dbd</command> processes is problematic.</para>
680       </sect3>
681
682       <sect3>
683         <title>dbd<indexterm>
684             <primary>DBD</primary>
685
686             <secondary>"dbd" CNID backend</secondary>
687           </indexterm></title>
688
689         <para>Access to the CNID database is restricted to the cnid_dbd daemon
690         process. afpd processes communicate with the daemon for database reads
691         and updates. The probability for database corruption is practically
692         zero.</para>
693
694         <para>This is the default backend since Netatalk 2.1.</para>
695       </sect3>
696
697       <sect3>
698         <title>tdb<indexterm>
699             <primary>tdb</primary>
700
701             <secondary>"tdb" CNID backend</secondary>
702           </indexterm></title>
703
704         <para><abbrev>tdb</abbrev> is another persistent CNID database, it's
705         Samba's <emphasis>Trivial Database</emphasis>. It could be used
706         instead of <abbrev>cdb</abbrev> for user volumes.<important>
707             <para>Only ever use it for volumes that are
708             <emphasis>not</emphasis> shared and accessed by multiple clients
709             at once !</para>
710           </important>This backend is also used internally (as in-memory CNID
711         database) as a fallback in case opening the primary database can't be
712         opened, because <abbrev>tdb</abbrev> can work as in-memory database.
713         This of course means upon restart the CNIDs are gone.</para>
714       </sect3>
715
716       <sect3>
717         <title>last<indexterm>
718             <primary>Last</primary>
719
720             <secondary>"last" CNID backend</secondary>
721           </indexterm></title>
722
723         <para>The last backend is a in-memory tdb database. It is not
724         persistent. Starting with netatalk 3.0, it becomes the <emphasis> read
725         only mode</emphasis> automatically. This is useful e.g. for
726         CD-ROMs.</para>
727       </sect3>
728     </sect2>
729
730     <sect2 id="charsets">
731       <title>Charsets<indexterm>
732           <primary>Charset</primary>
733
734           <secondary>character set</secondary>
735         </indexterm>/Unicode<indexterm>
736           <primary>Unicode</primary>
737         </indexterm></title>
738
739       <para></para>
740
741       <sect3>
742         <title>Why Unicode?</title>
743
744         <para>Internally, computers don't know anything about characters and
745         texts, they only know numbers. Therefore, each letter is assigned a
746         number. A character set, often referred to as
747         <emphasis>charset</emphasis> or
748         <emphasis>codepage</emphasis><indexterm>
749             <primary>Codepage</primary>
750           </indexterm>, defines the mappings between numbers and
751         letters.</para>
752
753         <para>If two or more computer systems need to communicate with each
754         other, the have to use the same character set. In the 1960s the
755         ASCII<indexterm>
756             <primary>ASCII</primary>
757
758             <secondary>American Standard Code for Information
759             Interchange</secondary>
760           </indexterm> (American Standard Code for Information Interchange)
761         character set was defined by the American Standards Association. The
762         original form of ASCII represented 128 characters, more than enough to
763         cover the English alphabet and numerals. Up to date, ASCII has been
764         the normative character scheme used by computers.</para>
765
766         <para>Later versions defined 256 characters to produce a more
767         international fluency and to include some slightly esoteric graphical
768         characters. Using this mode of encoding each character takes exactly
769         one byte. Obviously, 256 characters still wasn't enough to map all the
770         characters used in the various languages into one character
771         set.</para>
772
773         <para>As a result localized character sets were defined later, e.g the
774         ISO-8859 character sets. Most operating system vendors introduced
775         their own characters sets to satisfy their needs, e.g. IBM defined the
776         <emphasis>codepage 437 (DOSLatinUS)</emphasis>, Apple introduced the
777         <emphasis>MacRoman</emphasis><indexterm>
778             <primary>MacRoman</primary>
779
780             <secondary>MacRoman charset</secondary>
781           </indexterm> codepage and so on. The characters that were assigned
782         number larger than 127 were referred to as
783         <emphasis>extended</emphasis> characters. These character sets
784         conflict with another, as they use the same number for different
785         characters, or vice versa.</para>
786
787         <para>Almost all of those characters sets defined 256 characters,
788         where the first 128 (0-127) character mappings are identical to ASCII.
789         As a result, communication between systems using different codepages
790         was effectively limited to the ASCII charset.</para>
791
792         <para>To solve this problem new, larger character sets were defined.
793         To make room for more character mappings, these character sets use at
794         least 2 bytes to store a character. They are therefore referred to as
795         <emphasis>multibyte</emphasis> character sets.</para>
796
797         <para>One standardized multibyte charset encoding scheme is known as
798         <ulink url="http://www.unicode.org/">unicode</ulink>. A big advantage
799         of using a multibyte charset is that you only need one. There is no
800         need to make sure two computers use the same charset when they are
801         communicating.</para>
802       </sect3>
803
804       <sect3>
805         <title>character sets used by Apple</title>
806
807         <para>In the past, Apple clients used single-byte charsets to
808         communicate over the network. Over the years Apple defined a number of
809         codepages, western users will most likely be using the
810         <emphasis>MacRoman</emphasis> codepage.</para>
811
812         <para>Codepages defined by Apple include:</para>
813
814         <itemizedlist>
815           <listitem>
816             <para>MacArabic, MacFarsi</para>
817           </listitem>
818
819           <listitem>
820             <para>MacCentralEurope</para>
821           </listitem>
822
823           <listitem>
824             <para>MacChineseSimple</para>
825           </listitem>
826
827           <listitem>
828             <para>MacChineseTraditional</para>
829           </listitem>
830
831           <listitem>
832             <para>MacCroation</para>
833           </listitem>
834
835           <listitem>
836             <para>MacCyrillic</para>
837           </listitem>
838
839           <listitem>
840             <para>MacDevanagari</para>
841           </listitem>
842
843           <listitem>
844             <para>MacGreek</para>
845           </listitem>
846
847           <listitem>
848             <para>MacHebrew</para>
849           </listitem>
850
851           <listitem>
852             <para>MacIcelandic</para>
853           </listitem>
854
855           <listitem>
856             <para>MacJapanese</para>
857           </listitem>
858
859           <listitem>
860             <para>MacKorean</para>
861           </listitem>
862
863           <listitem>
864             <para>MacRoman</para>
865           </listitem>
866
867           <listitem>
868             <para>MacRomanian</para>
869           </listitem>
870
871           <listitem>
872             <para>MacThai</para>
873           </listitem>
874
875           <listitem>
876             <para>MacTurkish</para>
877           </listitem>
878         </itemizedlist>
879
880         <para>Starting with Mac OS X and AFP3, <ulink
881         url="http://www.utf-8.com/">UTF-8</ulink> is used. UTF-8 encodes
882         Unicode characters in an ASCII compatible way, each Unicode character
883         is encoded into 1-6 ASCII characters. UTF-8 is therefore not really a
884         charset itself, it's an encoding of the Unicode charset.</para>
885
886         <para>To complicate things, Unicode defines several <emphasis> <ulink
887         url="http://www.unicode.org/reports/tr15/index.html">normalization</ulink>
888         </emphasis> forms. While <ulink
889         url="http://www.samba.org">samba</ulink><indexterm>
890             <primary>Samba</primary>
891           </indexterm> uses <emphasis>precomposed</emphasis><indexterm>
892             <primary>Precomposed</primary>
893
894             <secondary>Precomposed Unicode normalization</secondary>
895           </indexterm> Unicode, which most Unix tools prefer as well, Apple
896         decided to use the <emphasis>decomposed</emphasis><indexterm>
897             <primary>Decomposed</primary>
898
899             <secondary>Decomposed Unicode normalization</secondary>
900           </indexterm> normalization.</para>
901
902         <para>For example lets take the German character
903         '<keycode>ä</keycode>'. Using the precomposed normalization, Unicode
904         maps this character to 0xE4. In decomposed normalization, 'ä' is
905         actually mapped to two characters, 0x61 and 0x308. 0x61 is the mapping
906         for an 'a', 0x308 is the mapping for a <emphasis>COMBINING
907         DIAERESIS</emphasis>.</para>
908
909         <para>Netatalk refers to precomposed UTF-8 as
910         <emphasis>UTF8</emphasis><indexterm>
911             <primary>UTF8</primary>
912
913             <secondary>Netatalk's precomposed UTF-8 encoding</secondary>
914           </indexterm> and to decomposed UTF-8 as
915         <emphasis>UTF8-MAC</emphasis><indexterm>
916             <primary>UTF8-MAC</primary>
917
918             <secondary>Netatalk's decomposed UTF-8 encoding</secondary>
919           </indexterm>.</para>
920       </sect3>
921
922       <sect3>
923         <title>afpd and character sets</title>
924
925         <para>To support new AFP 3.x and older AFP 2.x clients at the same
926         time, afpd needs to be able to convert between the various charsets
927         used. AFP 3.x clients always use UTF8-MAC, AFP 2.x clients use one of
928         the Apple codepages.</para>
929
930         <para>At the time of this writing, netatalk supports the following
931         Apple codepages:</para>
932
933         <itemizedlist>
934           <listitem>
935             <para>MAC_CENTRALEUROPE</para>
936           </listitem>
937
938           <listitem>
939             <para>MAC_CHINESE_SIMP</para>
940           </listitem>
941
942           <listitem>
943             <para>MAC_CHINESE_TRAD</para>
944           </listitem>
945
946           <listitem>
947             <para>MAC_CYRILLIC</para>
948           </listitem>
949
950           <listitem>
951             <para>MAC_GREEK</para>
952           </listitem>
953
954           <listitem>
955             <para>MAC_HEBREW</para>
956           </listitem>
957
958           <listitem>
959             <para>MAC_JAPANESE</para>
960           </listitem>
961
962           <listitem>
963             <para>MAC_KOREAN</para>
964           </listitem>
965
966           <listitem>
967             <para>MAC_ROMAN</para>
968           </listitem>
969
970           <listitem>
971             <para>MAC_TURKISH</para>
972           </listitem>
973         </itemizedlist>
974
975         <para>afpd handles three different character set options:</para>
976
977         <variablelist>
978           <varlistentry>
979             <term>unix charset<indexterm>
980                 <primary>unix charset</primary>
981
982                 <secondary>afpd's unix charset setting</secondary>
983               </indexterm></term>
984
985             <listitem>
986               <para>This is the codepage used internally by your operating
987               system. If not specified, it defaults to <option>UTF8</option>.
988               If <option>LOCALE</option> is specified and your system support
989               Unix locales, afpd tries to detect the codepage. afpd uses this
990               codepage to read its configuration files, so you can use
991               extended characters for volume names, login messages, etc. see
992               <citerefentry>
993                   <refentrytitle>afp.conf</refentrytitle>
994
995                   <manvolnum>5</manvolnum>
996                 </citerefentry>.</para>
997             </listitem>
998           </varlistentry>
999
1000           <varlistentry>
1001             <term>mac charset<indexterm>
1002                 <primary>mac charset</primary>
1003
1004                 <secondary>afpd's mac charset setting</secondary>
1005               </indexterm></term>
1006
1007             <listitem>
1008               <para>As already mentioned, older Mac OS clients (up to AFP 2.2)
1009               use codepages to communicate with afpd. However, there is no
1010               support for negotiating the codepage used by the client in the
1011               AFP protocol. If not specified otherwise, afpd assumes the
1012               <emphasis>MacRoman</emphasis> codepage is used. In case you're
1013               clients use another codepage, e.g.
1014               <emphasis>MacCyrillic</emphasis>, you'll <emphasis
1015               role="bold">have</emphasis> to explicitly configure this. see
1016               <citerefentry>
1017                   <refentrytitle>afp.conf</refentrytitle>
1018
1019                   <manvolnum>5</manvolnum>
1020                 </citerefentry>.</para>
1021             </listitem>
1022           </varlistentry>
1023
1024           <varlistentry>
1025             <term>vol charset<indexterm>
1026                 <primary>vol charset</primary>
1027
1028                 <secondary>afpd's vol charset setting</secondary>
1029               </indexterm></term>
1030
1031             <listitem>
1032               <para>This defines the charset afpd should use for filenames on
1033               disk. By default, it is the same as <option>unix
1034               charset</option>. If you have <ulink
1035               url="http://www.gnu.org/software/libiconv/">iconv</ulink><indexterm>
1036                   <primary>Iconv</primary>
1037
1038                   <secondary>iconv encoding conversion engine</secondary>
1039                 </indexterm> installed, you can use any iconv provided charset
1040               as well.</para>
1041
1042               <para>afpd needs a way to preserve extended macintosh
1043               characters, or characters illegal in unix filenames, when saving
1044               files on a unix filesystem. Earlier versions used the the so
1045               called CAP encoding<indexterm>
1046                   <primary>CAP encoding</primary>
1047
1048                   <secondary>CAP style character encoding</secondary>
1049                 </indexterm>. An extended character (&gt;0x7F) would be
1050               converted to a :xx hex sequence, e.g. the Apple Logo (MacRoman:
1051               0xF0) was saved as :f0. Some special characters will be
1052               converted as to :xx notation as well. '/' will be encoded to
1053               :2f, if <option>usedots</option> was not specified, a leading
1054               dot '.' will be encoded as :2e.</para>
1055
1056               <para>Even though this version now uses <option>UTF8</option> as
1057               the default encoding for filenames, '/' will be converted to
1058               ':'. For western users another useful setting could be
1059               <option>vol charset = ISO-8859-15</option>.</para>
1060
1061               <para>If a character cannot be converted from the <option>mac
1062               charset</option> to the selected <option>vol charset</option>,
1063               afpd will save it as a CAP encoded character. For AFP3 clients,
1064               afpd will convert the UTF8 character to <option>mac
1065               charset</option> first. If this conversion fails, you'll receive
1066               a -50 error on the mac. <emphasis>Note</emphasis>: Whenever you
1067               can, please stick with the default UTF8 volume format. see
1068               <citerefentry>
1069                   <refentrytitle>afp.conf</refentrytitle>
1070
1071                   <manvolnum>5</manvolnum>
1072                 </citerefentry>.</para>
1073             </listitem>
1074           </varlistentry>
1075         </variablelist>
1076       </sect3>
1077     </sect2>
1078
1079     <sect2 id="authentication">
1080       <title>Authentication<indexterm>
1081           <primary>Authentication</primary>
1082
1083           <secondary>between AFP client and server</secondary>
1084         </indexterm></title>
1085
1086       <sect3>
1087         <title>AFP authentication basics</title>
1088
1089         <para>Apple chose a flexible model called "User Authentication
1090         Modules"<indexterm>
1091             <primary>UAM</primary>
1092
1093             <secondary>User Authentication Module</secondary>
1094           </indexterm> (UAMs) for authentication purposes between AFP client
1095         and server. An AFP client initially connecting to an AFP server will
1096         ask for the list of UAMs which the server provides, and will choose
1097         the one with strongest encryption that the client supports.</para>
1098
1099         <para>Several UAMs have been developed by Apple over the time, some by
1100         3rd-party developers.</para>
1101       </sect3>
1102
1103       <sect3>
1104         <title>UAMs supported by Netatalk</title>
1105
1106         <para>Netatalk supports the following ones by default:</para>
1107
1108         <itemizedlist>
1109           <listitem>
1110             <para>"No User Authent"<indexterm>
1111                 <primary>No User Authent</primary>
1112
1113                 <secondary>"No User Authent" UAM (guest access)</secondary>
1114               </indexterm> UAM (guest access without authentication)</para>
1115           </listitem>
1116
1117           <listitem>
1118             <para>"Cleartxt Passwrd"<indexterm>
1119                 <primary>Cleartxt Passwrd</primary>
1120
1121                 <secondary>"Cleartxt Passwrd" UAM</secondary>
1122               </indexterm> UAM (no password encryption)</para>
1123           </listitem>
1124
1125           <listitem>
1126             <para>"Randnum exchange"<indexterm>
1127                 <primary>Randnum exchange</primary>
1128
1129                 <secondary>"Randnum exchange" UAM</secondary>
1130               </indexterm>/"2-Way Randnum exchange"<indexterm>
1131                 <primary>2-Way Randnum exchange</primary>
1132
1133                 <secondary>"2-Way Randnum exchange" UAM</secondary>
1134               </indexterm> UAMs (weak password encryption, separate password
1135             storage)</para>
1136           </listitem>
1137
1138           <listitem>
1139             <para>"DHCAST128"<indexterm>
1140                 <primary>DHCAST128</primary>
1141
1142                 <secondary>"DHCAST128" UAM</secondary>
1143               </indexterm> UAM (stronger password encryption)</para>
1144           </listitem>
1145
1146           <listitem>
1147             <para>"DHX2"<indexterm>
1148                 <primary>DHX2</primary>
1149
1150                 <secondary>"DHX2" UAM</secondary>
1151               </indexterm> UAM (successor of DHCAST128)</para>
1152           </listitem>
1153         </itemizedlist>
1154
1155         <para>There exist other optional UAMs as well:</para>
1156
1157         <itemizedlist>
1158           <listitem>
1159             <para>"PGPuam 1.0"<indexterm>
1160                 <primary>PGPuam 1.0</primary>
1161
1162                 <secondary>"PGPuam 1.0" UAM</secondary>
1163               </indexterm><indexterm>
1164                 <primary>uams_pgp.so</primary>
1165
1166                 <secondary>"PGPuam 1.0" UAM</secondary>
1167               </indexterm> UAM (PGP-based authentication for pre-Mac OS X
1168             clients. You'll also need the <ulink
1169             url="http://www.vmeng.com/vinnie/papers/pgpuam.html">PGPuam
1170             client</ulink> to let this work)</para>
1171
1172             <para>You'll have to add <filename>"--enable-pgp-uam"</filename>
1173             to your configure switches to have this UAM available.</para>
1174           </listitem>
1175
1176           <listitem>
1177             <para>"Kerberos IV"<indexterm>
1178                 <primary>Kerberos IV</primary>
1179
1180                 <secondary>"Kerberos IV" UAM</secondary>
1181               </indexterm><indexterm>
1182                 <primary>uams_krb4.so</primary>
1183
1184                 <secondary>"Kerberos IV" UAM</secondary>
1185               </indexterm>/"AFS Kerberos"<indexterm>
1186                 <primary>AFS Kerberos</primary>
1187
1188                 <secondary>"AFS Kerberos" UAM (Kerberos IV)</secondary>
1189               </indexterm> UAMs (suitable to use <ulink
1190             url="http://web.mit.edu/macdev/KfM/Common/Documentation/faq.html">Kerberos
1191             v4 based authentication</ulink> and AFS file servers)</para>
1192
1193             <para>Use <filename>"--enable-krb4-uam"</filename> at compile time
1194             to activate the build of this UAM.</para>
1195           </listitem>
1196
1197           <listitem>
1198             <para>"Client Krb v2"<indexterm>
1199                 <primary>Client Krb v2</primary>
1200
1201                 <secondary>"Client Krb v2" UAM (Kerberos V)</secondary>
1202               </indexterm> UAM (Kerberos V, suitable for "Single Sign On"
1203             Scenarios with OS X clients -- see below)</para>
1204
1205             <para><filename>"--enable-krbV-uam"</filename> will provide you
1206             with the ability to use this UAM.</para>
1207           </listitem>
1208         </itemizedlist>
1209
1210         <para>You can configure which UAMs should be activated by defining
1211         "<option>uam list</option>" in <option>Global</option> section.
1212         <command>afpd</command> will log which UAMs it's using and if problems
1213         occur while activating them in either
1214         <filename>netatalk.log</filename> or syslog at startup time.
1215         <citerefentry>
1216             <refentrytitle>asip-status.pl</refentrytitle>
1217
1218             <manvolnum>1</manvolnum>
1219           </citerefentry> can be used to query the available UAMs of AFP
1220         servers as well.</para>
1221
1222         <para>Having a specific UAM available at the server does not
1223         automatically mean that a client can use it. Client-side support is
1224         also necessary. For older Macintoshes running Mac OS &lt; X DHCAST128
1225         support exists since AppleShare client 3.8.x.</para>
1226
1227         <para>On OS X, there exist some client-side techniques to make the
1228         AFP-client more verbose, so one can have a look what's happening while
1229         negotiating the UAMs to use. Compare with this <ulink
1230         url="http://article.gmane.org/gmane.network.netatalk.devel/7383/">hint</ulink>.</para>
1231       </sect3>
1232
1233       <sect3>
1234         <title>Which UAMs to activate?</title>
1235
1236         <para>It depends primarily on your needs and on the kind of Mac OS
1237         versions you have to support. Basically one should try to use
1238         DHCAST128 and DHX2 where possible because of its strength of password
1239         encryption.</para>
1240
1241         <itemizedlist>
1242           <listitem>
1243             <para>Unless you really have to supply guest access to your
1244             server's volumes ensure that you disable "No User Authent" since
1245             it might lead accidentally to unauthorized access. In case you
1246             must enable guest access take care that you enforce this on a per
1247             volume base using the access controls.</para>
1248           </listitem>
1249
1250           <listitem>
1251             <para>The "ClearTxt Passwrd" UAM is as bad as it sounds since
1252             passwords go unencrypted over the wire. Try to avoid it at both
1253             the server's side as well as on the client's. Note: If you want to
1254             provide Mac OS 8/9 clients with NetBoot-services then you need
1255             uams_cleartext.so since the AFP-client integrated into the Mac's
1256             firmware can only deal with this basic form of
1257             authentication.</para>
1258           </listitem>
1259
1260           <listitem>
1261             <para>Since "Randnum exchange"/"2-Way Randnum exchange" uses only
1262             56 bit DES for encryption it should be avoided as well. Another
1263             disadvantage is the fact that the passwords have to be stored in
1264             cleartext on the server and that it doesn't integrate into both
1265             PAM scenarios or classic /etc/shadow (you have to administrate
1266             passwords separately by using the <citerefentry>
1267                 <refentrytitle>afppasswd</refentrytitle>
1268
1269                 <manvolnum>1</manvolnum>
1270               </citerefentry> utility, if clients should use these
1271             UAMs)</para>
1272           </listitem>
1273
1274           <listitem>
1275             <para>"DHCAST128" or "DHX2" should be a good compromise for most
1276             people since it combines stronger encryption with PAM
1277             integration.</para>
1278           </listitem>
1279
1280           <listitem>
1281             <para>Using the Kerberos V<indexterm>
1282                 <primary>Kerberos V</primary>
1283
1284                 <secondary>"Client Krb v2" UAM</secondary>
1285               </indexterm> ("Client Krb v2") UAM, it's possible to implement
1286             real single sign on scenarios using Kerberos tickets. The password
1287             is not sent over the network. Instead, the user password is used
1288             to decrypt a service ticket for the appleshare server. The service
1289             ticket contains an encryption key for the client and some
1290             encrypted data (which only the appleshare server can decrypt). The
1291             encrypted portion of the service ticket is sent to the server and
1292             used to authenticate the user. Because of the way that the afpd
1293             service principal detection is implemented, this authentication
1294             method is vulnerable to man-in-the-middle attacks.</para>
1295           </listitem>
1296         </itemizedlist>
1297
1298         <para>For a more detailed overview over the technical implications of
1299         the different UAMs, please have a look at Apple's <ulink
1300         url="http://developer.apple.com/library/mac/#documentation/Networking/Conceptual/AFP/AFPSecurity/AFPSecurity.html#//apple_ref/doc/uid/TP40000854-CH232-SW1">File
1301         Server Security</ulink> pages.</para>
1302       </sect3>
1303
1304       <sect3>
1305         <title>Using different authentication sources with specific
1306         UAMs</title>
1307
1308         <para>Some UAMs provide the ability to use different authentication
1309         "backends", namely <filename>uams_cleartext.so</filename>,
1310         <filename>uams_dhx.so</filename> and
1311         <filename>uams_dhx2.so</filename>. They can use either classic Unix
1312         passwords from <filename>/etc/passwd</filename>
1313         (<filename>/etc/shadow</filename>) or PAM if the system supports that.
1314         <filename>uams_cleartext.so</filename> can be symlinked to either
1315         <filename>uams_passwd.so</filename> or
1316         <filename>uams_pam.so</filename>, <filename>uams_dhx.so</filename> to
1317         <filename>uams_dhx_passwd.so</filename> or
1318         <filename>uams_dhx_pam.so</filename> and
1319         <filename>uams_dhx2.so</filename> to
1320         <filename>uams_dhx2_passwd.so</filename> or
1321         <filename>uams_dhx2_pam.so</filename>.</para>
1322
1323         <para>So, if it looks like this in Netatalk's UAMs folder (per default
1324         <filename>/etc/netatalk/uams/</filename>):<programlisting>uams_clrtxt.so -&gt; uams_pam.so
1325 uams_dhx.so -&gt; uams_dhx_pam.so
1326 uams_dhx2.so -&gt; uams_dhx2_pam.so</programlisting> then you're using PAM,
1327         otherwise classic Unix passwords. The main advantage of using PAM is
1328         that one can integrate Netatalk in centralized authentication
1329         scenarios, eg. via LDAP, NIS and the like. Please always keep in mind
1330         that the protection of your user's login credentials in such scenarios
1331         also depends on the strength of encryption that the UAM in question
1332         supplies. So think about eliminating weak UAMs like "ClearTxt Passwrd"
1333         and "Randnum exchange" completely from your network.</para>
1334       </sect3>
1335
1336       <sect3>
1337         <title>Netatalk UAM overview table</title>
1338
1339         <para>A small overview of the most common used UAMs.</para>
1340
1341         <table orient="land">
1342           <title>Netatalk UAM overview</title>
1343
1344           <tgroup align="center" cols="7">
1345             <colspec colname="col1" colnum="1" colwidth="0.5*" />
1346
1347             <colspec colname="uam_guest" colnum="2" colwidth="1*" />
1348
1349             <colspec colname="uam_clrtxt" colnum="3" colwidth="1*" />
1350
1351             <colspec colname="uam_randnum" colnum="4" colwidth="1*" />
1352
1353             <colspec colname="uam_dhx" colnum="5" colwidth="1*" />
1354
1355             <colspec colname="uam_dhx2" colnum="6" colwidth="1*" />
1356
1357             <colspec colname="uam_gss" colnum="7" colwidth="1*" />
1358
1359             <tbody>
1360               <row>
1361                 <entry align="center" rotate="0" valign="middle">UAM</entry>
1362
1363                 <entry>No User Authent<indexterm>
1364                     <primary>uams_guest.so</primary>
1365
1366                     <secondary>"No User Authent" UAM (guest
1367                     access)</secondary>
1368                   </indexterm></entry>
1369
1370                 <entry>Cleartxt Passwrd<indexterm>
1371                     <primary>uams_cleartxt.so</primary>
1372
1373                     <secondary>"Cleartxt Passwrd" UAM</secondary>
1374                   </indexterm></entry>
1375
1376                 <entry>(2-Way) Randnum exchange<indexterm>
1377                     <primary>uams_randnum.so</primary>
1378
1379                     <secondary>"(2-Way) Randnum exchange" UAM</secondary>
1380                   </indexterm></entry>
1381
1382                 <entry>DHCAST128<indexterm>
1383                     <primary>uams_dhx.so</primary>
1384
1385                     <secondary>"DHCAST128" UAM</secondary>
1386                   </indexterm></entry>
1387
1388                 <entry>DHX2<indexterm>
1389                     <primary>uams_dhx2.so</primary>
1390
1391                     <secondary>"DHX2" UAM</secondary>
1392                   </indexterm></entry>
1393
1394                 <entry>Client Krb v2<indexterm>
1395                     <primary>uams_gss.so</primary>
1396
1397                     <secondary>"Client Krb v2" UAM (Kerberos V)</secondary>
1398                   </indexterm></entry>
1399               </row>
1400
1401               <row>
1402                 <entry align="center" rotate="0" valign="middle">pssword
1403                 length</entry>
1404
1405                 <entry>guest access</entry>
1406
1407                 <entry>max. 8 characters</entry>
1408
1409                 <entry>max. 8 characters</entry>
1410
1411                 <entry>max. 64 characters</entry>
1412
1413                 <entry>max. 256 characters</entry>
1414
1415                 <entry>Kerberos tickets</entry>
1416               </row>
1417
1418               <row>
1419                 <entry align="center" rotate="0" valign="middle">Client
1420                 support</entry>
1421
1422                 <entry>built-in into all Mac OS versions</entry>
1423
1424                 <entry>built-in in all Mac OS versions except 10.0. Has to be
1425                 activated explicitly in recent Mac OS X versions</entry>
1426
1427                 <entry>built-in into almost all Mac OS versions</entry>
1428
1429                 <entry>built-in since AppleShare client 3.8.4, available as a
1430                 plug-in for 3.8.3, integrated in Mac OS X' AFP client</entry>
1431
1432                 <entry>built-in since Mac OS X 10.2</entry>
1433
1434                 <entry>built-in since Mac OS X 10.2</entry>
1435               </row>
1436
1437               <row>
1438                 <entry align="center" rotate="0"
1439                 valign="middle">Encryption</entry>
1440
1441                 <entry>Enables guest access without authentication between
1442                 client and server.</entry>
1443
1444                 <entry>Password will be sent in cleartext over the wire. Just
1445                 as bad as it sounds, therefore avoid at all if possible (note:
1446                 providing NetBoot services requires the ClearTxt UAM)</entry>
1447
1448                 <entry>8-byte random numbers are sent over the wire,
1449                 comparable with DES, 56 bits. Vulnerable to offline dictionary
1450                 attack. Requires passwords in clear on the server.</entry>
1451
1452                 <entry>Password will be encrypted with 128 bit SSL, user will
1453                 be authenticated against the server but not vice versa.
1454                 Therefor weak against man-in-the-middle attacks.</entry>
1455
1456                 <entry>Password will be encrypted using libgcrypt with CAST
1457                 128 in CBC mode. User will be authenticated against the server
1458                 but not vice versa. Therefor weak against man-in-the-middle
1459                 attacks.</entry>
1460
1461                 <entry>Password is not sent over the network. Due to the
1462                 service principal detection method, this authentication method
1463                 is vulnerable to man-in-the-middle attacks.</entry>
1464               </row>
1465
1466               <row>
1467                 <entry align="center" rotate="0" valign="middle">Server
1468                 support</entry>
1469
1470                 <entry align="center" valign="middle">uams_guest.so</entry>
1471
1472                 <entry align="center" valign="middle">uams_cleartxt.so</entry>
1473
1474                 <entry align="center" valign="middle">uams_randnum.so</entry>
1475
1476                 <entry align="center" valign="middle">uams_dhx.so</entry>
1477
1478                 <entry align="center" valign="middle">uams_dhx2.so</entry>
1479
1480                 <entry align="center" valign="middle">uams_gss.so</entry>
1481               </row>
1482
1483               <row>
1484                 <entry align="center" rotate="0" valign="middle">Password
1485                 storage method</entry>
1486
1487                 <entry align="center" valign="middle">None</entry>
1488
1489                 <entry align="center" valign="middle">Either /etc/passwd
1490                 (/etc/shadow) or PAM</entry>
1491
1492                 <entry align="center" valign="middle">Passwords stored in
1493                 clear text in a separate text file</entry>
1494
1495                 <entry align="center" valign="middle">Either /etc/passwd
1496                 (/etc/shadow) or PAM</entry>
1497
1498                 <entry align="center" valign="middle">Either /etc/passwd
1499                 (/etc/shadow) or PAM</entry>
1500
1501                 <entry align="center" valign="middle">At the Kerberos Key
1502                 Distribution Center*</entry>
1503               </row>
1504             </tbody>
1505           </tgroup>
1506         </table>
1507
1508         <para>* Have a look at this <ulink
1509         url="http://cryptnet.net/fdp/admin/kerby-infra/en/kerby-infra.html">Kerberos
1510         overview</ulink></para>
1511       </sect3>
1512
1513       <sect3 id="sshtunnel">
1514         <title>SSH tunneling</title>
1515
1516         <para>Tunneling and all sort of VPN stuff has nothing to do with AFP
1517         authentication and UAMs in general. But since Apple introduced an
1518         option called "Allow Secure Connections Using SSH" and many people
1519         tend to confuse both things, we'll speak about that here too.</para>
1520
1521         <sect4 id="manualsshtunnel">
1522           <title>Manually tunneling an AFP session</title>
1523
1524           <para>This works since the first AFP servers that spoke "AFP over
1525           TCP" appeared in networks. One simply tunnels the remote server's
1526           AFP port to a local port different than 548 and connects locally to
1527           this port afterwards. On OS X this can be done by</para>
1528
1529           <programlisting>ssh -l $USER $SERVER -L 10548:127.0.0.1:548 sleep 3000</programlisting>
1530
1531           <para>After establishing the tunnel one will use
1532           <filename>"afp://127.0.0.1:10548"</filename> in the "Connect to
1533           server" dialog. All AFP traffic including the initial connection
1534           attempts will be sent encrypted over the wire since the local AFP
1535           client will connect to the Mac's local port 10548 which will be
1536           forwarded to the remote server's AFP port (we used the default 548)
1537           over SSH.</para>
1538
1539           <para>These sorts of tunnels are an ideal solution if you've to
1540           access an AFP server providing weak authentications mechanisms
1541           through the Internet without having the ability to use a "real" VPN.
1542           Note that you can let <command>ssh</command> compress the data by
1543           using its "-C" switch and that the tunnel endpoints can be different
1544           from both AFP client and server (compare with the SSH documentation
1545           for details).</para>
1546         </sect4>
1547
1548         <sect4 id="autosshtunnel">
1549           <title>Automatically establishing a tunneled AFP connection</title>
1550
1551           <para>From Mac OS X 10.2 to 10.4, Apple added an "Allow Secure
1552           Connections Using SSH" checkbox to the "Connect to Server" dialog.
1553           The idea behind: When the server signals that it can be contacted by
1554           SSH then Mac OS X' AFP client tries to establish the tunnel and
1555           automagically sends all AFP traffic through it.</para>
1556
1557           <para>But it took until the release of Mac OS X 10.3 that this
1558           feature worked the first time... partly. In case, the SSH tunnel
1559           can't be established the AFP client <emphasis
1560           role="strong">silently</emphasis> fell back to an unencrypted AFP
1561           connection attempt.</para>
1562
1563           <para>Netatalk's afpd will report that it is capable of handling SSH
1564           tunneled AFP requests, when both "<option>advertise ssh</option>"
1565           and "<option>fqdn</option>" options are set in
1566           <option>Global</option> section (double check with <citerefentry>
1567               <refentrytitle>asip-status.pl</refentrytitle>
1568
1569               <manvolnum>1</manvolnum>
1570             </citerefentry> after you restarted afpd when you made changes to
1571           the settings). But there are a couple of reasons why you don't want
1572           to use this option at all:</para>
1573
1574           <itemizedlist>
1575             <listitem>
1576               <para>Tunneling TCP over TCP (as SSH does) is not the best idea.
1577               There exist better solutions like VPNs based on the IP
1578               layer.</para>
1579             </listitem>
1580
1581             <listitem>
1582               <para>Since this SSH kludge isn't a normal UAM that integrates
1583               directly into the AFP authentication mechanisms but instead uses
1584               a single flag signalling clients whether they can <emphasis
1585               role="strong">try</emphasis> to establish a tunnel or not, it
1586               makes life harder to see what's happening when things go
1587               wrong.</para>
1588             </listitem>
1589
1590             <listitem>
1591               <para>You cannot control which machines are logged on by
1592               Netatalk tools like a <command>macusers</command> since all
1593               connection attempts seem to be made from localhost.</para>
1594             </listitem>
1595
1596             <listitem>
1597               <para>On the other side you've to limit access to afpd to
1598               localhost only (TCP wrappers) when you want to ensure that all
1599               AFP sessions are SSH encrypted or...</para>
1600             </listitem>
1601
1602             <listitem>
1603               <para>...when you're using 10.2 - 10.3.3 then you get the
1604               opposite of what you'd expect: potentially unencrypted AFP
1605               communication (including logon credentials) on the network
1606               without a single notification that establishing the tunnel
1607               failed. Apple fixed that not until Mac OS X 10.3.4.</para>
1608             </listitem>
1609
1610             <listitem>
1611               <para>Encrypting all AFP sessions via SSH can lead to a
1612               significantly higher load on the Netatalk server</para>
1613             </listitem>
1614           </itemizedlist>
1615         </sect4>
1616       </sect3>
1617     </sect2>
1618
1619     <sect2 id="acls">
1620       <title>ACL Support<indexterm>
1621           <primary>ACLs</primary>
1622         </indexterm></title>
1623
1624       <para>ACL support for AFP is implemented for ZFS ACLs on Solaris and
1625       derived platforms and for POSIX 1e ACLs on Linux.</para>
1626
1627       <sect3>
1628         <title>Configuration</title>
1629
1630         <para>For a basic mode of operation there's nothing to configure.
1631         Netatalk reads ACLs on the fly and calculates effective permissions
1632         which are then send to the AFP client via the so called
1633         UARights<indexterm>
1634             <primary>UARights</primary>
1635           </indexterm> permission bits. On a Mac, the Finder uses these bits
1636         to adjust permission in Finder windows. For example folder whos UNIX
1637         mode would only result in in read-only permissions for a user will not
1638         be displayed with a read-only icon and the user will be able to write
1639         to the folder given the folder has an ACL giving the user write
1640         access.</para>
1641
1642         <para>By default, the effective permission of the authenticated user
1643         are only mapped to the mentioned UARights<indexterm>
1644             <primary>UARights</primary>
1645           </indexterm>permission structure, not the UNIX mode. You can adjust
1646         this behaviour with the configuration option <link
1647         linkend="map_acls">map acls</link>.</para>
1648
1649         <para>However, neither in Finder "Get Info" windows nor in Terminal
1650         will you be able to see the ACLs, that's a result of how ACLs in OS X
1651         are designed. If you want to be able to display ACLs on the client,
1652         things get more involved as you must then setup both client and server
1653         to be part on a authentication domain (directory service, eg LDAP,
1654         OpenDirectory). The reason is, that in OS X ACLs are bound to UUIDs,
1655         not just uid's or gid's. Therefor afpd must be able to map every
1656         filesystem uid and gid to a UUID so that it can return the server side
1657         ACLs which are bound to UNIX uid and gid mapped to OS X UUIDs.</para>
1658
1659         <para>Netatalk can query a directory server using LDAP queries. Either
1660         the directory server already provides an UUID attribute for user and
1661         groups (Active Directory, Open Directory) or you reuse an unused
1662         attribute (or add a new one) to you directory server (eg
1663         OpenLDAP).</para>
1664
1665         <para>In detail:</para>
1666
1667         <orderedlist>
1668           <listitem>
1669             <para>For Solaris/ZFS: ZFS Volumes</para>
1670
1671             <para>You should configure a ZFS ACL know for any volume you want
1672             to use with Netatalk:</para>
1673
1674             <screen>aclinherit = passthrough
1675 aclmode = passthrough</screen>
1676
1677             <para>For an explanation of what this knob does and how to apply
1678             it, check your hosts ZFS documentation (eg man zfs).</para>
1679           </listitem>
1680
1681           <listitem>
1682             <para>Authentication Domain</para>
1683
1684             <para>Your server and the clients must be part of a security
1685             association where identity data is coming from a common source.
1686             ACLs in Darwin are based on UUIDs and so is the ACL specification
1687             in AFP 3.2. Therefor your source of identity data has to provide
1688             an attribute for every user and group where a UUID is stored as a
1689             ASCII string. In other words:</para>
1690
1691             <itemizedlist>
1692               <listitem>
1693                 <para>you need an Open Directory Server or an LDAP server
1694                 where you store UUIDs in some attribute</para>
1695               </listitem>
1696
1697               <listitem>
1698                 <para>your clients must be configured to use this
1699                 server</para>
1700               </listitem>
1701
1702               <listitem>
1703                 <para>your server should be configured to use this server via
1704                 nsswitch and PAM</para>
1705               </listitem>
1706
1707               <listitem>
1708                 <para>configure Netatalk via the special <link
1709                 linkend="acl_options">LDAP options for ACLs</link> in <link
1710                 linkend="afp.conf.5">afp.conf</link> so that Netatalk is able
1711                 to retrieve the UUID for users and groups via LDAP search
1712                 queries</para>
1713               </listitem>
1714             </itemizedlist>
1715           </listitem>
1716         </orderedlist>
1717       </sect3>
1718
1719       <sect3>
1720         <title>OS X ACLs</title>
1721
1722         <para>With Access Control Lists (ACLs) Mac OS X offers a powerful
1723         extension of the traditional UNIX permissions model. An ACL is an
1724         ordered list of Access Control Entries (ACEs) explicitly granting or
1725         denying a set of permissions to a given user or group.</para>
1726
1727         <para>Unlike UNIX permissions, which are bound to user or group IDs,
1728         ACLs are tied to UUIDs. For this reason accessing an object's ACL
1729         requires server and client to use a common directory service which
1730         translates between UUIDs and user/group IDs.</para>
1731
1732         <para>ACLs and UNIX permissions interact in a rather simple way. As
1733         ACLs are optional UNIX permissions act as a default mechanism for
1734         access control. Changing an objects's UNIX permissions will leave it's
1735         ACL intact and modifying an ACL will never change the object's UNIX
1736         permissions. While doing access checks, OS X first examines an
1737         object's ACL evaluating ACEs in order until all requested rights have
1738         been granted, a requested right has been explicitly denied by an ACE
1739         or the end of the list has been reached. In case there is no ACL or
1740         the permissions granted by the ACL are not sufficient to fulfill the
1741         request, OS X next evaluates the object's UNIX permissions. Therefore
1742         ACLs always have precedence over UNIX permissions.</para>
1743       </sect3>
1744
1745       <sect3>
1746         <title>ZFS ACLs</title>
1747
1748         <para>ZFS ACLs closely match OS X ACLs. Both offer mostly identical
1749         fine grained permissions and inheritance settings.</para>
1750       </sect3>
1751
1752       <sect3>
1753         <title>POSIX ACLs</title>
1754
1755         <sect4>
1756           <title>Overview</title>
1757
1758           <para>Compared to OS X or NFSv4 ACLs, Posix ACLs represent a
1759           different, less versatile approach to overcome the limitations of
1760           the traditional UNIX permissions. Implementations are based on the
1761           withdrawn Posix 1003.1e standard.</para>
1762
1763           <para>The standard defines two types of ACLs. Files and directories
1764           can have access ACLs which are consulted for access checks.
1765           Directories can also have default ACLs irrelevant to access checks.
1766           When a new object is created inside a directory with a default ACL,
1767           the default ACL is applied to the new object as it's access ACL.
1768           Subdirectories inherit default ACLs from their parent. There are no
1769           further mechanisms of inheritance control.</para>
1770
1771           <para>Architectural differences between Posix ACLs and OS X ACLs
1772           especially involve:</para>
1773
1774           <para><itemizedlist>
1775               <listitem>
1776                 <para>No fine-granular permissions model. Like UNIX
1777                 permissions Posix ACLs only differentiate between read, write
1778                 and execute permissions.</para>
1779               </listitem>
1780
1781               <listitem>
1782                 <para>Entries within an ACL are unordered.</para>
1783               </listitem>
1784
1785               <listitem>
1786                 <para>Posix ACLs can only grant rights. There is no way to
1787                 explicitly deny rights by an entry.</para>
1788               </listitem>
1789
1790               <listitem>
1791                 <para>UNIX permissions are integrated into an ACL as special
1792                 entries.</para>
1793               </listitem>
1794             </itemizedlist></para>
1795
1796           <para>Posix 1003.1e defines 6 different types of ACL entries. The
1797           first three types are used to integrate standard UNIX permissions.
1798           They form a minimal ACL, their presence is mandatory and only one
1799           entry of each type is allowed within an ACL.</para>
1800
1801           <para><itemizedlist>
1802               <listitem>
1803                 <para>ACL_USER_OBJ: the owner's access rights.</para>
1804               </listitem>
1805
1806               <listitem>
1807                 <para>ACL_GROUP_OBJ: the owning group's access rights.</para>
1808               </listitem>
1809
1810               <listitem>
1811                 <para>ACL_OTHER: everybody's access rights.</para>
1812               </listitem>
1813             </itemizedlist></para>
1814
1815           <para>The remaining entry types expand the traditional permissions
1816           model:</para>
1817
1818           <para><itemizedlist>
1819               <listitem>
1820                 <para>ACL_USER: grants access rights to a certain user.</para>
1821               </listitem>
1822
1823               <listitem>
1824                 <para>ACL_GROUP: grants access rights to a certain
1825                 group.</para>
1826               </listitem>
1827
1828               <listitem>
1829                 <para>ACL_MASK: limits the maximum access rights which can be
1830                 granted by entries of type ACL_GROUP_OBJ, ACL_USER and
1831                 ACL_GROUP. As the name suggests, this entry acts as a mask.
1832                 Only one ACL_MASK entry is allowed per ACL. If an ACL contains
1833                 ACL_USER or ACL_GROUP entries, an ACL_MASK entry must be
1834                 present too, otherwise it is optional.</para>
1835               </listitem>
1836             </itemizedlist></para>
1837
1838           <para>In order to maintain compatibility with applications not aware
1839           of ACLs, Posix 1003.1e changes the semantics of system calls and
1840           utilities which retrieve or manipulate an objects UNIX permissions.
1841           In case an object only has a minimal ACL, the group permissions bits
1842           of the UNIX permissions correspond to the value of the ACL_GROUP_OBJ
1843           entry.</para>
1844
1845           <para>However, if the ACL also contains an ACL_MASK entry, the
1846           behavior of those system calls and utilities is different. The group
1847           permissions bits of the UNIX permissions correspond to the value of
1848           the ACL_MASK entry, i. e. calling "chmod g-w" will not only revoke
1849           write access for the group, but for all entities which have been
1850           granted write access by ACL_USER or ACL_GROUP entries.</para>
1851         </sect4>
1852
1853         <sect4>
1854           <title>Mapping POSIX ACLs to OS X ACLs</title>
1855
1856           <para>When a client wants to read an object's ACL, afpd maps it's
1857           Posix ACL onto an equivalent OS X ACL. Writing an object's ACL
1858           requires afpd to map an OS X ACL onto a Posix ACL. Due to
1859           architectural restrictions of Posix ACLs, it is usually impossible
1860           to find an exact mapping so that the result of the mapping process
1861           will be an approximation of the original ACL's semantic.</para>
1862
1863           <para><itemizedlist>
1864               <listitem>
1865                 <para>afpd silently discard entries which deny a set of
1866                 permissions because they they can't be represented within the
1867                 Posix architecture.</para>
1868               </listitem>
1869
1870               <listitem>
1871                 <para>As entries within Posix ACLs are unordered, it is
1872                 impossible to preserve order.</para>
1873               </listitem>
1874
1875               <listitem>
1876                 <para>Inheritance control is subject to severe limitations as
1877                 well:<itemizedlist>
1878                     <listitem>
1879                       <para>Entries with the only_inherit flag set will only
1880                       become part of the directory's default ACL.</para>
1881                     </listitem>
1882
1883                     <listitem>
1884                       <para>Entries with at least one of the flags
1885                       file_inherit, directory_inherit or limit_inherit set,
1886                       will become part of the directory's access and default
1887                       ACL, but the restrictions they impose on inheritance
1888                       will be ignored.</para>
1889                     </listitem>
1890                   </itemizedlist></para>
1891               </listitem>
1892
1893               <listitem>
1894                 <para>The lack of a fine-granular permission model on the
1895                 Posix side will normally result in an increase of granted
1896                 permissions.</para>
1897               </listitem>
1898             </itemizedlist></para>
1899
1900           <para>As OS X clients aren't aware of the Posix 1003.1e specific
1901           relationship between UNIX permissions and ACL_MASK, afpd does not
1902           expose this feature to the client to avoid compatibility issues and
1903           handles *unix permissions and ACLs the same way as Apple's reference
1904           implementation of AFP does. When an object's UNIX permissions are
1905           requested, afpd calculates proper group rights and returns the
1906           result together with the owner's and everybody's access rights to
1907           the caller via "permissions" and "ua_permissions" members of the
1908           FPUnixPrivs structure (see Apple Filing Protocol Reference, page
1909           181). Changing an object's permissions, afpd always updates
1910           ACL_USER_OBJ, ACL_GROUP_OBJ and ACL_OTHERS. If an ACL_MASK entry is
1911           present too, afpd recalculates it's value so that the new group
1912           rights become effective and existing entries of type ACL_USER or
1913           ACL_GROUP stay intact.</para>
1914         </sect4>
1915       </sect3>
1916     </sect2>
1917
1918     <sect2 id="fce">
1919       <title>Filesystem Change Events<indexterm>
1920           <primary>FCE</primary>
1921         </indexterm></title>
1922
1923       <para>Netatalk includes a nifty filesystem change event mechanism where
1924       afpd processes notfiy interested listeners about certain filesystem
1925       event by UDP network datagrams.</para>
1926
1927       <para>For the format of the UDP packets and for an example C application
1928       that demonstrates how to use these in a listener, take a look at the
1929       Netatalk sourcefile <filename>bin/misc/fce.c</filename>.</para>
1930
1931       <para>The currently supported FCE events are<itemizedlist>
1932           <listitem>
1933             <para>file modification (fmod)</para>
1934           </listitem>
1935
1936           <listitem>
1937             <para>file deletion (fdel)</para>
1938           </listitem>
1939
1940           <listitem>
1941             <para>directory deletion (ddel)</para>
1942           </listitem>
1943
1944           <listitem>
1945             <para>file creation (fcre)</para>
1946           </listitem>
1947
1948           <listitem>
1949             <para>directory deletion (ddel)</para>
1950           </listitem>
1951         </itemizedlist></para>
1952
1953       <para>For details on the available simple configuration options take a
1954       look at <filename><link
1955       linkend="fceconf">afp.conf</link></filename>.</para>
1956     </sect2>
1957   </sect1>
1958
1959   <sect1>
1960     <title>Starting and stopping Netatalk</title>
1961
1962     <para>The Netatalk distribution comes with several operating system
1963     specific startup script templates that are tailored according to the
1964     options given to the "configure" script before compiling. Currently,
1965     templates are provided for RedHat (sysv style), RedHat (systemd style),
1966     SUSE (sysv style), SUSE (systemd style), Gentoo, NetBSD, Debian and
1967     Solaris. You can select to install the generated startup script(s)
1968     <indexterm>
1969         <primary>Startscript</primary>
1970
1971         <secondary>startup script</secondary>
1972       </indexterm> by specifying a system type to "configure". To
1973     automatically install startup scripts give one of the available
1974     <option>--with-init-style</option> option to "configure".</para>
1975
1976     <para>Since new releases of Linux distributions appear all the time and
1977     the startup procedure for the other systems mentioned above might change
1978     as well, it is probably a good idea to not blindly install a startup
1979     script but to look at it first to see if it will work on your system. If
1980     you use Netatalk as part of a fixed setup, like a Linux distribution, an
1981     RPM or a BSD package, things will probably have been arranged properly for
1982     you. The following therefore applies mostly for people who have compiled
1983     Netatalk themselves.</para>
1984
1985     <para>The following daemon need to be started by whatever startup script
1986     mechanism is used:</para>
1987
1988     <itemizedlist>
1989       <listitem>
1990         <para>netatalk<indexterm>
1991             <primary>netatalk</primary>
1992           </indexterm></para>
1993       </listitem>
1994     </itemizedlist>
1995
1996     <para>Additionally, make sure that the configuration file
1997     <filename>afp.conf</filename> is in the right place.</para>
1998   </sect1>
1999 </chapter>