[654] in Kerberos-V5-bugs
Re: GSS-API OID confusion for Kerberos V5
daemon@ATHENA.MIT.EDU (Theodore Ts'o)
Wed Aug 17 15:53:12 1994
Date: Wed, 17 Aug 94 15:52:39 EDT
From: tytso@MIT.EDU (Theodore Ts'o)
To: "Jonathan I. Kamens" <jik@cam.ov.com>
Cc: John Linn <linn@cam.ov.com>, mamros@ftp.com, tytso@MIT.EDU,
marc@cam.ov.com, krb5-bugs@MIT.EDU, linn@cam.ov.com
In-Reply-To: [646]
I've made the following changes to our tree, so that we'll have the OID
right for now as well. Jon, I assume that my diffs match up with your
changes, but I figured I'd let you sanity check it. This will be what
will go out in our next patch release, barring any updates to this
section of the tree from OpenVision....
- Ted
===================================================================
RCS file: /mit/krb5/.cvsroot/src/lib/gssapi/krb5/gssapi_krb5.c,v
retrieving revision 1.3
diff -u -r1.3 gssapi_krb5.c
--- gssapi_krb5.c 1994/06/10 19:12:53 1.3
+++ gssapi_krb5.c 1994/08/17 19:47:20
@@ -34,10 +34,10 @@
* The OID of the krb5 mechanism, assigned by IETF, is:
* 1.3.5.1.5.2
* The OID of the krb5_name type is:
- * iso(1) member-body(2) US(840) mit(113554) infosys(2) gssapi(1)
+ * iso(1) member-body(2) US(840) mit(113554) infosys(1) gssapi(2)
* krb5(2) krb5_name(1) = 1.2.840.113554.2.1.2.1
* The OID of the krb5_principal type is:
- * iso(1) member-body(2) US(840) mit(113554) infosys(2) gssapi(1)
+ * iso(1) member-body(2) US(840) mit(113554) infosys(1) gssapi(2)
* krb5(2) krb5_principal(2) = 1.2.840.113554.2.1.2.2
*/
@@ -51,8 +51,8 @@
static const gss_OID_desc oids[] = {
/* this OID is from Ted. It's not official yet, but it's close. */
{5, "\053\005\001\005\002"},
- {10, "\052\206\110\206\367\022\002\001\002\001"},
- {10, "\052\206\110\206\367\022\002\001\002\002"},
+ {10, "\052\206\110\206\367\022\001\002\002\001"},
+ {10, "\052\206\110\206\367\022\001\002\002\002"},
};
const_gss_OID gss_mech_krb5 = oids+0;