From: Noel Power Date: Fri, 28 Jul 2023 08:40:57 +0000 (+0100) Subject: selftest: Add new dfs share (with widelinks enabled) X-Git-Tag: samba-4.19.0rc2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d59392056e796c2c491e5f53dac2f9161b329bf4;p=thirdparty%2Fsamba.git 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 Reviewed-by: Jeremy Allison (cherry picked from commit b57cdfd7efb161cf96b3a39dc7a1652db817e602) --- diff --git a/selftest/target/Samba3.pm b/selftest/target/Samba3.pm index b4c3c130e9a..39831afc599 100755 --- a/selftest/target/Samba3.pm +++ b/selftest/target/Samba3.pm @@ -3034,6 +3034,11 @@ sub provision($$) msdfs root = yes msdfs shuffle referrals = yes guest ok = yes +[msdfs-share-wl] + path = $msdfs_shrdir + msdfs root = yes + wide links = yes + guest ok = yes [msdfs-share2] path = $msdfs_shrdir2 msdfs root = yes