Tompkins, Michael
2022-Jul-14 13:58 UTC
[Samba] FSCTL_DFS_GET_REFERRALS does not seem to cycle through all the deferrals returned.
We are using samba-4.14.7 and we make DFS setup, and see where the FSCTL_DFS_GET_REFERRALS is made through a network trace. It's returning 3 nodes, but it's only trying the first node and failing. I don't see in the code where it would be cycling through the list of deferrals. We are intentionally creating 3 nodes, we know will fail, just to test going through the list, as we have a real user facing this issue. Looking for some assistance. Mike Tompkins
Jeremy Allison
2022-Jul-18 23:40 UTC
[Samba] FSCTL_DFS_GET_REFERRALS does not seem to cycle through all the deferrals returned.
On Thu, Jul 14, 2022 at 01:58:49PM +0000, Tompkins, Michael via samba wrote:>We are using samba-4.14.7 and we make DFS setup, and see where the FSCTL_DFS_GET_REFERRALS >is made through a network trace. It's returning 3 nodes, but it's only trying the first node and failing.What code is "it's only trying the first node" talking about here ? libsmbclient ? cifsfs ? Windows ? Some more context would be helpful :-). Thanks !