diff options
author | Karolin Seeger <kseeger@samba.org> | 2012-05-08 16:33:07 +0200 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2012-05-08 18:47:59 +0200 |
commit | 4cc04a29247a0c4b3de9884890364a5712534073 (patch) | |
tree | 04e8644e82cd3f02cab7090f9b4c8d345a96fc76 /docs-xml/smbdotconf | |
parent | 3c95ff0e5512ec0cc9f85003aba498e651ae3b90 (diff) | |
download | samba-4cc04a29247a0c4b3de9884890364a5712534073.tar.gz samba-4cc04a29247a0c4b3de9884890364a5712534073.tar.bz2 samba-4cc04a29247a0c4b3de9884890364a5712534073.zip |
s3-docs: Fix bug #7930.
Add hint that setting "profile acls = yes" on normal shares can cause trouble.
Karolin
Autobuild-User: Karolin Seeger <kseeger@samba.org>
Autobuild-Date: Tue May 8 18:47:59 CEST 2012 on sn-devel-104
Diffstat (limited to 'docs-xml/smbdotconf')
-rw-r--r-- | docs-xml/smbdotconf/protocol/profileacls.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs-xml/smbdotconf/protocol/profileacls.xml b/docs-xml/smbdotconf/protocol/profileacls.xml index 1c6f0c9ebf..be897539cc 100644 --- a/docs-xml/smbdotconf/protocol/profileacls.xml +++ b/docs-xml/smbdotconf/protocol/profileacls.xml @@ -25,7 +25,7 @@ every returned ACL. This will allow any Windows 2000 or XP workstation user to access the profile. </para> - + <para> Note that if you have multiple users logging on to a workstation then in order to prevent them from being able to access @@ -35,6 +35,12 @@ workstation profile code and has an ACL restricting entry to the directory tree to the owning user. </para> + + <para> + Note that this parameter should be set to yes on dedicated profile shares only. + On other shares, it might cause incorrect file ownerships. + </para> + </description> <value type="default">no</value> |