diff options
author | Andrew Bartlett <abartlet@samba.org> | 2004-07-11 10:20:42 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:56:56 -0500 |
commit | 47fc62a097b0529657114f77f89858ad7fb52528 (patch) | |
tree | 269e578f9d0d795254bc894774724c4689180819 /source4/libcli/auth/spnego.h | |
parent | b0d61c8b42dff8cafa502c279acad5db43c0dea8 (diff) | |
download | samba-47fc62a097b0529657114f77f89858ad7fb52528.tar.gz samba-47fc62a097b0529657114f77f89858ad7fb52528.tar.bz2 samba-47fc62a097b0529657114f77f89858ad7fb52528.zip |
r1438: Record the principal name we are sent in the SPENGO mechListMIC in a
seperate char *, not a DATA_BLOB.
This allows us to tell if we were sent a string here, or a real MIC.
(This used to be commit 06b997c826e3ec00e0528da800e3eae0e3497a54)
Diffstat (limited to 'source4/libcli/auth/spnego.h')
-rw-r--r-- | source4/libcli/auth/spnego.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/libcli/auth/spnego.h b/source4/libcli/auth/spnego.h index decd79e107..926cb7f88d 100644 --- a/source4/libcli/auth/spnego.h +++ b/source4/libcli/auth/spnego.h @@ -45,6 +45,7 @@ struct spnego_negTokenInit { int reqFlags; DATA_BLOB mechToken; DATA_BLOB mechListMIC; + char *targetPrincipal; }; struct spnego_negTokenTarg { |