From: Kevin Coffman Date: Fri, 30 Mar 2007 22:32:14 +0000 (-0400) Subject: Use newly added keytab functions X-Git-Tag: nfs-utils-1-1-0-rc2~18 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=ffe1a9badb6f247b3314ef570573739d3f91f429;hp=ffe1a9badb6f247b3314ef570573739d3f91f429 Use newly added keytab functions Use the new functions added in the previous patch. Obtain machine credentials in a pre-determined order Look for appropriate machine credentials in the following order: root/@REALM nfs/@REALM host/@REALM root/@REALM nfs/@REALM host/@REALM The first matching credential will be used. Also, the machine credentials to be used are now determined "on-demand" rather than at gssd startup. This allows keytab additions to be noticed and used without requiring a restart of gssd. Signed-off-by: Kevin Coffman Signed-off-by: Neil Brown ---