diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-02-17 07:10:28 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:48:26 -0500 |
commit | 683eb22d3fb418d57dcae401783126e644a283a0 (patch) | |
tree | 37da92b3972a3bc69d39d3cb9ca709c0a4d9c249 | |
parent | e586d112e24b005d4443964a8e2dc2862f12cdcd (diff) | |
download | samba-683eb22d3fb418d57dcae401783126e644a283a0.tar.gz samba-683eb22d3fb418d57dcae401783126e644a283a0.tar.bz2 samba-683eb22d3fb418d57dcae401783126e644a283a0.zip |
r21404: packages just contain utf16 strings not guids:-)
metze
(This used to be commit 925f1f40cf8318d0a72fe3da958db52ccbf14b39)
-rw-r--r-- | source4/librpc/idl/drsblobs.idl | 12 |
1 files 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': * ... |