Shorted name for the Kerberos mechanism
authorDaniel Kouřil <kouril@ics.muni.cz>
Mon, 23 Jan 2012 14:27:59 +0000 (14:27 +0000)
committerDaniel Kouřil <kouril@ics.muni.cz>
Mon, 23 Jan 2012 14:27:59 +0000 (14:27 +0000)
org.glite.lbjp-common.gss/src/glite_gss.c

index c83c225..3c3b6d4 100644 (file)
@@ -73,7 +73,7 @@ typedef struct gssapi_mech {
 
 static
 struct gssapi_mech gssapi_mechs[] = {
-    { "Kerberos", {9, "\x2A\x86\x48\x86\xF7\x12\x01\x02\x02"} },
+    { "krb5", {9, "\x2A\x86\x48\x86\xF7\x12\x01\x02\x02"} },
     { "GSI", {9, "\x2b\x06\x01\x04\x01\x9b\x50\x01\x01"} },
     { "EAP", {9, "\x2B\x06\x01\x04\x01\xA9\x4A\x16\x01"} },
 };