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: asym auth for nsupdate #5274
Comments
|
Hi, do I understand correctly that you e.g. want to set for A and AAAA records and for PTR records? Currently SSSD only supports 'GSS-TSIG' and 'none' as values here. So do I understand correctly that your DNS server requires authentication to update on type but does not allow authentication to update the other type? bye, |
|
Yes, that is so. |
|
My dyndns_auth_ptr branch above seems to work OK. One thing that I find odd is that I cannot modify the RDNS record with nsupdate: sssd managed to add that record using gss-tsig though. |
Hi, it looks like SSSD will use bye, |
Sortof, if I do the same delete/add it works, but if I change TTL at all, it fails. |
|
somehow sssd uses a different TSIG signature ? How is that possible ? |
|
I can add/del a new RDNS entry with nsupdate, but I cannot change one that sssd has created |
|
Does sssd ever remove DNS/RDNS entries? Like when shutting down? |
Allows to specify auth method for DNS PTR updates. Default to same as dyndns_auth. Resolves: SSSD#5274
We have an asymmetrical auth scheme for DNS updates and wonder if sssd can add that ?
Something like
dyndns_auth = xxx
dyndns_auth_ptr = yyy
The text was updated successfully, but these errors were encountered: