]> arthur.barton.de Git - netatalk.git/blobdiff - config/netatalk.conf
Missing newline on last line. From HAT
[netatalk.git] / config / netatalk.conf
index 4d3bef9c9972a2e23a7d508826e8c3adafe6d512..194cd3763fcce3ba8a9e1aca45f4a42f49f133b0 100644 (file)
@@ -1,4 +1,4 @@
-# Appletalk configuration
+# Netatalk configuration
 # Change this to increase the maximum number of clients that can connect:
 AFPD_MAX_CLIENTS=20
 
@@ -8,20 +8,32 @@ AFPD_MAX_CLIENTS=20
 #ATALK_ZONE=@zone
 ATALK_NAME=`echo ${HOSTNAME}|cut -d. -f1`
 
-# specify this if you don't want guest, clrtxt, and dhx
-# available options: uams_guest.so, uams_clrtxt.so, uams_dhx.so, 
-#                   uams_randnum.so
-#AFPD_UAMLIST="-U uams_clrtxt.so,uams_randnum.so"
+# specify the Mac and unix charsets to be used
+ATALK_MAC_CHARSET='MAC_ROMAN'
+ATALK_UNIX_CHARSET='LOCALE'
+
+# specify the UAMs to enable
+# available options: uams_guest.so, uams_clrtxt.so, uams_randnum.so, 
+#                           uams_dhx.so, uams_dhx2.so
+# AFPD_UAMLIST="-U uams_dhx.so,uams_dhx2.so"
 
 # Change this to set the id of the guest user
 AFPD_GUEST=nobody
 
 # Set which daemons to run (papd is dependent upon atalkd):
-ATALKD_RUN=yes
-PAPD_RUN=yes
+ATALKD_RUN=no
+PAPD_RUN=NO
+CNID_METAD_RUN=yes
 AFPD_RUN=yes
 TIMELORD_RUN=no
 A2BOOT_RUN=no
 
 # Control whether the daemons are started in the background
 ATALK_BGROUND=no
+
+# export the charsets, read form ENV by apps
+export ATALK_MAC_CHARSET
+export ATALK_UNIX_CHARSET
+
+# config for cnid_metad. Default log config:
+# CNID_CONFIG="-l log_note"