diff options
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/drsblobs.idl | 7 |
1 files changed, 7 insertions, 0 deletions
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; |