This TEMPORARY patch notifies gssd that DES3 encryption is supported by the kernel's gss_krb5 code. This patch will go away when the final solution of adding the enctype information to the upcall to gssd is implemented. Signed-off-by: Kevin Coffman --- net/sunrpc/rpc_pipe.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff -up linux-2.6.29.noarch/net/sunrpc/rpc_pipe.c.orig linux-2.6.29.noarch/net/sunrpc/rpc_pipe.c --- linux-2.6.29.noarch/net/sunrpc/rpc_pipe.c.orig 2009-04-30 15:54:29.375338000 -0400 +++ linux-2.6.29.noarch/net/sunrpc/rpc_pipe.c 2009-04-30 15:55:35.214982000 -0400 @@ -403,7 +403,7 @@ static const struct file_operations rpc_ static int rpc_show_krb5_info(struct seq_file *m, void *v) { - seq_printf(m, "enctypes: 3,1,2\n"); + seq_printf(m, "enctypes: 16,3,1,2\n"); return 0; }