fix nametype OID
authorLuke Howard <lukeh@padl.com>
Sat, 11 Sep 2010 16:51:30 +0000 (18:51 +0200)
committerLuke Howard <lukeh@padl.com>
Sat, 11 Sep 2010 16:51:30 +0000 (18:51 +0200)
mech_eap/util_name.c

index f3dddf2..eef8ff5 100644 (file)
@@ -57,7 +57,7 @@
 
 static gss_OID_desc gssEapNtPrincipalName = {
     /* 1.3.6.1.4.1.5322.21.2.1  */
-    12, "\x06\x0A\x2B\x06\x01\x04\x01\xA9\x4A\x15\x02\x01"
+    10, "\x2B\x06\x01\x04\x01\xA9\x4A\x15\x02\x01"
 };
 
 gss_OID GSS_EAP_NT_PRINCIPAL_NAME = &gssEapNtPrincipalName;