]> arthur.barton.de Git - netatalk.git/blob - config/netatalk.conf.cobalt
Initial revision
[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 guest, clrtxt, and dhx
10 # available options: uams_guest.so, uams_clrtxt.so, uams_dhx.so, 
11 #                    uams_randnum.so
12 AFPD_UAMLIST="-U uams_clrtxt.so,uams_dhx.so"
13
14 # Change this to set the id of the guest user
15 AFPD_GUEST=nobody
16
17 # Set which daemons to run:
18 PAPD_RUN=no
19 AFPD_RUN=yes
20
21 # Control whether the daemons are started in the background
22 ATALK_BGROUND=yes
23