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.17.11~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ace53099ed5cc9cb3cabe2f104882b0f260ea43;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 3336c5b8e97..8f680b73d87 100755 --- a/selftest/target/Samba3.pm +++ b/selftest/target/Samba3.pm @@ -3023,6 +3023,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