diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-10-12 04:54:53 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-10-12 04:54:53 +0000 |
commit | d726eb216ad431d2bbd4ee07f4098b72446cdca2 (patch) | |
tree | 5d021eadc682c91d58f238ef465e1cf07b14f75a /source3/include | |
parent | 9f7cb41f11c0d2fc09104f6998f75c59bc363b26 (diff) | |
download | samba-d726eb216ad431d2bbd4ee07f4098b72446cdca2.tar.gz samba-d726eb216ad431d2bbd4ee07f4098b72446cdca2.tar.bz2 samba-d726eb216ad431d2bbd4ee07f4098b72446cdca2.zip |
moved some OIDs to the ASN.1 header
(This used to be commit 7092beef9d7a68018ede569883b22c822300c7ff)
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" |