Displaying 3 results from an estimated 3 matches for "dfstest".
Did you mean:
nfstest
2024 Jun 07
1
missing msdfs referrals from samba directory listing: wrong order in smbd_dirptr_get_entry()?
07.06.2024 07:59, Michael Tokarev wrote:
> 07.06.2024 07:54, Jeremy Allison wrote:
>>> msdfs is broken in 4.19.? It worked fine in 4.18.
>
> This is not entirely true.
Nope. Things are more interesting than that.
I've a 4.19 installation where msdfs links works both in listing
and when specified directly. There are 2 other installations of 4.19
where msdfs links
2024 Jun 06
1
missing msdfs referrals from samba directory listing: wrong order in smbd_dirptr_get_entry()?
...th MSDFS referrals.
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)]...
2007 Nov 28
3
DFS root in homes possible?
...DFS Links in a separate share seems to work, but in the
[homes] section does not.
Is this a known problem?
Samba is 3.0.26a.
/etc/smb.conf excerpts:
---------------------------- 8< ----------------------------
[global]
...
host msdfs = yes
...
[homes]
...
msdfs root = yes
...
[dfstest]
path = /data/dfsroot
msdfs root = yes
---------------------------- 8< ----------------------------
DFS Links:
---------------------------- 8< ----------------------------
server# ls -la /data/dfsroot/
...
lrwxrwxrwx 1 root other 21 Nov 26 09:31 test1 -> msdfs:server1\s...