X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=doc%2Fmanpages%2Fman5%2Fafp.conf.5.xml;h=8adbe8ac3f708cba62136cf82d58e22e7cad7b4a;hb=fb14b99efac129f51d79d10d06fe6e98323eeabe;hp=0cf62529c638d49305b91d84a14e209192d4e077;hpb=6821c9c1b67181b020f375bab7ac8061b0dcbec2;p=netatalk.git diff --git a/doc/manpages/man5/afp.conf.5.xml b/doc/manpages/man5/afp.conf.5.xml index 0cf62529..8adbe8ac 100644 --- a/doc/manpages/man5/afp.conf.5.xml +++ b/doc/manpages/man5/afp.conf.5.xml @@ -5,7 +5,7 @@ 5 - 30 Apr 2013 + 24 Jan 2014 @NETATALK_VERSION@ @@ -673,10 +673,10 @@ This specifies the DSI server quantum. The default value is - 1 MB. The maximum value is 0xFFFFFFFFF, the minimum is 32000. If - you specify a value that is out of range, the default value will - be set. Do not change this value unless you're absolutely sure, - what you're doing + 0x100000 (1 MiB). The maximum value is 0xFFFFFFFFF, the minimum is + 32000. If you specify a value that is out of range, the default + value will be set. Do not change this value unless you're + absolutely sure, what you're doing @@ -713,6 +713,24 @@ + + recvfile = BOOLEAN (default: + no) (G) + + + Whether to use splice() on Linux for receiving data. + + + + + splice size = number (default: + 64k) (G) + + + Maximum number of bytes spliced. + + + use sendfile = BOOLEAN (default: yes) (G) @@ -724,6 +742,7 @@ + zeroconf = BOOLEAN (default: yes) (G) @@ -799,6 +818,44 @@ + + cnid mysql host = MySQL server address + (G) + + + name or address of a MySQL server for use with the mysql CNID + backend. + + + + + cnid mysql user = MySQL user + (G) + + + MySQL user for authentication with the server. + + + + + cnid mysql pw = password + (G) + + + Password for MySQL server. + + + + + cnid mysql db = database name + (G) + + + Name of an existing database for which the specified user + has full privileges. + + + cnid server = ipaddress[:port] (G)/(V) @@ -811,6 +868,16 @@ + + dbus daemon = path + (G) + + + Sets the path to dbus-daemon binary used by Spotlight feature. + The default is /bin/dbus-daemon. + + + dircachesize = number (G) @@ -858,24 +925,13 @@ - - login message = message - (G)/(V) - - - Sets a message to be displayed when clients logon to the - server. The message should be in and - should be quoted. Extended characters are allowed. - - - ignored attributes = all | nowrite | nodelete | norename (G)/(V) Speficy a set of file and directory attributes that shall - be ignored by the server, all includes all + be ignored by the server, includes all the other options. In OS X when the Finder sets a lock on a file/directory or you set the BSD uchg flag in the Terminal, all three attributes are @@ -884,6 +940,17 @@ + + login message = message + (G)/(V) + + + Sets a message to be displayed when clients logon to the + server. The message should be in and + should be quoted. Extended characters are allowed. + + + mimic model = model (G) @@ -923,14 +990,28 @@ + + spotlight = + BOOLEAN (default: + no) (G)/(V) + + + Whether to enable Spotlight searches. Note: once the global + option is enabled, any volume that is not enabled won't be + searchable at all. See also dbus daemon + option. + + + veto message = BOOLEAN (default: no) (G) - Use section as option preset for all - volumes (when set in the [Global] section) or for one volume (when - set in that volume's section). + Send optional AFP messages for vetoed files. Then whenever a + client tries to access any file or directory with a vetoed name, + it will be sent an AFP message indicating the name and the + directory. @@ -946,6 +1027,17 @@ + + vol dbnest = BOOLEAN (default: + no) (G) + + + Setting this option to true brings back Netatalk 2 + behaviour of storing the CNID database in a folder called + .AppleDB inside the volume root of each share. + + + volnamelen = number (G) @@ -1131,7 +1223,7 @@ mode. You can adjust this behaviour with the configuration option : - + map acls = none|rights|mode (G) @@ -1783,6 +1875,10 @@ Setting the option to true causes afpd to follow symlinks on the server. symlinks may point outside of the AFP volume, currently afpd doesn't do any checks for "wide symlinks". + + This option will subtly break when the symlinks point + across filesystem boundaries. +