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=0cf62529c638d49305b91d84a14e209192d4e077;hp=f5a5510f04975ff66708797c6b3cf0df348b0012;hb=6821c9c1b67181b020f375bab7ac8061b0dcbec2;hpb=2f743cb76eb99c154951f3384e92a4808d3e23dd diff --git a/doc/manpages/man5/afp.conf.5.xml b/doc/manpages/man5/afp.conf.5.xml index f5a5510f..0cf62529 100644 --- a/doc/manpages/man5/afp.conf.5.xml +++ b/doc/manpages/man5/afp.conf.5.xml @@ -554,6 +554,16 @@ + + afp interfaces = name [name ...] + (G) + + Specifies the network interfaces that the server should + listens on. The default is advertise the first IP address of the + system, but to listen for any incoming request. + + + afp listen = ip address[:port] [ip address[:port] ...] (G) @@ -565,6 +575,8 @@ any incoming request. The network address may be specified either in dotted-decimal format for IPv4 or in hexadecimal format for IPv6. + IPv6 address + port combination must use URL the format + using square brackets [IPv6]:port @@ -857,6 +869,21 @@ + + 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 + 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 + used. Thus in order to ignore the Finder lock/BSD uchg flag, add + set ignored attributes = all. + + + mimic model = model (G) @@ -896,6 +923,17 @@ + + 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). + + + vol dbpath = path (G) @@ -1276,6 +1314,16 @@ + + ldap group attr = dn + (G) + + + Name of the LDAP attribute with the groups short + name. + + + ldap uuid string = STRING (G) @@ -1301,7 +1349,8 @@ 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. - + See also the options and + . string @@ -1323,14 +1372,27 @@ - ldap group attr = dn + ldap user filter = STRING (default: unused) (G) - 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. + Recommended setting for Active Directory: objectClass=user. + + + ldap group filter = STRING (default: unused) + (G) + + + 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. + Recommended setting for Active Directory: objectClass=group. + + + @@ -1694,6 +1756,23 @@ + + delete veto files = BOOLEAN + (default: no) (V) + + + 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. + If this option is set to yes, then Netatalk will attempt to + recursively delete any files and directories within the vetoed + directory. + + + follow symlinks = BOOLEAN (default: no) (V)