URL: https://github.com/freeipa/freeipa/pull/5107 Author: tiran Title: #5107: [Container] Unify access to FQDN Action: opened
PR body: """ FreeIPA's Python and C code used different approaches to get the FQDN of the host. Some places assumed that gethostname() returns a FQDN. Other code paths used glibc's resolver to resolve the current node name to a FQDN.
Python code now uses the ipalib.constants.FQDN where a fully qualified domain name is expected. The variable is initialized only once and avoids potential DNS lookups.
C code uses a new helper function ipa_gethostfqdn() in util package. The function implements similar logic as gethostfqdn() except it uses more modern getaddrinfo(). The result is cached as well.
Signed-off-by: Christian Heimes cheimes@redhat.com """
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5107/head:pr5107 git checkout pr5107
URL: https://github.com/freeipa/freeipa/pull/5107 Author: tiran Title: #5107: [Container] Unify access to FQDN Action: closed
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5107/head:pr5107 git checkout pr5107
freeipa-devel@lists.stg.fedorahosted.org