]> arthur.barton.de Git - netatalk.git/blob - config/netatalk.conf
- merge branch-netatalk-afp-3x-dev, HEAD was tagged before
[netatalk.git] / config / netatalk.conf
1 # Appletalk configuration
2 # Change this to increase the maximum number of clients that can connect:
3 AFPD_MAX_CLIENTS=20
4
5 # Change this to set the machine's atalk name and zone.
6 # NOTE: if your zone has spaces in it, you're better off specifying
7 #       it in afpd.conf
8 #ATALK_ZONE=@zone
9 ATALK_NAME=`echo ${HOSTNAME}|cut -d. -f1`
10
11 # specify the Mac and unix charsets to be used
12 ATALK_MAC_CHARSET='MAC_ROMAN'
13 ATALK_UNIX_CHARSET='LOCALE'
14
15 # specify this if you don't want guest, clrtxt, and dhx
16 # available options: uams_guest.so, uams_clrtxt.so, uams_dhx.so, 
17 #                    uams_randnum.so
18 #AFPD_UAMLIST="-U uams_clrtxt.so,uams_randnum.so"
19
20 # Change this to set the id of the guest user
21 AFPD_GUEST=nobody
22
23 # Set which daemons to run (papd is dependent upon atalkd):
24 ATALKD_RUN=yes
25 PAPD_RUN=yes
26 CNID_METAD_RUN=yes
27 AFPD_RUN=yes
28 TIMELORD_RUN=no
29 A2BOOT_RUN=no
30
31 # Control whether the daemons are started in the background
32 ATALK_BGROUND=no
33
34 # export the charsets, read form ENV by apps
35 export ATALK_MAC_CHARSET
36 export ATALK_UNIX_CHARSET