X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=blobdiff_plain;f=doc%2Fmanpages%2Fman5%2Fafp.conf.5.xml;h=a8b4378c402dd02a644dbe03e3f5fced67a1b330;hp=b4fb3baf7329977254063929fee5bb2799b01ac5;hb=c72d10d6f92fe81d040ab983768d7fdccea7fb2e;hpb=6fe0a78fb26b727f445d1d42cef3b886c79b493d diff --git a/doc/manpages/man5/afp.conf.5.xml b/doc/manpages/man5/afp.conf.5.xml index b4fb3baf..a8b4378c 100644 --- a/doc/manpages/man5/afp.conf.5.xml +++ b/doc/manpages/man5/afp.conf.5.xml @@ -5,7 +5,7 @@ 5 - 13 Sep 2013 + 05 Jun 2014 @NETATALK_VERSION@ @@ -157,7 +157,7 @@ VARIABLE SUBSTITUTIONS You can use variables in volume names. The use of variables in paths - is not supported for now. + is limited to $u. @@ -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) @@ -788,6 +807,29 @@ + + chmod request = preserve (default) | ignore | simple + (G/V) + + + Advanced permission control that deals with ACLs. + + + + - UNIX chmod() requests are completely ignored + + + - preserve ZFS ACEs for + named users and groups or POSIX ACL group mask + + + - just to a chmod() as + requested without any extra steps + + + + + close vol = BOOLEAN (default: no) (G) @@ -799,6 +841,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 +891,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 +948,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 +963,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,6 +1013,77 @@ + + sparql results limit = + NUMBER (default: + UNLIMITED) (G) + + + Impose a limit on the number of results queried from Tracker + via SPARQL queries. + + + + + 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. + + + + + spotlight attributes = + COMMA SEPERATED STRING (default: + EMPTY) (G) + + + A list of attributes that are allowed to be used in + Spotlight searches. By default all attributes can be + searched, passing a string limits attributes to elements + of the string. Example: spotlight + attributes = *,kMDItemTextContent + + + + + + spotlight expr = + BOOLEAN (default: + yes) (G) + + + Whether to allow the use of logic expression in + searches. + + + + + start dbus = + BOOLEAN (default: + yes) (G) + + + Whether to start a dbus instance for use with Tracker. + + + + + start tracker = + BOOLEAN (default: + yes) (G) + + + Whether to start Tracker with + tracker-control -s. + + + veto message = BOOLEAN (default: no) (G) @@ -937,13 +1098,13 @@ vol dbpath = path - (G) + (G)/(V) Sets the database information to be stored in path. You have to specify a writable location, even if the volume is read only. The default is - @localstatedir@/netatalk/CNID/. + @localstatedir@/netatalk/CNID/$v/. @@ -1143,7 +1304,7 @@ mode. You can adjust this behaviour with the configuration option : - + map acls = none|rights|mode (G) @@ -1721,7 +1882,8 @@ hide files and directories,where the path matches one of the '/' delimited vetoed names. The veto string must always be - terminated with a '/', eg. "veto1/", "veto1/veto2/". + terminated with a '/', eg. "veto files = veto1/", "veto files = + veto1/veto2/". @@ -1795,6 +1957,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. +