]> arthur.barton.de Git - netatalk.git/commitdiff
Set DEFAULTS for volumes upriv and usedots netatalk-2-1-beta2
authorfranklahm <franklahm>
Thu, 8 Apr 2010 17:14:15 +0000 (17:14 +0000)
committerfranklahm <franklahm>
Thu, 8 Apr 2010 17:14:15 +0000 (17:14 +0000)
NEWS
config/AppleVolumes.default.tmpl

diff --git a/NEWS b/NEWS
index 3f5aca4d2d2257870a151d6795d2cad13756bb16..b25014ab9707bbc180516a54bd836cf95af42a37 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,9 @@ Changes in 2.1-beta2
 * NEW: afpd: static generated AFP signature stored in afp_signature.conf,
        cf man 5 afp_signature.conf
 * NEW: afpd: clustering support: new per volume option "cnidserver".
+* UPD: afpd: set volume defaults options "upriv" and "usedots" in the
+       volume config file AppleVolumes.default. This will only affect
+       new installations, but not upgrades.
 * FIX: afpd: prevent security attack guessing valid server accounts. afpd
        now returns error -5023 for unknown users, as does AppleFileServer.
 
index c81998e4e0bba825f65528ffbfa90c740d8ca34c..5aa9a0c801e2d1c993981fd2a1a97f91e0a6a64a 100644 (file)
 #                        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.