Displaying 1 result from an estimated 1 matches for "root_link".
Did you mean:
got_link
2007 Nov 26
1
DFS enumeration on a Samba hosted DFS tree.
...ig tree.
grep dfscmd /root/dfs.cmd | wc -l
1614
One issue I've noticed that tree enumeration and manipulation from a
Windows machine to a Samba based DFS root just doesn't work at all.
For instance dfscmd.exe (a long time friend):
dfscmd /view \\SERVER\dfs
\\SERVER\array
\\SERVER\dfs\ROOT_LINK
\\SERVER\\
\\SERVER\\
This is pretty interesting since first item is the 'other share' on
the machine (not the DFS share) which shouldn't be enumerated in the
output at all (AFAIK).
The second is the only link in the root of the dfs tree.
Not sure what to make of the tail two entries h...