]> arthur.barton.de Git - netatalk.git/blobdiff - config/AppleVolumes.default.tmpl
Forgot test for noadbouble vol in ad_metadata in previous commit
[netatalk.git] / config / AppleVolumes.default.tmpl
index 99c1560f6616a2feec34444fb99a60864a514294..1f85961ba75b0c26c6c90ad85c999a8666eff10c 100644 (file)
@@ -1,7 +1,8 @@
 # This file looks empty when viewed with "vi".  In fact, there is one
 # '~', so users with no AppleVolumes file in their home directory get
 # their home directory by default.
-# 
+
+#
 # volume format:
 # :DEFAULT: [all of the default options except volume name]
 # path [name] [casefold:x] [options:z,l,j] \
@@ -12,6 +13,8 @@
 #   [denied_hosts:IPv4 address[/IPv4 netmask bits]] \
 #   
 # name:      volume name. it can't include the ':' character
+#
+
 #
 # variable substitutions:
 # you can use variables for both <path> and <name> now. here are the
@@ -33,6 +36,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
 #                        ignore for user defined volumes
 #
 # codepage options [syntax: options:charsetname]
-# volcharset          -> specifies the charset to be used as the volume codepage
+# volcharset          -> specifies the charset to be used
+#                        as the volume codepage
 #                        e.g. "UTF8", "UTF8-MAC", "ISO-8859-15"
-# maccharset          -> specifies the charset to be used as the mac client codepage
+# maccharset          -> specifies the charset to be used
+#                        as the mac client codepage
 #                        e.g. "MAC_ROMAN", "MAC_CYRILLIC"
 #
-# perm                -> default permission value OR with the client requested perm
-# dperm               -> default permission value for directories OR with the client 
-#                        requested perm
-# fperm               -> default permission value for filesOR with the client 
-#                        requested perm
+# perm                -> default permission value
+#                        OR with the client requested perm
+# dperm               -> default permission value for directories
+#                        OR with the client requested perm
+# fperm               -> default permission value for files
+#                        OR with the client requested perm
+#
+# dbpath:path         -> store the database stuff in the following path.
+# password:password   -> set a volume password (8 characters max)
+# cnidscheme:scheme   -> set the cnid scheme for the volume,
+#                        default is [:DEFAULT_CNID_SCHEME:]
+#                        available schemes: [:COMPILED_BACKENDS:]
+# ea                  -> none|auto|sys|ad
+#                        Specify how Extended Attributes are stores. default
+#                        is auto.
+#                        auto: try "sys" (by setting an EA on the shared
+#                              directory itself), fallback to "ad".  Requires
+#                              writable volume for performing the test.
+#                              Note: options:ro overwrites "auto" with "none."
+#                        sys:  Use filesystem EAs
+#                        ad:   Use files in AppleDouble directories
+#                        none: No EA support
+#
+
 #
 # miscellaneous options [syntax: options:option1,option2]:
 # tm                  -> enable TimeMachine support
 #                        volume being mounted.
 # nostat              -> don't stat volume path when enumerating volumes list
 # upriv               -> use unix privilege.  
-# illegalseq          -> encode illegal sequence in filename asis, ex "\217-", which is not
-#                        a valid SHIFT-JIS char, is encoded  as U\217 -
+# illegalseq          -> encode illegal sequence in filename asis,
+#                        ex "\217-", which is not a valid SHIFT-JIS char,
+#                        is encoded  as U\217 -
 # acls                -> Enable ACLs on this volume. Requires a NFSv4 ACLs
 #                        compatible filesystem (e.g. ZFS) and an ACL API
 #                        compatible to *Solaris. In other words: this requires
 # nocnidcache         -> Don't store and read CNID to/from AppleDouble file.
 #                        This should not be used as it also prevents a CNID
 #                        database rebuild with `dbd`!
-
-# dbpath:path         -> store the database stuff in the following path.
-# password:password   -> set a volume password (8 characters max)
-# cnidscheme:scheme   -> set the cnid scheme for the volume, default is [:DEFAULT_CNID_SCHEME:]
-#                        available schemes: [:COMPILED_BACKENDS:]
+# caseinsensitive     -> The underlying FS is case insensitive (only 
+#                        test with JFS in OS2 mode)
 #
+
 # 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.
 ~
+
+# End of File