diff options
author | Andrew Bartlett <abartlet@samba.org> | 2005-07-09 01:58:38 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:19:25 -0500 |
commit | c0a78453a77fb0aa42d676635778a75204b6869c (patch) | |
tree | b8e6aee36941ffafe9858dbfbcebd93ab33e0f56 /source4/librpc | |
parent | 37cf22a39eec62a62d5ad30d9419ce4e159dff31 (diff) | |
download | samba-c0a78453a77fb0aa42d676635778a75204b6869c.tar.gz samba-c0a78453a77fb0aa42d676635778a75204b6869c.tar.bz2 samba-c0a78453a77fb0aa42d676635778a75204b6869c.zip |
r8250: More PAC work. We now sucessfully verify the KDC signature from my DC
(I have included the krbtgt key from my test network).
It turns out the krbtgt signature is over the 16 (or whatever,
enc-type dependent) bytes of the signature, not the entire structure.
Also do not even try to use Kerberos or GSSAPI on an IP address, it
will only fail.
Andrew Bartlett
(This used to be commit 3b9558e82fdebb58f240d43f6a594d676eb04daf)
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 13a562a8f8..7a975946d7 100644 --- a/source4/librpc/idl/krb5pac.idl +++ b/source4/librpc/idl/krb5pac.idl @@ -18,7 +18,7 @@ interface krb5pac [flag(STR_SIZE2|STR_NOTERM|STR_BYTESIZE)] string account_name; } PAC_LOGON_NAME; - typedef [public,flag(NDR_PAHEX)] struct { + typedef [flag(NDR_PAHEX)] struct { uint32 type; uint8 signature[16]; } PAC_SIGNATURE_DATA; |