mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
smbd: remove "fruit:posix_rename"
This option of the vfs_fruit VFS module that could be used to enable POSIX directory rename behaviour for OS X clients has been removed as it could result in severe problems for Windows clients. As a possible workaround it is possible to prevent creation of .DS_Store files (a Finder thingy to store directory view settings) on network mounts by running $ defaults write com.apple.desktopservices DSDontWriteNetworkStores true on the Mac. Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
This commit is contained in:
committed by
Volker Lendecke
parent
ce459ddbcd
commit
38b5c8c663
@ -328,17 +328,6 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>fruit:posix_rename = yes | no</term>
|
||||
<listitem>
|
||||
<para>Whether to enable POSIX directory rename behaviour
|
||||
for OS X clients. Without this, directories can't be
|
||||
renamed if any client has any file inside it
|
||||
(recursive!) open.</para>
|
||||
<para>The default is <emphasis>yes</emphasis>.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>readdir_attr:aapl_rsize = yes | no</term>
|
||||
<listitem>
|
||||
|
Reference in New Issue
Block a user