-
Notifications
You must be signed in to change notification settings - Fork 247
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
GPO application fails with more > 1host in security filter #7411
Comments
Hi, thank you for your report. You have omitted some log lines in your first log snippet, can you send the full snippet? bye, |
Sure
FYI the SID of machine where the application of GPO fails is |
Hi, thanks, this looks like there is some invalid data or a binary SID in the list where SID strings were expected. Would it be possible to send the full backend log, the gpo_child.log and the cache file /var/lib/sss/db/cache_YOUR.DOMAIN.NAME.ldb? You can send it by email, if you prefer; the user name would be 'sbose' and the email domain is 'redhat.com'. bye, |
The original primary SID is allocated on a temporary context and must be move to be longer living one to still be available when the SID is evaluated later in the code. Resolves: SSSD#7411
The original primary SID is allocated on a temporary context and must be move to be longer living one to still be available when the SID is evaluated later in the code. Resolves: SSSD#7411
Ciao, The fix works! Thanks. regards, |
Did you build from sources? (I'll keep ticket open until fix is merged into the code base) |
regards, |
The original primary SID is allocated on a temporary context and must be move to be longer living one to still be available when the SID is evaluated later in the code. Resolves: #7411 Reviewed-by: Alexey Tikhonov <atikhono@redhat.com> Reviewed-by: Tomáš Halman <thalman@redhat.com> (cherry picked from commit b25e510)
Hello,
I'm using sssd 2.9.4 on RHEL8 (2.9.4-3.el8_10) with the following scenario: two linux machines are joined to an MS-AD domain, machines are in a specific OU with a GPO linked to it, the GPO has a security filter with two machines.
The GPO is applied on first machine, and is not applied on the second machine; here the log from the second one
A8282E6A-7A7A-4148-B9E5-F2C26FB15950
is GUID of not-applied GPO,S-1-5-21-1384148484-2853517914-4044072970-461
is the SID of the first machine in the filter.If I remote the first machine from the filter, the GPO is applied as expected
It looks like evalution of DACL halts on first non-matching SID.
regards,
Fabrizio
The text was updated successfully, but these errors were encountered: