diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/asn1.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/include/asn1.h b/source3/include/asn1.h index 8d9bb158c8..ff415ebea7 100644 --- a/source3/include/asn1.h +++ b/source3/include/asn1.h @@ -45,3 +45,9 @@ typedef struct { #define ASN1_ENUMERATED 0xa #define ASN1_MAX_OIDS 20 + +/* some well known object IDs */ +#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" |