mirror of
https://github.com/samba-team/samba.git
synced 2025-02-28 01:58:17 +03:00
s3: provision: Add new streams_xattr_nostrict share - needs "strict rename = no".
The bug we're testing for needs "strict rename = no" (the default), but the existing streams_xattr share uses "strict rename = yes" from the [global] section. BUG: https://bugzilla.samba.org/show_bug.cgi?id=15314 Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
parent
e3cfb99d28
commit
5a3db5105b
@ -3461,6 +3461,11 @@ sub provision($$)
|
||||
copy = tmp
|
||||
vfs objects = streams_xattr xattr_tdb
|
||||
|
||||
[streams_xattr_nostrict]
|
||||
copy = tmp
|
||||
strict rename = no
|
||||
vfs objects = streams_xattr xattr_tdb
|
||||
|
||||
[acl_streams_xattr]
|
||||
copy = tmp
|
||||
vfs objects = acl_xattr streams_xattr fake_acls xattr_tdb
|
||||
|
Loading…
x
Reference in New Issue
Block a user