Displaying 2 results from an estimated 2 matches for "ensure_link_is_saf".
Did you mean:
ensure_link_is_safe
2004 May 12
1
Patch for unix extensions
...here was some discussion of a security risk.
We are using the patch in Samba 2.2.9 in order make a link from smbfs
mounted
/home/user/.gnome -> /tmp/username/.gnome (or somesuch gnomism)
Does anyone know the status of this in Samba 3? I could not find a
working patch,
so I have disabled the ensure_link_is_safe function in smbd/trans2.c
manually,
by inserting a return 0 before some logic. Since I am not very familiar
with the
code, I am not comfortable with this in our production environment.
This seems to
enable us to do what we want for the time being. (migrate from Win2K DC
/ Samba 2.2.9
exporte...
2003 Sep 30
0
SUMMARY: Samba + KDE + winbind + home directories mounted off the Samba PDC - it can almost be done !! (as of September 30th 2003)
...a.tar.gz (from www.samba.org or from one of the mirrors)
- pam_mount.tar (this is actually pam_mount-0.9.2, but I found it under
pam_mount.tar source tarball name - I don`t remember where I got it
from)
- linux-2.4.18.tar (from www.kernel.org or from one of the mirrors)
- John Newbigin`s 'ensure_link_is_safe' samba patch (from
http://uranus.it.swin.edu.au/~jn/linux/smbfs/samba.diff6)
- John Newbigin`s kernel patch
(from http://uranus.it.swin.edu.au/~jn/linux/smbfs/smbfs-cifs8.patch)
2. Serwer configuration
- I tested my configuration on a stock R.H. Linux 7.2 distribution.
- We should unins...