]> git.decadent.org.uk Git - nfs-utils.git/commit
Try to use kernel function to determine supported Kerberos enctypes.
authorKevin Coffman <kwc@citi.umich.edu>
Thu, 15 Apr 2010 12:32:20 +0000 (08:32 -0400)
committerSteve Dickson <steved@redhat.com>
Fri, 16 Apr 2010 17:23:04 +0000 (13:23 -0400)
commit76be349d5dd07f55797cb9920cc275667258f10f
treeb9ce39bacb8c93b877268f23407de853b44a157d
parent48d13033dcb27eb3d9ea78c39692ff7c54095950
Try to use kernel function to determine supported Kerberos enctypes.

This patch replaces a hard-coded list with a function to obtain
the Kerberos encryption types that the kernel's rpcsec_gss code
can support.  Defaults to old behavior if kernel does not supply
information.

Signed-off-by: Steve Dickson <steved@redhat.com>
utils/gssd/gssd_proc.c
utils/gssd/krb5_util.c