s3: smbd: parse_dfs_path() can ignore wildcards.
commit24002be5883692fa6a586f66bf46f30cee72d4ba
authorJeremy Allison <jra@samba.org>
Fri, 3 Dec 2021 19:48:23 +0000 (3 11:48 -0800)
committerRalph Boehme <slow@samba.org>
Sat, 11 Dec 2021 07:17:29 +0000 (11 07:17 +0000)
tree78a0dc3f4a45c98a3550365e2c33a5177f1b4083
parent52ca4bf6d5adcb4a40fb0b660779760c1f876cbd
s3: smbd: parse_dfs_path() can ignore wildcards.

If one is passed to filename_convert(), it will error out there
with NT_STATUS_OBJECT_NAME_INVALID.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/smbd/msdfs.c