From f18a1dadd4508e74c0aed37d8ac92046c30fbfe7 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Tue, 2 Apr 2013 13:18:09 -0400 Subject: Avoid reverse resolution for server name A NFS client should be able to work properly even if the DNS Reverse record for the server is not set. There is no excuse to forcefully prevent that from working when it can. This patch adds a new pair of options (-z/-Z) that allow to turn on/off DNS reverse resolution for determining the server name to use with GSSAPI. To avoid breaking current behavior the option defaults to off by default, ideally we will turn this on by default after a transition period. Signed-off-by: Simo Sorce --- utils/gssd/gss_util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils/gssd/gss_util.h') diff --git a/utils/gssd/gss_util.h b/utils/gssd/gss_util.h index aa9f778..663fb09 100644 --- a/utils/gssd/gss_util.h +++ b/utils/gssd/gss_util.h @@ -52,4 +52,6 @@ int gssd_check_mechs(void); gss_krb5_set_allowable_enctypes(min, cred, num, types) #endif +extern int avoid_ptr; + #endif /* _GSS_UTIL_H_ */ -- cgit