|
@@ -231,6 +231,7 @@ static struct pf_desc gss_kerberos_pfs[] = {
|
|
static struct gss_api_mech gss_kerberos_mech = {
|
|
static struct gss_api_mech gss_kerberos_mech = {
|
|
.gm_name = "krb5",
|
|
.gm_name = "krb5",
|
|
.gm_owner = THIS_MODULE,
|
|
.gm_owner = THIS_MODULE,
|
|
|
|
+ .gm_oid = {9, (void *)"\x2a\x86\x48\x86\xf7\x12\x01\x02\x02"},
|
|
.gm_ops = &gss_kerberos_ops,
|
|
.gm_ops = &gss_kerberos_ops,
|
|
.gm_pf_num = ARRAY_SIZE(gss_kerberos_pfs),
|
|
.gm_pf_num = ARRAY_SIZE(gss_kerberos_pfs),
|
|
.gm_pfs = gss_kerberos_pfs,
|
|
.gm_pfs = gss_kerberos_pfs,
|