]> arthur.barton.de Git - netatalk.git/blobdiff - config/netatalk.conf
Missing newline on last line. From HAT
[netatalk.git] / config / netatalk.conf
index 681b32094e6ffd67dd8e6aeddb50a9ab0ded805d..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
 
@@ -12,17 +12,17 @@ ATALK_NAME=`echo ${HOSTNAME}|cut -d. -f1`
 ATALK_MAC_CHARSET='MAC_ROMAN'
 ATALK_UNIX_CHARSET='LOCALE'
 
-# 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 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
@@ -34,3 +34,6 @@ 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"