svn commit: samba r2296 - in branches/SAMBA_4_0/source/scripting/swig: .

tpot at samba.org tpot at samba.org
Sun Sep 12 10:49:41 GMT 2004


Author: tpot
Date: 2004-09-12 10:49:41 +0000 (Sun, 12 Sep 2004)
New Revision: 2296

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/scripting/swig&rev=2296&nolog=1

Log:
Correct setting of access_mask in test program.

Modified:
   branches/SAMBA_4_0/source/scripting/swig/test


Changeset:
Modified: branches/SAMBA_4_0/source/scripting/swig/test
===================================================================
--- branches/SAMBA_4_0/source/scripting/swig/test	2004-09-12 10:13:24 UTC (rev 2295)
+++ branches/SAMBA_4_0/source/scripting/swig/test	2004-09-12 10:49:41 UTC (rev 2296)
@@ -6,6 +6,6 @@
 	dcerpc.DCERPC_SAMR_UUID, dcerpc.DCERPC_SAMR_VERSION,
 	"win2k3dom", "administrator", "penguin")
 
-connect = {"system_name": "win2k3dc", "access_mask": 12345}
+connect = {"system_name": "win2k3dc", "access_mask": 0x02000000}
 
 print dcerpc.samr_Connect2(handle, connect)



More information about the samba-cvs mailing list