diff options
author | Andrew Bartlett <abartlet@samba.org> | 2008-08-28 16:30:17 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2008-08-28 16:30:17 +1000 |
commit | adb207e90315683e0a56f752574b08b3723f81d1 (patch) | |
tree | 005717532cfbcfe9514d8e4cd5770ff6d8a686dd /source4/librpc | |
parent | c79dff2e9b7c0c07ae5845ddc3b2c06f7996dfd1 (diff) | |
download | samba-adb207e90315683e0a56f752574b08b3723f81d1.tar.gz samba-adb207e90315683e0a56f752574b08b3723f81d1.tar.bz2 samba-adb207e90315683e0a56f752574b08b3723f81d1.zip |
Further rework the RPC-PAC test.
This would seem to match the documentation requirements for the PAC
verfication over NETLOGON, but I can't get Win2k3 to accept it so far.
Andrew Bartlett
(This used to be commit acfa87f3411a61bdd9066fbbba2bcfbe2a60cbbe)
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/idl/krb5pac.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/krb5pac.idl b/source4/librpc/idl/krb5pac.idl index 07f747a0c4..699f0b896b 100644 --- a/source4/librpc/idl/krb5pac.idl +++ b/source4/librpc/idl/krb5pac.idl @@ -105,7 +105,7 @@ interface krb5pac uint32 ChecksumLength; uint32 SignatureType; uint32 SignatureLength; - [size_is(ChecksumLength),length_is(ChecksumLength)] uint8 *data; + [flag(NDR_REMAINING)] DATA_BLOB ChecksumAndSignature; } PAC_Validate; void decode_pac( |