tests: add GPO regression tests for local group collision and verbose Samba logging - #9043
Open
danlavu wants to merge 1 commit into
Open
tests: add GPO regression tests for local group collision and verbose Samba logging#9043danlavu wants to merge 1 commit into
danlavu wants to merge 1 commit into
Conversation
… Samba logging test_gpo__does_not_crash_when_local_group_overlaps_with_ad_group Regression for bz1206092/bz1204203. SSSD crashed when evaluating GPO policy if a local /etc/group entry existed for a group that also appeared in AD group membership (the local entry has no SID). The crash bypassed access control and allowed all users through. test_gpo__enforcement_is_not_broken_by_verbose_samba_logging Regression for bz1177140. gpo_child crashed when the client smb.conf had log level = 10, allowing all users through. Appends log level = 10 to /etc/samba/smb.conf and verifies SSSD starts and enforces policy correctly. Generated-by: claude-sonnet-4-5 Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
test_gpo__does_not_crash_when_local_group_overlaps_with_ad_group
Regression for bz1206092/bz1204203. SSSD crashed when evaluating GPO
policy if a local /etc/group entry existed for a group that also appeared
in AD group membership (the local entry has no SID). The crash bypassed
access control and allowed all users through.
test_gpo__enforcement_is_not_broken_by_verbose_samba_logging
Regression for bz1177140. gpo_child crashed when the client smb.conf had
log level = 10, allowing all users through. Appends log level = 10 to
/etc/samba/smb.conf and verifies SSSD starts and enforces policy correctly.
Generated-by: claude-sonnet-4-5