X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=man%2Fman5%2Fafp.conf.5.in;h=d993ce3f28182fe31223c738ae7a05e4858e5ab2;hb=8c25635e752ff3cf4d9abb6965363627d1cab4d7;hp=d9ecb39f406005a2a8a0076c110bc2db65bc7490;hpb=d5f8878208f0ab18752aaaa6685495d5eb542e71;p=netatalk.git diff --git a/man/man5/afp.conf.5.in b/man/man5/afp.conf.5.in index d9ecb39f..d993ce3f 100644 --- a/man/man5/afp.conf.5.in +++ b/man/man5/afp.conf.5.in @@ -2,12 +2,12 @@ .\" Title: afp.conf .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.0 -.\" Date: 30 Apr 2013 +.\" Date: 13 Sep 2013 .\" Manual: @NETATALK_VERSION@ .\" Source: @NETATALK_VERSION@ .\" Language: English .\" -.TH "AFP\&.CONF" "5" "30 Apr 2013" "@NETATALK_VERSION@" "@NETATALK_VERSION@" +.TH "AFP\&.CONF" "5" "13 Sep 2013" "@NETATALK_VERSION@" "@NETATALK_VERSION@" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -472,7 +472,7 @@ Sets the maximum number of clients that can simultaneously connect to the server .PP server quantum = \fInumber\fR \fB(G)\fR .RS 4 -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\*(Aqre absolutely sure, what you\*(Aqre doing +This specifies the DSI server quantum\&. The default value is 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\*(Aqre absolutely sure, what you\*(Aqre doing .RE .PP sleep time = \fInumber\fR \fB(G)\fR @@ -492,6 +492,16 @@ tcpsndbuf = \fInumber\fR \fB(G)\fR Try to set TCP send buffer using setsockpt()\&. Often OSes impose restrictions on the applications ability to set this value\&. .RE .PP +recvfile = \fIBOOLEAN\fR (default: \fIno\fR) \fB(G)\fR +.RS 4 +Whether to use splice() on Linux for receiving data\&. +.RE +.PP +splice size = \fInumber\fR (default: \fI64k\fR) \fB(G)\fR +.RS 4 +Maximum number of bytes spliced\&. +.RE +.PP use sendfile = \fIBOOLEAN\fR (default: \fIyes\fR) \fB(G)\fR .RS 4 Whether to use sendfile @@ -533,6 +543,26 @@ close vol = \fIBOOLEAN\fR (default: \fIno\fR) \fB(G)\fR Whether to close volumes possibly opened by clients when they\*(Aqre removed from the configuration and the configuration is reloaded\&. .RE .PP +cnid mysql host = \fIMySQL server address\fR \fB(G)\fR +.RS 4 +name or address of a MySQL server for use with the mysql CNID backend\&. +.RE +.PP +cnid mysql user = \fIMySQL user\fR \fB(G)\fR +.RS 4 +MySQL user for authentication with the server\&. +.RE +.PP +cnid mysql pw = \fIpassword\fR \fB(G)\fR +.RS 4 +Password for MySQL server\&. +.RE +.PP +cnid mysql db = \fIdatabase name\fR \fB(G)\fR +.RS 4 +Name of an existing database for which the specified user has full privileges\&. +.RE +.PP cnid server = \fIipaddress[:port]\fR \fB(G)/(V)\fR .RS 4 Specifies the IP address and port of a cnid_metad server, required for CNID dbd backend\&. Defaults to localhost:4700\&. The network address may be specified either in dotted\-decimal format for IPv4 or in hexadecimal format for IPv6\&.\- @@ -571,7 +601,7 @@ and should be quoted\&. Extended characters are allowed\&. ignored attributes = \fIall | nowrite | nodelete | norename\fR \fB(G)/(V)\fR .RS 4 Speficy a set of file and directory attributes that shall be ignored by the server, -all +\fBall\fR includes all the other options\&. .sp 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 used\&. Thus in order to ignore the Finder lock/BSD uchg flag, add set @@ -595,11 +625,14 @@ solaris share reservations = \fIBOOLEAN\fR (default: \fIyes\fR) \fB(G)\fR Use share reservations on Solaris\&. Solaris CIFS server uses this too, so this makes a lock coherent multi protocol server\&. .RE .PP +spotlight = \fIBOOLEAN\fR (default: \fIno\fR) \fB(G)/(V)\fR +.RS 4 +Whether to enable Spotlight searches\&. Note: once the global option is enabled, any volume that is not enabled won\*(Aqt be searchable at all\&. +.RE +.PP veto message = \fIBOOLEAN\fR (default: \fIno\fR) \fB(G)\fR .RS 4 -Use section -\fBname\fR -as option preset for all volumes (when set in the [Global] section) or for one volume (when set in that volume\*(Aqs 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\&. .RE .PP vol dbpath = \fIpath\fR \fB(G)\fR @@ -608,6 +641,11 @@ Sets the database information to be stored in path\&. You have to specify a writ @localstatedir@/netatalk/CNID/\&. .RE .PP +vol dbnest = \fIBOOLEAN\fR (default: \fIno\fR) \fB(G)\fR +.RS 4 +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\&. +.RE +.PP volnamelen = \fInumber\fR \fB(G)\fR .RS 4 Max length of UTF8\-MAC volume name for Mac OS X\&. Note that Hangul is especially sensitive to this\&. @@ -821,6 +859,11 @@ ldap name attr = \fIdn\fR \fB(G)\fR Name of the LDAP attribute with the users short name\&. .RE .PP +ldap group attr = \fIdn\fR \fB(G)\fR +.RS 4 +Name of the LDAP attribute with the groups short name\&. +.RE +.PP ldap uuid string = \fISTRING\fR \fB(G)\fR .RS 4 Format of the uuid string in the directory\&. A series of x and \-, where every x denotes a value 0\-9a\-f and every \- is a separator\&. @@ -831,6 +874,11 @@ Default: xxxxxxxx\-xxxx\-xxxx\-xxxx\-xxxxxxxxxxxx ldap uuid encoding = \fIstring | ms\-guid (default: string)\fR \fB(G)\fR .RS 4 Format of the UUID of the LDAP attribute, allows usage of the binary objectGUID fields from Active Directory\&. If left unspecified, string is the default, which passes through the ASCII UUID returned by most other LDAP stores\&. If set to ms\-guid, the internal UUID representation is converted to and from the binary format used in the objectGUID attribute found on objects in Active Directory when interacting with the server\&. +.sp +See also the options +\fBldap user filter\fR +and +\fBldap group filter\fR\&. .PP string .RS 4 @@ -843,9 +891,20 @@ Binary objectGUID from Active Directory .RE .RE .PP -ldap group attr = \fIdn\fR \fB(G)\fR +ldap user filter = \fISTRING (default: unused)\fR \fB(G)\fR .RS 4 -Name of the LDAP attribute with the groups short name\&. +Optional LDAP filter that matches user objects\&. This is necessary for Active Directory environments where users and groups are stored in the same directory subtree\&. +.sp +Recommended setting for Active Directory: +\fIobjectClass=user\fR\&. +.RE +.PP +ldap group filter = \fISTRING (default: unused)\fR \fB(G)\fR +.RS 4 +Optional LDAP filter that matches group objects\&. This is necessary for Active Directory environments where users and groups are stored in the same directory subtree\&. +.sp +Recommended setting for Active Directory: +\fIobjectClass=group\fR\&. .RE .SH "EXPLANATION OF VOLUME PARAMETERS" .SS "Parameters" @@ -1063,9 +1122,31 @@ is performed when accessing filesystems from clients\&. This is generally useful on volumes and do the conversion with that\&. Then this option can be set to no\&. .RE .PP +delete veto files = \fIBOOLEAN\fR (default: \fIno\fR) \fB(V)\fR +.RS 4 +This option is used when Netatalk is attempting to delete a directory that contains one or more vetoed files or directories (see the veto files option)\&. If this option is set to no (the default) then if a directory contains any non\-vetoed files or directories then the directory delete will fail\&. This is usually what you want\&. +.sp +If this option is set to yes, then Netatalk will attempt to recursively delete any files and directories within the vetoed directory\&. +.RE +.PP follow symlinks = \fIBOOLEAN\fR (default: \fIno\fR) \fB(V)\fR .RS 4 The default setting is false thus symlinks are not followed on the server\&. This is the same behaviour as OS X\*(Aqs AFP server\&. Setting the option to true causes afpd to follow symlinks on the server\&. symlinks may point outside of the AFP volume, currently afpd doesn\*(Aqt do any checks for "wide symlinks"\&. +.if n \{\ +.sp +.\} +.RS 4 +.it 1 an-trap +.nr an-no-space-flag 1 +.nr an-break-flag 1 +.br +.ps +1 +\fBNote\fR +.ps -1 +.br +This option will subtly break when the symlinks point across filesystem boundaries\&. +.sp .5v +.RE .RE .PP invisible dots = \fIBOOLEAN\fR (default: \fIno\fR) \fB(V)\fR