From 683eb22d3fb418d57dcae401783126e644a283a0 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 17 Feb 2007 07:10:28 +0000 Subject: r21404: packages just contain utf16 strings not guids:-) metze (This used to be commit 925f1f40cf8318d0a72fe3da958db52ccbf14b39) --- source4/librpc/idl/drsblobs.idl | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/source4/librpc/idl/drsblobs.idl b/source4/librpc/idl/drsblobs.idl index eddb49d0b1..8cb661487e 100644 --- a/source4/librpc/idl/drsblobs.idl +++ b/source4/librpc/idl/drsblobs.idl @@ -210,15 +210,9 @@ interface drsblobs { * the data field contains data as HEX strings * * 'Packages': - * it seems to contains HEX strings - * of GUID's concatenated together. - * w2k only has 'Primary:Kerberos' - * 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 ). + * data contains the list of packages + * as non termiated UTF16 strings with + * a UTF16 NULL byte as separator * * 'Primary:Kerberos': * ... -- cgit