#915 IPA dynamic DNS update mangles AAAA records
Closed: Fixed None Opened 12 years ago by jhrozek.

When IPA dyndns update is used to update an AAAA records with an address detected from the LDAP socket, the address is truncated. The getsockname call still passes, so the user does not see any error except for the wrong IP address in DNS.

The root cause is that getsockname call uses struct sockaddr that is not big enough to hold v6 address. We should use sockaddr_storage.


Fields changed

status: new => assigned

Fields changed

patch: 0 => 1

Fixed by:
- 5dcaf08 (master)
- 90f5a8a (sssd-1-5)

component: SSSD => IPA Provider
milestone: NEEDS_TRIAGE => SSSD 1.5.11
resolution: => fixed
status: assigned => closed

Fields changed

rhbz: => 0

Metadata Update from @jhrozek:
- Issue assigned to jhrozek
- Issue set to the milestone: SSSD 1.5.11

7 years ago

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/1957

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.

Login to comment on this ticket.

Metadata