]> arthur.barton.de Git - netatalk.git/blob - config/netatalk.conf
wrong path for /etc/default in Debian
[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.
24 # If you need legacy AppleTalk, run atalkd.
25 # papd, timelord and a2boot are dependent upon atalkd.
26 # If you use "AFP over TCP" server only, run only cnid_metad and afpd.
27 ATALKD_RUN=no
28 PAPD_RUN=no
29 TIMELORD_RUN=no
30 A2BOOT_RUN=no
31 CNID_METAD_RUN=yes
32 AFPD_RUN=yes
33
34 # Control whether the daemons are started in the background.
35 # If it is dissatisfied that atalkd starts slowly, set "yes".
36 ATALK_BGROUND=no
37
38 # export the charsets, read form ENV by apps
39 export ATALK_MAC_CHARSET
40 export ATALK_UNIX_CHARSET
41
42 # config for cnid_metad. Default log config:
43 # CNID_CONFIG="-l log_note"