]> git.decadent.org.uk Git - nfs-utils.git/commit
Avoid DNS reverse resolution for server names (take 3)
authorSimo Sorce <simo@redhat.com>
Fri, 19 Apr 2013 14:10:33 +0000 (10:10 -0400)
committerSteve Dickson <steved@redhat.com>
Mon, 22 Apr 2013 16:47:20 +0000 (12:47 -0400)
commitf9f5450f8f946ffc664397c86d05d27ba0406e21
tree74b931056ef1d3e24166006210e45da4d0e5e3c2
parentf6d9b264109c49f426dba43122957466fdcd065e
Avoid DNS reverse resolution for server names (take 3)

A NFS client should be able to work properly even if the DNS Reverse
record for the server is not set. This means a DNS lookup should not be
done on server names at are passed to GSSAPI. This patch changes the default
behavior to no longer do those types of lookups

This change default behavior could negatively impact some current
environments, so the -D option is also being added that will re-enable
the DNS reverse looks on server names, which are passed to GSSAPI.

Signed-off-by: Simo Sorce <simo@redhat.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
utils/gssd/gss_util.h
utils/gssd/gssd.c
utils/gssd/gssd.man
utils/gssd/gssd_proc.c