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

mimir at samba.org mimir at samba.org
Mon Sep 25 04:43:24 GMT 2006


Author: mimir
Date: 2006-09-25 04:43:23 +0000 (Mon, 25 Sep 2006)
New Revision: 18887

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

Log:
add flags found while on the plane.


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:17:38 UTC (rev 18886)
+++ branches/SAMBA_4_0/source/librpc/idl/samr.idl	2006-09-25 04:43:23 UTC (rev 18887)
@@ -684,20 +684,25 @@
 
 	/* this defines the bits used for fields_present in info21 */
 	typedef [bitmap32bit] bitmap {
-		SAMR_FIELD_ACCOUNT_NAME = 0x00000001,
-		SAMR_FIELD_FULL_NAME    = 0x00000002,
-		SAMR_FIELD_DESCRIPTION  = 0x00000010,
-		SAMR_FIELD_COMMENT      = 0x00000020,
-		SAMR_FIELD_LOGON_SCRIPT = 0x00000100,
-		SAMR_FIELD_PROFILE_PATH = 0x00000200,
-		SAMR_FIELD_WORKSTATIONS = 0x00000400,
-		SAMR_FIELD_LOGON_HOURS  = 0x00002000,
-		SAMR_FIELD_ACCT_FLAGS   = 0x00100000,
-		SAMR_FIELD_PARAMETERS   = 0x00200000,
-		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_ACCOUNT_NAME   = 0x00000001,
+		SAMR_FIELD_FULL_NAME      = 0x00000002,
+		SAMR_FIELD_DESCRIPTION    = 0x00000010,
+		SAMR_FIELD_COMMENT        = 0x00000020,
+		SAMR_FIELD_LOGON_SCRIPT   = 0x00000100,
+		SAMR_FIELD_PROFILE_PATH   = 0x00000200,
+		SAMR_FIELD_WORKSTATIONS   = 0x00000400,
+		SAMR_FIELD_LOGON_HOURS    = 0x00002000,
+		SAMR_FIELD_ACCT_FLAGS     = 0x00100000,
+		SAMR_FIELD_PARAMETERS     = 0x00200000,
+		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_FieldsPresent;
 
 	typedef struct {



More information about the samba-cvs mailing list