summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/smbdotconf/protocol/profileacls.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/protocol/profileacls.xml b/docs-xml/smbdotconf/protocol/profileacls.xml
index ade906c0285..a660c528a69 100644
--- a/docs-xml/smbdotconf/protocol/profileacls.xml
+++ b/docs-xml/smbdotconf/protocol/profileacls.xml
@@ -1,9 +1,22 @@
<samba:parameter name="profile acls"
context="S"
type="boolean"
+ deprecated="1"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>
+ As most system support support posix acls and extended attributes
+ today. The "acl_xattr" vfs module should be used instead of
+ using <smbconfoption name="profile acls">yes</smbconfoption>.
+ Using an vfs module that provides nfs4 acls may also work.
+ </para>
+
+ <para>
+ With modern clients (as of 2017) it's not possible to
+ use <smbconfoption name="profile acls">yes</smbconfoption> anymore.
+ </para>
+
+ <para>
This boolean parameter was added to fix the problems that people have been
having with storing user profiles on Samba shares from Windows 2000 or
Windows XP clients. New versions of Windows 2000 or Windows XP service
@@ -40,6 +53,9 @@
On other shares, it might cause incorrect file ownerships.
</para>
+ <para>
+ This parameter is deprecated with Samba 4.7 and will be removed in future versions.
+ </para>
</description>
<value type="default">no</value>