]> arthur.barton.de Git - netatalk.git/blob - man/man5/netatalk.conf.5.tmpl
af892117da56928064a184effb28155e70f38410
[netatalk.git] / man / man5 / netatalk.conf.5.tmpl
1 .TH netatalk.conf 5 "24 June 2004" 2.0.1 Netatalk 
2 .SH NAME
3 netatalk.conf \- Configuration file used by netatalk(8) to determine its general configuration 
4 .SH DESCRIPTION
5 \fI:ETCDIR:/netatalk.conf\fR is the
6 configuration file used by afpd to determine what portions of the file
7 system will be shared via Appletalk, as well as their behaviors.
8 .PP
9 Any line not prefixed with \fI#\fR is
10 interpreted. The configuration lines are composed like:
11 .PP
12 \fIoption\fR \fI=\fR
13 \fIvalue\fR
14 .PP
15 The possible options and their meanings are:
16 .TP 
17 \fIAFPD_GUEST\fR
18 Sets the id of the guest user to a local user on the system.
19 .TP 
20 \fIAFPD_MAX_CLIENTS\fR
21 Sets the maximum number of clients that can simultaneously
22 connect to the server.
23 .TP 
24 \fIAFPD_RUN\fR
25 Enables the afpd daemon if set to "yes". This should
26 be enabled if you are planning on using netatalk as a file server.
27 .TP 
28 \fIAFPD_UAM_LIST\fR
29 Sets the default UAMs for afpd (and papd, if printer
30 authentication is compiled in) to use.
31
32 \fIExample:\fR \fIAFPD_UAMLIST\fR=\fI"\-U uams_guest.so,uams_randnum.so"\fR
33 .TP 
34 \fICNID_METAD_RUN\fR
35 Enables the cnid_metad daemon if set to "yes". This
36 should be enabled if you are going to use the dbd CNID backend.
37 .TP 
38 \fIATALK_BGROUND\fR
39 "yes" will set netatalk to initialize in the
40 background, and "no" will cause normal initialization.
41 .TP 
42 \fIATALK_NAME\fR
43 Sets the machines' Appletalk name.
44 .TP 
45 \fIATALK_ZONE\fR
46 Sets the machines' Appletalk zone.
47 .TP 
48 \fIATALKD_RUN\fR
49 Enables the atalkd daemon if set to "yes". This should
50 be enabled if you are planning on providing Appletalk services.
51 .TP 
52 \fIPAPD_RUN\fR
53 Enables the papd daemon if set to "yes". This should
54 be enabled if you are planning on using netatalk as a print server.
55 .TP 
56 \fIATALK_MAC_CHARSET\fR
57 Set the Mac client codepage, used by atalkd and papd to
58 convert extended characters from the Unix to the Mac codepage.
59 .TP 
60 \fIATALK_UNIX_CHARSET\fR
61 Set the Unix codepage, used by atalkd and papd to convert
62 extended characters from the Unix to the Mac codepage. Has to match
63 the codepage of the configuration files.
64 .SH "SEE ALSO"
65 \fBatalkd\fR(8),
66 \fBatalkd.conf\fR(5)
67