Displaying 3 results from an estimated 3 matches for "bdolangavitt".
2003 Jan 24
1
Disabling symlink following client side?
Is there any way to specify in smb.conf that you don't want to follow
symbolic links, or to somehow disable this in smbclient? I have an smb
file indexer, and whenever it hits a linux box with a symlink pointing
to the current directory, it creates thousands of extra entries. I'd
like to be able to simply not follow symbolic links, as I have no way of
disabling the "follow
2003 Jan 24
0
Disabling symlink following
...ur shares.
I am unsure why anyone would want to really include symlinks into a
Samba share. Does anyone care to enlighten me?
Regards,
Robert Adkins II
IT Manager/Buyer
Impel Industries, Inc.
Ph. 586-254-5800
Fx. 586-254-5804
-----Original Message-----
From: Brendan F. Dolan-Gavitt [mailto:bdolangavitt@wesleyan.edu]
Sent: Friday, January 24, 2003 4:57 PM
To: samba@lists.samba.org; Robert Adkins
Subject: [Samba] Disabling symlink following client side?
Is there any way to specify in smb.conf that you don't want to follow
symbolic links, or to somehow disable this in smbclient? I hav...
2003 Jan 12
1
Compiling python_ext ?
Using samba-2.999+3.0.alpha21 (debian unstable source package), I can't
get the python modules to compile correctly. The problem seems to be
that py_common.c and py_smb.c declare global_myname as an extern
pstring, while it is defined in include/proto.h as const char
*global_myname(void). Changing the definition in the two files allows it
to compile, but "from samba import smb" then