Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
3
-
9223372036854775807
Description
When a DNS resolution fails, this is not reported as an error by lsvcgssd (it returns the IP address instead), but this is causing another error later, returning a strange error message.
Use proper NI_NAMEREQD flag with getnameinfo() in lsvcgssd when resolving IP addresses, for it to return an error if DNS resolution fails.