]> arthur.barton.de Git - netatalk.git/blob - config/netatalk.conf
Fix for (last fix applied to wrong if test):
[netatalk.git] / config / netatalk.conf
1 # Netatalk 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 the UAMs to enable
16 # available options: uams_guest.so, uams_clrtxt.so, uams_randnum.so, 
17 #                            uams_dhx.so, uams_dhx2.so
18 # AFPD_UAMLIST="-U uams_dhx.so,uams_dhx2.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=no
25 PAPD_RUN=NO
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
37
38 # config for cnid_metad. Default log config:
39 # CNID_CONFIG="-l log_note"