Has anyone mapped a share via a DFS link using NetUseAdd()?
This is my scenario:
\\NTS-03.central.purdue.lcl\MI is a DFS link on a Win2003 Server that
transparently redirects clients to
\\itifs03.itap.purdue.edu\itea_zonedirs\MI
<code>
import win32net
# this works --
win32net.NetUseAdd(None,1,{'remote':r'//itifs03.itap.purdue.edu/itea_zonedirs/MI/TEAMDIRS/DCS
Zone','local':'W:'})
# this doesn't work --
win32net.NetUseAdd(None,1,{'remote':r'//NTS-03.central.purdue.lcl/MI/TEAMDIRS/DCS
Zone','local':'W:'})
</code>
Any help greatly appreciated.
-Sean.
_______________________________________________
python-win32 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-win32