]> arthur.barton.de Git - netatalk.git/blob - config/netatalk.conf
f1fa38dd1db17ec6802662d212f5cd4266ea8fe9
[netatalk.git] / config / netatalk.conf
1 # Netatalk configuration
2
3 #########################################################################
4 # Global configuration
5 #########################################################################
6
7 # machine's AFPserver/AppleTalk name.
8 ATALK_NAME=`echo ${HOSTNAME}|cut -d. -f1`
9
10 # server (unix) and legacy client (<= Mac OS 9) charsets
11 ATALK_UNIX_CHARSET='LOCALE'
12 ATALK_MAC_CHARSET='MAC_ROMAN'
13
14 # Don't Edit. export the charsets, read form ENV by apps
15 export ATALK_UNIX_CHARSET
16 export ATALK_MAC_CHARSET
17
18 # Control whether the daemons are started in the background.
19 # If it is dissatisfied that legacy atalkd starts slowly, set "yes".
20 ATALK_BGROUND=no
21
22 #########################################################################
23 # AFP specific configuration
24 #########################################################################
25
26 # Set which daemons to run.
27 # If you use AFP file server, run both cnid_metad and afpd.
28 CNID_METAD_RUN=yes
29 AFPD_RUN=yes
30
31 # maximum number of clients that can connect:
32 AFPD_MAX_CLIENTS=20
33
34 # UAMs (User Authentication Modules)
35 # available options: uams_dhx.so, uams_dhx2.so, uams_guest.so,
36 #                    uams_clrtxt.so(legacy), uams_randnum.so(legacy)
37 # AFPD_UAMLIST="-U uams_dhx.so,uams_dhx2.so"
38
39 # Set the id of the guest user when using uams_guest.so
40 AFPD_GUEST=nobody
41
42 # config for cnid_metad. Default log config:
43 # CNID_CONFIG="-l log_note"
44
45 #########################################################################
46 # AppleTalk specific configuration (legacy)
47 #########################################################################
48
49 # Set which legacy daemons to run.
50 # If you need AppleTalk, run atalkd.
51 # papd, timelord and a2boot are dependent upon atalkd.
52 ATALKD_RUN=no
53 PAPD_RUN=no
54 TIMELORD_RUN=no
55 A2BOOT_RUN=no
56
57 # Set the AppleTalk Zone name.
58 # NOTE: if your zone has spaces in it, you're better off specifying
59 #       it in afpd.conf
60 #ATALK_ZONE=@zone