Commit fc54a0c6 authored by Trond Myklebust's avatar Trond Myklebust

gss_krb5: Advertise rc4-hmac enctype support in the rpcsec_gss/krb5 upcall

Update the upcall info indicating which Kerberos enctypes
the kernel supports
Signed-off-by: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
parent fffdaef2
...@@ -742,7 +742,7 @@ static struct gss_api_mech gss_kerberos_mech = { ...@@ -742,7 +742,7 @@ static struct gss_api_mech gss_kerberos_mech = {
.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,
.gm_upcall_enctypes = "enctypes=18,17,16,3,1,2 ", .gm_upcall_enctypes = "enctypes=18,17,16,23,3,1,2 ",
}; };
static int __init init_kerberos_module(void) static int __init init_kerberos_module(void)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment