#3973 The kdcinfo plugin should be able to resolve host names
Closed: Fixed by jhrozek. Opened by jhrozek.

The interface the locator plugin uses to communicate with libkrb5 is a
callback function provided by the caller (libkrb5), SSSD is supposed
to pass a struct sockaddr to the caller. The Kerberos locator plugin
is already capable of iterating over multiple addresses, but currently
really only numerical addresses are supported and the plugin converts
the string representation of the address into struct sockaddr by calling
getaddrinfo(3) with the AI_NUMERICHOST parameter. We should extend
the locator plugin code by calling getaddrinfo for entries that do not
represent an address to resolve a host name and pass its address. This
can be a first self-contained step in the implementation of https://docs.pagure.org/SSSD.sssd/design_pages/kdcinfo_multiple_servers.html


Metadata Update from @jhrozek:
- Issue assigned to thalman
- Issue priority set to: critical (was: minor)
- Issue set to the milestone: SSSD 2.2
- Issue tagged with: RFE

  • master: 63ccbfe00f7519081a8d25bda4cd8f5bd9f46f35
  • sssd-1-16: 96e4d713a65ff743dfb6427f7561ead3a1cac4bf

Metadata Update from @jhrozek:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

SSSD is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in SSSD's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/SSSD/sssd/issues/4946

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Metadata