URL: https://github.com/freeipa/freeipa/pull/5838 Author: antoniotorresm Title: #5838: host: try to resolve FQDN before command execution Action: opened
PR body: """ Trying to resolve the FQDN before command execution (during pre-callback) helps detect cases where the host specified by the user does not exist, saving execution time. Aside from this, resolving the FQDN is useful when only the shortname of the host is passed, as this would cause issues when trying to update the DNS records during modification of the entry.
Fixes: https://pagure.io/freeipa/issue/8726 Fixes: https://pagure.io/freeipa/issue/8884 Signed-off-by: Antonio Torres antorres@redhat.com """
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5838/head:pr5838 git checkout pr5838
URL: https://github.com/freeipa/freeipa/pull/5838 Author: antoniotorresm Title: #5838: host: try to resolve FQDN before command execution Action: closed
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5838/head:pr5838 git checkout pr5838
freeipa-devel@lists.fedorahosted.org