Update of /cvsroot/pywin32/pywin32/win32/Lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22896/win32/Lib
Modified Files:
ntsecuritycon.py
Log Message:
Add a couple of SID types
Index: ntsecuritycon.py
===================================================================
RCS file: /cvsroot/pywin32/pywin32/win32/Lib/ntsecuritycon.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** ntsecuritycon.py 23 Jul 2007 05:11:08 -0000 1.7
--- ntsecuritycon.py 2 Aug 2007 07:01:18 -0000 1.8
***************
*** 287,290 ****
--- 287,292 ----
SidTypeInvalid = 7
SidTypeUnknown = 8
+ SidTypeComputer = 9
+ SidTypeLabel = 10
# Token types
|