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

gd at samba.org gd at samba.org
Wed Feb 22 16:25:31 GMT 2006


Author: gd
Date: 2006-02-22 16:25:31 +0000 (Wed, 22 Feb 2006)
New Revision: 13637

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

Log:
Adding more netr_UserFlags.

Guenther

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


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/netlogon.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/netlogon.idl	2006-02-22 15:59:14 UTC (rev 13636)
+++ branches/SAMBA_4_0/source/librpc/idl/netlogon.idl	2006-02-22 16:25:31 UTC (rev 13637)
@@ -139,8 +139,18 @@
 	} netr_LMSessionKey;
 
 	/* Flags for user_flags below */
-	const int NETLOGON_EXTRA_SIDS = 0x0020;
-	const int NETLOGON_RESOURCE_GROUPS = 0x0200;
+	typedef [public,bitmap32bit] bitmap {
+		NETLOGON_GUEST			= 0x0001,
+		NETLOGON_NOENCRYPTION		= 0x0002,
+		NETLOGON_CACHED_ACCOUNT		= 0x0004,
+		NETLOGON_USED_LM_PASSWORD	= 0x0008,
+		NETLOGON_EXTRA_SIDS 		= 0x0020,
+		NETLOGON_SUBAUTH_SESSION_KEY	= 0x0040,
+		NETLOGON_SERVER_TRUST_ACCOUNT	= 0x0080,
+		NETLOGON_NTLMV2_ENABLED		= 0x0100,
+		NETLOGON_RESOURCE_GROUPS	= 0x0200,
+		NETLOGON_PROFILE_PATH_RETURNED	= 0x0400
+	} netr_UserFlags;
 
 	typedef struct {
 		NTTIME last_logon;
@@ -160,7 +170,7 @@
 		uint32 rid;
 		uint32 primary_gid;
 		samr_RidWithAttributeArray groups;
-		uint32 user_flags;
+		netr_UserFlags user_flags;
 		netr_UserSessionKey key;
 		lsa_StringLarge logon_server;
 		lsa_StringLarge domain;



More information about the samba-cvs mailing list