Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4018bf3e authored by Trond Myklebust's avatar Trond Myklebust
Browse files

gss_krb5: Advertise triple-des 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 958142e9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -575,7 +575,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=3,1,2 ",
	.gm_upcall_enctypes = "enctypes=16,3,1,2 ",
};

static int __init init_kerberos_module(void)