Skip to content

Commit

Permalink
test: Drop obsolete sssd hack
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpitt committed Nov 17, 2023
1 parent 9e58790 commit 3a5a8a8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/verify/check-system-realms
Original file line number Diff line number Diff line change
Expand Up @@ -859,9 +859,6 @@ class TestAD(TestRealms, CommonTests):
# similar to "ipa-advise enable-admins-sudo"?
m.write("/etc/sudoers.d/domain-admins", r"%domain\ admins@COCKPIT.LAN ALL=(ALL) ALL")

# HACK: work around https://bugzilla.redhat.com/show_bug.cgi?id=1839805
m.write("/etc/sssd/conf.d/rhbz1839805.conf", "[domain/cockpit.lan]\nad_gpo_access_control=disabled\n", perm="0600")

# HACK: Figure out why this happens
self.allow_journal_messages(""".*didn't receive expected "authorize" message""",
'cockpit-session:$')
Expand Down

0 comments on commit 3a5a8a8

Please sign in to comment.