Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dyndns: PTR record updates separately #6957

Closed
wants to merge 1 commit into from

Conversation

thalman
Copy link
Contributor

@thalman thalman commented Sep 26, 2023

DNS server does not allow updates for different zones in one single step. Those updates must be sent separately.

It is complicated and in some cases impossible to detect that PTR updates does not fit into one zone because it often depends on DNS server configuration.

With this patch PTR record updates are always sent separately.

Resolves: #6956

@justin-stephenson
Copy link
Contributor

Change LGTM, @sidecontrol I guess we have new framework tests which would cover this PR - dynamic DNS updates?

DNS server does not allow updates for different zones in one
single step. Those updates must be sent separately.

It is complicated and in some cases impossible to detect that
PTR updates does not fit into one zone because it often depends
on DNS server configuration.

With this patch PTR record updates are always sent separately.

Resolves: SSSD#6956
@thalman
Copy link
Contributor Author

thalman commented Sep 26, 2023

This force-push was fixing just typo in the title. No code-change,

@thalman thalman changed the title dyndns: PTR record updates separetely dyndns: PTR record updates separately Sep 26, 2023
@danlavu
Copy link

danlavu commented Oct 3, 2023

@justin-stephenson yes, they still need to be ported over to the new framework. Just one thing to note, downstream, they will not cover ipv6. We had issues provisioning AD in IDMCI with ipv6 enabled on AD.

Copy link

@danlavu danlavu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LG2M

@andreboscatto andreboscatto added Accepted backport-to-stable Targets also latest stable branch labels Oct 17, 2023
@pbrezina pbrezina added the Ready to push Ready to push label Oct 18, 2023
@pbrezina
Copy link
Member

Pushed PR: #6957

  • master
    • f0bba9d - dyndns: PTR record updates separately
  • sssd-2-9
    • a48c744 - dyndns: PTR record updates separately

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-to-stable Targets also latest stable branch Pushed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect handling of reverse IPv6 update results in update failure
5 participants