Skip to content

Commit

Permalink
gss_krb5: Advertise AES enctype support in the rpcsec_gss/krb5 upcall
Browse files Browse the repository at this point in the history
Update upcall info indicating which Kerberos enctypes
the kernel supports

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
  • Loading branch information
Trond Myklebust authored and Trond Myklebust committed May 14, 2010
1 parent 934a95a commit bf6d359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/sunrpc/auth_gss/gss_krb5_mech.c
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ static struct gss_api_mech gss_kerberos_mech = {
.gm_ops = &gss_kerberos_ops,
.gm_pf_num = ARRAY_SIZE(gss_kerberos_pfs),
.gm_pfs = gss_kerberos_pfs,
.gm_upcall_enctypes = "enctypes=16,3,1,2 ",
.gm_upcall_enctypes = "enctypes=18,17,16,3,1,2 ",
};

static int __init init_kerberos_module(void)
Expand Down

0 comments on commit bf6d359

Please sign in to comment.