mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
selftest: Add new dfs share (with widelinks enabled)
Adds share (to be used in later test) that has dfs node but additionally has widelinks set to yes BUG: https://bugzilla.samba.org/show_bug.cgi?id=15435 Signed-off-by: Noel Power <noel.power@suse.com> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
7319c7596e
commit
b57cdfd7ef
@ -3034,6 +3034,11 @@ sub provision($$)
|
|||||||
msdfs root = yes
|
msdfs root = yes
|
||||||
msdfs shuffle referrals = yes
|
msdfs shuffle referrals = yes
|
||||||
guest ok = yes
|
guest ok = yes
|
||||||
|
[msdfs-share-wl]
|
||||||
|
path = $msdfs_shrdir
|
||||||
|
msdfs root = yes
|
||||||
|
wide links = yes
|
||||||
|
guest ok = yes
|
||||||
[msdfs-share2]
|
[msdfs-share2]
|
||||||
path = $msdfs_shrdir2
|
path = $msdfs_shrdir2
|
||||||
msdfs root = yes
|
msdfs root = yes
|
||||||
|
Loading…
Reference in New Issue
Block a user