On Jul 31, 10:56 pm, "Gabriel Genellina"
wrote:
> En Fri, 31 Jul 2009 13:33:45 -0300, BDZ escribió:
>
>
>
> > On Jul 30, 4:41 pm, Loïc Domaigné
> > wrote:
> >> > Hello. I have written a Python 3.1 script running on Windows that uses
> >> > os.path.exists() to connect to network shares. If the va
Hi!
> SAMBA is a Linux implementation of the SMB protocol, natively supported on
> Windows.
Right.
But, with Vista or Seven, only recents releases of Samba are supported.
And, Samba know only NTLM release 2
(in register:
HKLM\SYSTEM\CurrentControlSet\Control\Lsa
value LMCompatibilityLevel
En Fri, 31 Jul 2009 13:33:45 -0300, BDZ escribió:
On Jul 30, 4:41 pm, Loïc Domaigné
wrote:
> Hello. I have written a Python 3.1 script running on Windows that uses
> os.path.exists() to connect to network shares. If the various network
> shares require different user account and password com
BDZ writes:
> Unfortunately, although it has the calls I'd want, pysamba appears to
> be *nix only.
That's because Samba is *nix-only. If you want to use something knowing
that it's Samba, you are by definition working on *nix.
> I need something that will work under Windows.
In that case, for
On Jul 30, 4:41 pm, Loïc Domaigné
wrote:
> Hi,
>
> > Hello. I have written a Python 3.1 script running on Windows that uses
> > os.path.exists() to connect to network shares. If the various network
> > shares require different user account and password combos than the
> > account the script is run
Hi,
> Hello. I have written a Python 3.1 script running on Windows that uses
> os.path.exists() to connect to network shares. If the various network
> shares require different user account and password combos than the
> account the script is running under the routine returns false. I need
> someth
Hello. I have written a Python 3.1 script running on Windows that uses
os.path.exists() to connect to network shares. If the various network
shares require different user account and password combos than the
account the script is running under the routine returns false. I need
something like os.sam