Displaying 1 result from an estimated 1 matches for "thissrv".
Did you mean:
this_rq
2024 Jun 06
1
missing msdfs referrals from samba directory listing: wrong order in smbd_dirptr_get_entry()?
...Samba version is 4.19.6.
We've global host msdfs = yes (the default anyway), and for a share in question,
msdfs root = yes. testparam confirms the settings.
There's a symlink created in the root dir of the share, which points to the same
server but different path:
dfstest => msdfs:thissrv/othershare/subdir
However, when opening the directory in question from client, this name is not
shown in the listing. Samba skips this name from the listing when looping over
readdir entries:
[2024/06/06 19:02:40.521314, 10, pid=1173240, effective(1000, 1000), real(1000, 0)] source3/smbd/files.c...