]> arthur.barton.de Git - netatalk.git/blobdiff - config/netatalk.conf.cobalt
Better error reporting for afp_ldap.conf parsing
[netatalk.git] / config / netatalk.conf.cobalt
index 6c1f3623f18fba1ae31b1252ca5e28652432e63d..3be97d4ebf924d5de881c31f3a74625b71429eb0 100644 (file)
@@ -6,16 +6,18 @@ AFPD_MAX_CLIENTS=100
 #ATALK_ZONE=@zone
 ATALK_NAME=`hostname|sed 's/\..*$//'`
 
-# specify this if you don't want guest, clrtxt, and dhx
-# available options: uams_guest.so, uams_clrtxt.so, uams_dhx.so, 
+# specify this if you don't want dhx and dhx2
+# available options: uams_guest.so, uams_clrtxt.so, 
+#                    uams_dhx.so, uams_dhx2.so, 
 #                   uams_randnum.so
-AFPD_UAMLIST="-U uams_clrtxt.so,uams_dhx.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_RUN=no
+CNID_METAD_RUN=yes
 AFPD_RUN=yes
 
 # Control whether the daemons are started in the background