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

tridge at samba.org tridge at samba.org
Mon May 16 10:21:32 GMT 2005


Author: tridge
Date: 2005-05-16 10:21:32 +0000 (Mon, 16 May 2005)
New Revision: 6814

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

Log:
fill in two more unknown values in cldap responses


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


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/nbt.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/nbt.idl	2005-05-16 09:46:51 UTC (rev 6813)
+++ branches/SAMBA_4_0/source/librpc/idl/nbt.idl	2005-05-16 10:21:32 UTC (rev 6814)
@@ -458,7 +458,7 @@
 	typedef struct {
 		[value(19)] uint16   type;
 		nstring              pdc_name;
-		nstring              unknown;
+		nstring              user_name;
 		nstring              domain_name;
 		uint32               nt_version;
 		uint16               lmnt_token;
@@ -468,7 +468,7 @@
 	typedef struct {
 		[value(19)] uint16   type;
 		nstring              pdc_name;
-		nstring              unknown;
+		nstring              user_name;
 		nstring              domain_name;
 		GUID                 domain_uuid;
 		GUID                 unknown_uuid;



More information about the samba-cvs mailing list