]> arthur.barton.de Git - netatalk.git/blob - config/netatalk.conf.cobalt
wrong path for /etc/default in Debian
[netatalk.git] / config / netatalk.conf.cobalt
1 # Appletalk configuration
2 # Change this to increase the maximum number of clients that can connect:
3 AFPD_MAX_CLIENTS=100
4
5 # Change this to set the machine's atalk name:
6 #ATALK_ZONE=@zone
7 ATALK_NAME=`hostname|sed 's/\..*$//'`
8
9 # specify this if you don't want dhx and dhx2
10 # available options: uams_guest.so, uams_clrtxt.so, 
11 #                    uams_dhx.so, uams_dhx2.so, 
12 #                    uams_randnum.so
13 AFPD_UAMLIST="-U uams_dhx.so,uams_dhx2.so"
14
15 # Change this to set the id of the guest user
16 AFPD_GUEST=nobody
17
18 # Set which daemons to run:
19 PAPD_RUN=no
20 CNID_METAD_RUN=yes
21 AFPD_RUN=yes
22
23 # Control whether the daemons are started in the background
24 ATALK_BGROUND=yes
25