diff options
Diffstat (limited to 'spnego.h')
-rw-r--r-- | spnego.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,6 +1,12 @@ #ifndef _SPNEGO_H #define _SPNEGO_H +/* needed OID's */ +#define OID_SPNEGO "1.3.6.1.5.5.2" +#define OID_NTLMSSP "1.3.6.1.4.1.311.2.2.10" +#define OID_KERBEROS5_OLD "1.2.840.48018.1.2.2" +#define OID_KERBEROS5 "1.2.840.113554.1.2.2" + /* not really SPNEGO but GSSAPI (RFC 1964) */ #define TOK_ID_KRB_AP_REQ (unsigned char *)"\x01\x00" #define TOK_ID_KRB_AP_REP (unsigned char *)"\x02\x00" |