From 86c5fe1990361ef35ebf1d71226ee0a63af9e999 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 14 Feb 2007 12:21:16 +0000 Subject: r21331: add comment about how the cleartext password is stored metze (This used to be commit 2b7d7487510898dffc900bfcec88ed57c709858c) --- source4/librpc/idl/drsblobs.idl | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'source4/librpc') diff --git a/source4/librpc/idl/drsblobs.idl b/source4/librpc/idl/drsblobs.idl index 9ee1b467f6..1847efacee 100644 --- a/source4/librpc/idl/drsblobs.idl +++ b/source4/librpc/idl/drsblobs.idl @@ -216,12 +216,19 @@ interface drsblobs { * 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; -- cgit