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

ssh: do not use default_domain_suffix #7635

Closed
wants to merge 2 commits into from

Conversation

sumit-bose
Copy link
Contributor

@sumit-bose sumit-bose commented Oct 4, 2024

The default_domain_suffix is already handled in the generic cache
request code and the additional enforcement in the ssh responder might
cause issue if fully-qualified names are used as input.

With this change the ssh responder handles request data similar to the
nss responder e.g. in sss_nss_protocol_parse_name().

Resolves: #7671

@sumit-bose sumit-bose marked this pull request as draft October 4, 2024 16:42
The default_domain_suffix is already handled in the generic cache
request code and the additional enforcement in the ssh responder might
cause issue if fully-qualified names are used as input.

With this change the ssh responder handles request data similar to the
nss responder e.g. in sss_nss_protocol_parse_name().

Resolves: SSSD#7671
:relnote: The option default_domain_suffix is deprecated. Consider using
the more flexible domain_resolution_order instead.
Copy link
Contributor

@ikerexxe ikerexxe left a comment

Choose a reason for hiding this comment

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

LGTM! Thank you for the patches.

@alexey-tikhonov
Copy link
Member

ACK

@alexey-tikhonov
Copy link
Member

Pushed PR: #7635

  • master
    • fb91349 - responders: deprecate default_domain_suffix option
    • ffec45b - ssh: do not use default_domain_suffix
  • sssd-2-10
    • d89edf8 - responders: deprecate default_domain_suffix option
    • 76ce51d - ssh: do not use default_domain_suffix
  • sssd-2-9
    • 698a751 - responders: deprecate default_domain_suffix option
    • d456f13 - ssh: do not use default_domain_suffix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mismatch between input and parsed domain name when default_domain_suffix is set.
3 participants