]> arthur.barton.de Git - netatalk.git/blob - config/netatalk.conf
Fixed typo in comment.
[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 this if you don't want guest, clrtxt, and dhx
12 # available options: uams_guest.so, uams_clrtxt.so, uams_dhx.so, 
13 #                    uams_randnum.so
14 #AFPD_UAMLIST="-U uams_clrtxt.so,uams_randnum.so"
15
16 # Change this to set the id of the guest user
17 AFPD_GUEST=nobody
18
19 # Set which daemons to run (papd is dependent upon atalkd):
20 ATALKD_RUN=yes
21 PAPD_RUN=yes
22 AFPD_RUN=yes
23 TIMELORD_RUN=no
24 A2BOOT_RUN=no
25
26 # Control whether the daemons are started in the background
27 ATALK_BGROUND=no