Update of /cvsroot/pywin32/pywin32/win32/Lib
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv11789
Modified Files:
Tag: py3k
win32netcon.py
Log Message:
merge changes from trunk.
Index: win32netcon.py
===================================================================
RCS file: /cvsroot/pywin32/pywin32/win32/Lib/win32netcon.py,v
retrieving revision 1.6.2.1
retrieving revision 1.6.2.2
diff -C2 -d -r1.6.2.1 -r1.6.2.2
*** win32netcon.py 29 Aug 2008 04:59:25 -0000 1.6.2.1
--- win32netcon.py 1 Oct 2008 04:16:13 -0000 1.6.2.2
***************
*** 651,652 ****
--- 651,655 ----
NetSetupDomainName = 3
+ NetValidateAuthentication = 1
+ NetValidatePasswordChange = 2
+ NetValidatePasswordReset = 3
|