Displaying 2 results from an estimated 2 matches for "cladms004".
Did you mean:
cladms003
2007 May 22
1
Can't follow DFS link
Hi,
I am using 3.0.22 on Ubuntu 6.06. I'm trying to setup a DFS root. Here
is the smb.conf share section:
[test]
path=/var/test
writable=yes
msdfs root=yes
The /var/test contains a single symlink:
$ ls -l /var/test
total 0
lrwxrwxrwx 1 root root 19 2007-05-22 14:56 pdf -> msdfs:cladms004\pdf
On a Win2K client I can connect to \\cladms004\pdf successfully. I
can also access the test share defined above. I can see the "pdf"
folder inside the share. But when I try to go into the "pdf" folder,
Windows says the folder is inaccessible.
The level 10 debug log is show...
2007 Jun 01
2
samba problem: Multiple Heap Overflows Allow Remote Code Execution
...section:
My smb.conf file is:
[global]
# use default
; security = user
host msdfs = yes
[Share]
path=/var/Share
writable=yes
msdfs root=yes
The dfs link is:
# ls -l /var/Share/Data/2007/OfficeAdmin/pdf
lrwxrwxrwx 1 root root 19 2007-05-23 09:14
/var/Share/Data/2007/OfficeAdmin/pdf -> msdfs:cladms004\pdf
All the clients have been rebooted. They can all connect to
\\cladms004\pdf directly.
On one Win2K client the DFS link works fine. But on another Win2K client
and a Win2K terminal server, I can't go into the "pdf" folder. I can
see the "pdf" folder inside the share....