]> arthur.barton.de Git - netatalk.git/blob - man/man5/netatalk.conf.5.tmpl
Merge from branch-2-1
[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.75.2 <http://docbook.sf.net/>
5 .\"      Date: 26 Sep 2010
6 .\"    Manual: Netatalk 2.2
7 .\"    Source: Netatalk 2.2
8 .\"  Language: English
9 .\"
10 .TH "NETATALK\&.CONF" "5" "26 Sep 2010" "Netatalk 2.2" "Netatalk 2.2"
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 "SYNOPSIS"
24 .HP \w'\fB:ETCDIR:/netatalk\&.conf\fR\fB\fR\fB:DESTDIR:/etc/default/netatalk\fR\fB\fR\ 'u
25 \fB:ETCDIR:/netatalk\&.conf\fR\fB\fR
26 .br
27 \fB:DESTDIR:/etc/default/netatalk\fR\fB\fR
28 .SH "DESCRIPTION"
29 .PP
30 \fB:ETCDIR:/netatalk\&.conf\fR
31 is the configuration file used by afpd to determine what portions of the file system will be shared via AFP, as well as their behaviors\&.
32 .PP
33 If netatalk has been configured with \-\-enable\-debian, it is not
34 \fB:ETCDIR:/netatalk\&.conf\fR
35 but
36 \fB:DESTDIR:/etc/default/netatalk\fR\&.
37 .PP
38 Any line not prefixed with
39 \fB#\fR
40 is interpreted\&. The configuration lines are composed like:
41 .PP
42 \fIoption\fR
43 \fB=\fR
44 \fIvalue\fR
45 .PP
46 The possible options and their meanings are:
47 .PP
48 \fBAFPD_GUEST\fR
49 .RS 4
50 Sets the id of the guest user to a local user on the system\&.
51 .RE
52 .PP
53 \fBAFPD_MAX_CLIENTS\fR
54 .RS 4
55 Sets the maximum number of clients that can simultaneously connect to the server\&.
56 .RE
57 .PP
58 \fBAFPD_RUN\fR
59 .RS 4
60 Enables the afpd daemon if set to "yes"\&. This should be enabled if you are planning on using netatalk as a file server\&.
61 .RE
62 .PP
63 \fBAFPD_UAM_LIST\fR
64 .RS 4
65 Sets the default UAMs for afpd (and papd, if printer authentication is compiled in) to use\&.
66 .sp
67 \fIExample:\fR
68 \fBAFPD_UAMLIST\fR=\fB"\-U uams_guest\&.so,uams_randnum\&.so"\fR
69 .RE
70 .PP
71 \fBCNID_METAD_RUN\fR
72 .RS 4
73 Enables the cnid_metad daemon if set to "yes"\&. This should be enabled if you are going to use the dbd CNID backend\&.
74 .RE
75 .PP
76 \fBCNID_CONFIG\fR
77 .RS 4
78 Configuration options for cnid_metad\&. See:
79 \fBcnid_metad\fR(8)
80 .RE
81 .PP
82 \fBATALK_BGROUND\fR
83 .RS 4
84 "yes" will set netatalk to initialize in the background, and "no" will cause normal initialization\&.
85 .RE
86 .PP
87 \fBATALK_NAME\fR
88 .RS 4
89 Sets the machines\' Appletalk name\&.
90 .RE
91 .PP
92 \fBATALK_ZONE\fR
93 .RS 4
94 Sets the machines\' Appletalk zone\&.
95 .RE
96 .PP
97 \fBATALKD_RUN\fR
98 .RS 4
99 Enables the atalkd daemon if set to "yes"\&. This should be enabled if you are planning on providing Appletalk services\&.
100 .RE
101 .PP
102 \fBPAPD_RUN\fR
103 .RS 4
104 Enables the papd daemon if set to "yes"\&. This should be enabled if you are planning on using netatalk as a print server\&.
105 .RE
106 .PP
107 \fBATALK_MAC_CHARSET\fR
108 .RS 4
109 Set the Mac client codepage, used by atalkd and papd to convert extended characters from the Unix to the Mac codepage\&.
110 .RE
111 .PP
112 \fBATALK_UNIX_CHARSET\fR
113 .RS 4
114 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\&.
115 .RE
116 .SH "SEE ALSO"
117 .PP
118 \fBatalkd\fR(8),
119 \fBatalkd.conf\fR(5)