]> git.ipfire.org Git - thirdparty/samba.git/commit
s3: smbd: Add call to conn_setup_case_options() to create_conn_struct_as_root().
authorJeremy Allison <jra@samba.org>
Tue, 12 Jan 2021 19:44:44 +0000 (11:44 -0800)
committerAnoop C S <anoopcs@samba.org>
Wed, 13 Jan 2021 18:14:31 +0000 (18:14 +0000)
commit39ce73321093a0a5e25f574d0d32d7f88892de46
treec0f79ed51a7d3ca4181bb6d8f20c4c4492fbb6b4
parentab7700177c2badbf8ed649985be8029223b6e946
s3: smbd: Add call to conn_setup_case_options() to create_conn_struct_as_root().

Ensures temporary DFS share doesn't leave the case parameters set
as zero (i.e.:

conn->case sensitive = 0
conn->share_case_preserve = 0
and default case is lower

which can cause problems doing a DFS_GET_REFERRALS request).

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14612

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Anoop C S <anoopcs@samba.org>
Autobuild-User(master): Anoop C S <anoopcs@samba.org>
Autobuild-Date(master): Wed Jan 13 18:14:31 UTC 2021 on sn-devel-184
source3/smbd/msdfs.c