X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=blobdiff_plain;f=config%2FAppleVolumes.default.tmpl;h=5aa9a0c801e2d1c993981fd2a1a97f91e0a6a64a;hp=daaebb856bf80d2ed4aecd34a1d20edfe7952a07;hb=b3b7ad966fdf171d9b962bc0a5018712b8fe94e3;hpb=bd668c43cce398f674d15a0b640a36a1678d419d diff --git a/config/AppleVolumes.default.tmpl b/config/AppleVolumes.default.tmpl index daaebb85..5aa9a0c8 100644 --- a/config/AppleVolumes.default.tmpl +++ b/config/AppleVolumes.default.tmpl @@ -11,6 +11,7 @@ # [preexec:cmd] [root_preexec:cmd] [postexec:cmd] [root_postexec:cmd] \ # [allowed_hosts:IPv4 address[/IPv4 netmask bits]] \ # [denied_hosts:IPv4 address[/IPv4 netmask bits]] \ +# ... more, see below ... # # name: volume name. it can't include the ':' character # @@ -36,6 +37,8 @@ # $v -> volume name (either ADEID_NAME or basename of path) # $z -> zone (may not exist) # $$ -> $ +# + # # casefold options [syntax: casefold:option]: # tolower -> lowercases names in both directions @@ -61,6 +64,15 @@ # ignore for user defined volumes # root_postexec -> command to be run as root when the volume is closed, # ignore for user defined volumes +# veto -> hide files and directories,where the path matches +# one of the "/" delimited vetoed names. Matches are +# partial, e.g. path is /abc/def/file and veto:/abc/ +# will hide the file. +# adouble -> specify the format of the metadata files. +# default is "v2". netatalk 1.x used "v1". +# "osx" cannot be treated normally any longer. + + # # codepage options [syntax: options:charsetname] # volcharset -> specifies the charset to be used @@ -76,8 +88,14 @@ # OR with the client requested perm # fperm -> default permission value for files # OR with the client requested perm -# +# umask -> set perm mask # dbpath:path -> store the database stuff in the following path. +# cnidserver:server[:port] +# -> Query this servername or IP address +# (default:localhost) and port (default: 4700) +# for CNIDs. Only used with CNID backend "dbd". +# This option here overrides any setting from +# afpd.conf:cnidserver. # password:password -> set a volume password (8 characters max) # cnidscheme:scheme -> set the cnid scheme for the volume, # default is [:DEFAULT_CNID_SCHEME:] @@ -92,6 +110,7 @@ # sys: Use filesystem EAs # ad: Use files in AppleDouble directories # none: No EA support +# # # miscellaneous options [syntax: options:option1,option2]: @@ -141,8 +160,19 @@ # database rebuild with `dbd`! # caseinsensitive -> The underlying FS is case insensitive (only # test with JFS in OS2 mode) +# dropbox -> Allows a volume to be declared as being a "dropbox." +# Note that netatalk must be compiled with dropkludge +# support for this to function. Warning: This option +# is deprecated and might not work as expected. +# dropkludge -> same as "dropbox" +# nodev -> always use 0 for device number, helps when the +# device number is not constant across a reboot, +# cluster, ... # +# The line below sets some DEFAULTS, starting with Netatalk 2.1. +:DEFAULTS: options:upriv,usedots + # The "~" below indicates that Home directories are visible by default. # If you do not wish to have people accessing their Home directories, # please put a pound sign in front of the tilde or delete it.