]> arthur.barton.de Git - netatalk.git/blobdiff - config/AppleVolumes.default.tmpl
Set DEFAULTS for volumes upriv and usedots
[netatalk.git] / config / AppleVolumes.default.tmpl
index 9d592ba32d725a1d918d1d251f76884954856b5d..5aa9a0c801e2d1c993981fd2a1a97f91e0a6a64a 100644 (file)
 # 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.
+#                     -> 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:]
 #                        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.