r21331: add comment about how the cleartext password is stored
authorStefan Metzmacher <metze@samba.org>
Wed, 14 Feb 2007 12:21:16 +0000 (12:21 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:48:14 +0000 (14:48 -0500)
metze
(This used to be commit 2b7d7487510898dffc900bfcec88ed57c709858c)

source4/librpc/idl/drsblobs.idl

index 9ee1b467f6a4bef56bb90f30e6d703b26c9582ce..1847efaceefc5b078f34c9002a2064f95ea71806 100644 (file)
@@ -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;