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

Backport of #6721 to sssd-2-8 #6732

Closed

Conversation

alexey-tikhonov
Copy link
Member

When checking if the input group-name is the original name from AD or an overwritten one the comparison is currently done case sensitive. Since AD handles names case-insensitive and hence SSSD should do this as well this comparison might cause issues.

The patch replace the case sensitive comparison with a comparison with respects the case_sensitive of the domain the object is coming from.

Resolves: #6720

Reviewed-by: Alexey Tikhonov atikhono@redhat.com
Reviewed-by: Iker Pedrosa ipedrosa@redhat.com
(cherry picked from commit 01d0279)

When checking if the input group-name is the original name from AD or an
overwritten one the comparison is currently done case sensitive. Since
AD handles names case-insensitive and hence SSSD should do this as well
this comparison might cause issues.

The patch replace the case sensitive comparison with a comparison with
respects the case_sensitive of the domain the object is coming from.

Resolves: SSSD#6720

Reviewed-by: Alexey Tikhonov <atikhono@redhat.com>
Reviewed-by: Iker Pedrosa <ipedrosa@redhat.com>
(cherry picked from commit 01d0279)
@alexey-tikhonov
Copy link
Member Author

Pushed PR: #6732

  • sssd-2-8
    • 41f1901 - sysdb: fix string comparison when checking for overrides

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

Successfully merging this pull request may close these issues.

None yet

2 participants