export GSS_SPNEGO_MECHANISM

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12791 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-09-09 02:11:21 +00:00
parent c3326093b4
commit db4289a379
2 changed files with 16 additions and 0 deletions

View File

@@ -295,6 +295,14 @@ extern gss_OID GSS_C_NT_ANONYMOUS;
*/
extern gss_OID GSS_C_NT_EXPORT_NAME;
/*
* RFC2478, SPNEGO:
* The security mechanism of the initial
* negotiation token is identified by the Object Identifier
* iso.org.dod.internet.security.mechanism.snego (1.3.6.1.5.5.2).
*/
extern gss_OID GSS_SPNEGO_MECHANISM;
/*
* This if for kerberos5 names.
*/