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

metze at samba.org metze at samba.org
Wed Feb 14 12:21:17 GMT 2007


Author: metze
Date: 2007-02-14 12:21:16 +0000 (Wed, 14 Feb 2007)
New Revision: 21331

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

Log:
add comment about how the cleartext password is stored

metze
Modified:
   branches/SAMBA_4_0/source/librpc/idl/drsblobs.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/drsblobs.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/drsblobs.idl	2007-02-14 11:47:17 UTC (rev 21330)
+++ branches/SAMBA_4_0/source/librpc/idl/drsblobs.idl	2007-02-14 12:21:16 UTC (rev 21331)
@@ -216,12 +216,19 @@
 		 *    and there's a 32 byte hex string.
 		 *    w2k3 also has 'Primary:WDigest'
 		 *    and there's a 64 byte hex string.
+		 *    ...but this 'Primary:CLEARTEXT'
+		 *    also there's a 104 byte hex string
+		 *    (instead of 3 * (16*2) = 96 ).
 		 *
 		 * 'Primary:Kerberos':
 		 *    ...
 		 *
 		 * 'Primary:WDigest':
 		 *    ...
+		 *
+		 * 'Primary:CLEARTEXT':
+		 *    data contains the cleartext password
+		 *    as UTF16 string encoded as HEX string
 		 */
 		[charset(DOS)] uint8 data[data_len];
 	} supplementalCredentialsPackage;



More information about the samba-cvs mailing list