]> arthur.barton.de Git - netatalk.git/blob - man/man5/netatalk.conf.5.tmpl
Last manpage checkin from XML sources before 2.1beta1 release
[netatalk.git] / man / man5 / netatalk.conf.5.tmpl
1 '\" t
2 .\"     Title: netatalk.conf
3 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4 .\" Generator: DocBook XSL Stylesheets v1.74.3 <http://docbook.sf.net/>
5 .\"      Date: 9 Jun 2009
6 .\"    Manual: Netatalk 2.1
7 .\"    Source: Netatalk 2.1
8 .\"  Language: English
9 .\"
10 .TH "NETATALK\&.CONF" "5" "9 Jun 2009" "Netatalk 2.1" "Netatalk 2.1"
11 .\" -----------------------------------------------------------------
12 .\" * set default formatting
13 .\" -----------------------------------------------------------------
14 .\" disable hyphenation
15 .nh
16 .\" disable justification (adjust text to left margin only)
17 .ad l
18 .\" -----------------------------------------------------------------
19 .\" * MAIN CONTENT STARTS HERE *
20 .\" -----------------------------------------------------------------
21 .SH "NAME"
22 netatalk.conf \- Configuration file used by netatalk(8) to determine its general configuration
23 .SH "DESCRIPTION"
24 .PP
25 \fB:ETCDIR:/netatalk\&.conf\fR
26 is the configuration file used by afpd to determine what portions of the file system will be shared via Appletalk, as well as their behaviors\&.
27 .PP
28 Any line not prefixed with
29 \fB#\fR
30 is interpreted\&. The configuration lines are composed like:
31 .PP
32 \fIoption\fR
33 \fB=\fR
34 \fIvalue\fR
35 .PP
36 The possible options and their meanings are:
37 .PP
38 \fBAFPD_GUEST\fR
39 .RS 4
40 Sets the id of the guest user to a local user on the system\&.
41 .RE
42 .PP
43 \fBAFPD_MAX_CLIENTS\fR
44 .RS 4
45 Sets the maximum number of clients that can simultaneously connect to the server\&.
46 .RE
47 .PP
48 \fBAFPD_RUN\fR
49 .RS 4
50 Enables the afpd daemon if set to "yes"\&. This should be enabled if you are planning on using netatalk as a file server\&.
51 .RE
52 .PP
53 \fBAFPD_UAM_LIST\fR
54 .RS 4
55 Sets the default UAMs for afpd (and papd, if printer authentication is compiled in) to use\&.
56 .sp
57 \fIExample:\fR
58 \fBAFPD_UAMLIST\fR=\fB"\-U uams_guest\&.so,uams_randnum\&.so"\fR
59 .RE
60 .PP
61 \fBCNID_METAD_RUN\fR
62 .RS 4
63 Enables the cnid_metad daemon if set to "yes"\&. This should be enabled if you are going to use the dbd CNID backend\&.
64 .RE
65 .PP
66 \fBCNID_CONFIG\fR
67 .RS 4
68 Configuration options for cnid_metad\&. See:
69 \fBcnid_metad\fR(8)
70 .RE
71 .PP
72 \fBATALK_BGROUND\fR
73 .RS 4
74 "yes" will set netatalk to initialize in the background, and "no" will cause normal initialization\&.
75 .RE
76 .PP
77 \fBATALK_NAME\fR
78 .RS 4
79 Sets the machines\' Appletalk name\&.
80 .RE
81 .PP
82 \fBATALK_ZONE\fR
83 .RS 4
84 Sets the machines\' Appletalk zone\&.
85 .RE
86 .PP
87 \fBATALKD_RUN\fR
88 .RS 4
89 Enables the atalkd daemon if set to "yes"\&. This should be enabled if you are planning on providing Appletalk services\&.
90 .RE
91 .PP
92 \fBPAPD_RUN\fR
93 .RS 4
94 Enables the papd daemon if set to "yes"\&. This should be enabled if you are planning on using netatalk as a print server\&.
95 .RE
96 .PP
97 \fBATALK_MAC_CHARSET\fR
98 .RS 4
99 Set the Mac client codepage, used by atalkd and papd to convert extended characters from the Unix to the Mac codepage\&.
100 .RE
101 .PP
102 \fBATALK_UNIX_CHARSET\fR
103 .RS 4
104 Set the Unix codepage, used by atalkd and papd to convert extended characters from the Unix to the Mac codepage\&. Has to match the codepage of the configuration files\&.
105 .RE
106 .SH "SEE ALSO"
107 .PP
108 \fBatalkd\fR(8),
109 \fBatalkd.conf\fR(5)