From: kwc@citi.umich.edu Date: Mon, 3 Jul 2006 22:34:10 +0000 (-0400) Subject: Check that the gssapi library is usable early on. X-Git-Tag: nfs-utils-1-0-9~24 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=3829bb90e764cd72c0009cb32a8b39d0fab89d81;hp=3829bb90e764cd72c0009cb32a8b39d0fab89d81 Check that the gssapi library is usable early on. Signed-off-by: Kevin Coffman Do a call to determine mechanisms supported by the gssapi library early. This allows us to discover early in case the gssapi library is somehow misconfigured. We can bail out early and give a meaningful message rather than getting errors on each attempt at a context negotiation. ---