diff options
author | Stefan Metzmacher <metze@samba.org> | 2017-06-13 11:59:30 +0200 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2017-06-13 18:38:14 +0200 |
commit | c6bc00f1da785933d3a99454f6ef131027860602 (patch) | |
tree | cd478d9a17bd94fc132efc134f69e6403feab544 /simple-dc-steps.sh | |
parent | 378ae342c4e2e6b5bafbe54067d35344746be41b (diff) | |
download | samba-c6bc00f1da785933d3a99454f6ef131027860602.tar.gz |
docs-xml/smbdotconf: deprecated "profile acls"
This doesn't work anymore with modern clients,
and there're better ways to support profiles on a share.
Typically something like this seems to work:
[winprofiles]
comment = Users profiles New
path = /data/winprofiles/
browseable = No
read only = No
csc policy = disable
store dos attributes = yes
vfs objects = acl_xattr
With chmod 1777 on /data/winprofiles/
In order to work around some locking problems, see
https://bugzilla.samba.org/show_bug.cgi?id=12833
It's also useful to something like this in the global
section in order to detect disconnects reliable:
socket options = TCP_KEEPCNT=5 TCP_KEEPIDLE=30 TCP_KEEPINTVL=1
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'simple-dc-steps.sh')
0 files changed, 0 insertions, 0 deletions