]> arthur.barton.de Git - netatalk.git/blobdiff - config/afpd.conf.tmpl
* Allow afpd debugging to be enabled at runtime by sending the afpd process
[netatalk.git] / config / afpd.conf.tmpl
index 31f74f7d0b4e217b379ca9b787214d5ccf1e9abd..7a2b19ae3989c7cfcfb442752f89c89b2b84cb6d 100644 (file)
@@ -49,6 +49,8 @@
 #                         if you don't want the proxy server to act as
 #                         a ddp server as well, set -uamlist to an
 #                        empty string.
+#     -noslp              Don't register this server with the Service
+#                        Location Protocol.
 #
 #
 #   Authentication Methods:
@@ -75,8 +77,9 @@
 #   Password Options:
 #     -[no]savepassword   [Don't] Allow clients to save password locally
 #     -passwdfile <path>  Use this path to store Randnum
-#                        passwords. (default: ~/.passwd. the only other
-#                         userful value is :ETCDIR:/afppasswd.)
+#                        passwords. (Default: :ETCDIR:/afppasswd. The only
+#                         other useful value is ~/.passwd. See 'man afppasswd'
+#                         for details.)
 #     -passwdminlen <#>   minimum password length. may be ignored.
 #     -[no]setpassword    [Don't] Allow clients to change their passwords.
 #     -loginmaxfail <#>   maximum number of failed logins. this may be
 #     -loginmesg "Message"  Client will display "Message" upon logging in
 #                         (no default, same as -l "Message" on commandline)
 #     -nodebug            Switch off debugging
-#     -tickleval <number> Specify the tickle timeout interval (in seconds)
+#     -client_polling     With this switch enabled, afpd won't advertise
+#                         that it is capable of server notifications, so that
+#                         connected clients poll the server every 10 seconds
+#                         to detect changes in opened server windows.
+#                         Note: Depending on the number of simultaneously
+#                         connected clients and the network's speed, this can
+#                         lead to a significant higher load on your network!
+#     -tickleval <number> Specify the tickle timeout interval (in seconds).
+#                         Note, this defaults to 30 seconds, and really 
+#                         shouldn't be changed.  If you want to control
+#                         the server idle timeout, use the -timeout option.
+#     -timeout <number>   Specify the number of tickles to send before
+#                         timing out a connection.  The default is 4, therefore
+#                         a connection will timeout in 2 minutes.
 #     -icon               Use the platform-specific icon.
 #              
 # Some examples:
 #              "special" -notcp -defaultvol <path> -systemvol <path>
 #
 # default:
-# - -transall -uamlist uams_guest.so,uams_clrtxt.so,uams_dhx.so -nosavepassword
+# - -transall -uamlist uams_clrtxt.so,uams_dhx.so -nosavepassword