[python-win32] Null Session ipc$

2008-03-21 Thread guerrino di massa
Hello i wrote this: import win32net ui2={} ui2['local'] = K: ui2['remote'] = pc-test\\C$ ui2['asg_type'] = 0 ui2['username'] = administrator ui2['domainname'] = ui2['password'] = password win32net.NetUseAdd(None,2,ui2) and it works... but i i try an anonymous bind to ipc$ it doesn't work

Re: [python-win32] Null Session ipc$

2008-03-21 Thread Ludovic Reenaers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm not sure, but I guess It is depending on the version of windows, I think I had read somewhere null connection is not applicable on most recent windows versions... guerrino di massa a écrit : Hello i wrote this: import win32net ui2={}

Re: [python-win32] Null Session ipc$

2008-03-21 Thread Kevin Horn
On Fri, Mar 21, 2008 at 6:18 AM, Ludovic Reenaers [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm not sure, but I guess It is depending on the version of windows, I think I had read somewhere null connection is not applicable on most recent windows versions...