]> arthur.barton.de Git - netatalk.git/blob - man/man5/netatalk.conf.5.tmpl
Import generated manpages from XML files
[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: 24 June 2004
6 .\"    Manual: Netatalk 2.0.4
7 .\"    Source: Netatalk 2.0.4
8 .\"  Language: English
9 .\"
10 .TH "NETATALK\&.CONF" "5" "24 June 2004" "Netatalk 2\&.0\&.4" "Netatalk 2.0.4"
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 \fBATALK_BGROUND\fR
67 .RS 4
68 "yes" will set netatalk to initialize in the background, and "no" will cause normal initialization\&.
69 .RE
70 .PP
71 \fBATALK_NAME\fR
72 .RS 4
73 Sets the machines\' Appletalk name\&.
74 .RE
75 .PP
76 \fBATALK_ZONE\fR
77 .RS 4
78 Sets the machines\' Appletalk zone\&.
79 .RE
80 .PP
81 \fBATALKD_RUN\fR
82 .RS 4
83 Enables the atalkd daemon if set to "yes"\&. This should be enabled if you are planning on providing Appletalk services\&.
84 .RE
85 .PP
86 \fBPAPD_RUN\fR
87 .RS 4
88 Enables the papd daemon if set to "yes"\&. This should be enabled if you are planning on using netatalk as a print server\&.
89 .RE
90 .PP
91 \fBATALK_MAC_CHARSET\fR
92 .RS 4
93 Set the Mac client codepage, used by atalkd and papd to convert extended characters from the Unix to the Mac codepage\&.
94 .RE
95 .PP
96 \fBATALK_UNIX_CHARSET\fR
97 .RS 4
98 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\&.
99 .RE
100 .SH "SEE ALSO"
101 .PP
102 \fBatalkd\fR(8),
103 \fBatalkd.conf\fR(5)