svn commit: samba r18890 - in branches/SAMBA_4_0/source/librpc/idl: .

mimir at samba.org mimir at samba.org
Mon Sep 25 05:03:09 GMT 2006


Author: mimir
Date: 2006-09-25 05:03:08 +0000 (Mon, 25 Sep 2006)
New Revision: 18890

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18890

Log:
sort the flags out and remove unknown as there's still
quite a few of them (not sure if these are used actually).


rafal


Modified:
   branches/SAMBA_4_0/source/librpc/idl/samr.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/samr.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/samr.idl	2006-09-25 04:55:07 UTC (rev 18889)
+++ branches/SAMBA_4_0/source/librpc/idl/samr.idl	2006-09-25 05:03:08 UTC (rev 18890)
@@ -686,8 +686,11 @@
 	typedef [bitmap32bit] bitmap {
 		SAMR_FIELD_ACCOUNT_NAME   = 0x00000001,
 		SAMR_FIELD_FULL_NAME      = 0x00000002,
+		SAMR_FIELD_PRIMARY_GID    = 0x00000008,
 		SAMR_FIELD_DESCRIPTION    = 0x00000010,
 		SAMR_FIELD_COMMENT        = 0x00000020,
+		SAMR_FIELD_HOME_DIRECTORY = 0x00000040,
+		SAMR_FIELD_HOME_DRIVE     = 0x00000080,
 		SAMR_FIELD_LOGON_SCRIPT   = 0x00000100,
 		SAMR_FIELD_PROFILE_PATH   = 0x00000200,
 		SAMR_FIELD_WORKSTATIONS   = 0x00000400,
@@ -697,12 +700,7 @@
 		SAMR_FIELD_COUNTRY_CODE   = 0x00400000,
 		SAMR_FIELD_CODE_PAGE      = 0x00800000,
 		SAMR_FIELD_PASSWORD       = 0x01000000, /* either of these */
-		SAMR_FIELD_PASSWORD2      = 0x02000000, /* two bits seems to work */
-		SAMR_FIELD_HOME_DIRECTORY = 0x00000040,
-		SAMR_FIELD_HOME_DRIVE     = 0x00000080,
-		SAMR_FIELD_PRIMARY_GID    = 0x00000008,
-		SAMR_FIELD_UNKNOWN1       = 0x00080000,
-		SAMR_FIELD_UNKNOWN2       = 0x08000000
+		SAMR_FIELD_PASSWORD2      = 0x02000000  /* two bits seems to work */
 	} samr_FieldsPresent;
 
 	typedef struct {



More information about the samba-cvs mailing list