]> arthur.barton.de Git - netatalk.git/blobdiff - config/afpd.conf.tmpl
doh, the code was looking up the loglevel against a table, then using the position...
[netatalk.git] / config / afpd.conf.tmpl
index 7b2d0218cebb6772f7e5c925b366dc17aae45545..c1c093831a084dddfae3acc5e7c6991f5902007a 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
 #                         timing out a connection.  The default is 4, therefore
 #                         a connection will timeout in 2 minutes.
 #     -icon               Use the platform-specific icon.
+#
+#   OPTIONS IN DEVELOPMENT:
+#     -[un]setuplog <logtype> <loglevel> [<filename>]
+#                         Specify that the given loglevel should be applied
+#                         to log messages of the given logtype and that 
+#                         these messages should be logged to the given file.
+#                         If the filename is ommited the loglevel applies to 
+#                         messages passed to syslog.  
+#                         Each logtype may have a loglevel applied to syslog 
+#                         and a loglevel applied to a single file.  Latter
+#                         -setuplog settings will override earlier ones of
+#                         the same logtype (file or syslog).
+#                         logtypes:  Default, Core, Logger, CNID, AFPDaemon
+#                         loglevels: LOG_SEVERE, LOG_ERROR, LOG_WARN, LOG_NOTE,
+#                                    LOG_INFO, LOG_DEBUG, LOG_DEBUG6, LOG_DEBUG7, 
+#                                    LOG_DEBUG8, LOG_DEBUG9, LOG_MAXDEBUG
 #              
 # Some examples:
 #