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

setGenericAll seems to not working for OU #3

Closed
TH3xACE opened this issue Nov 24, 2021 · 2 comments
Closed

setGenericAll seems to not working for OU #3

TH3xACE opened this issue Nov 24, 2021 · 2 comments

Comments

@TH3xACE
Copy link

TH3xACE commented Nov 24, 2021

Hi mate,

Can you please check for the SetGenericAll in the case of an OU.

identity -> OU where the current user has GenericAll or is Owner.

The objective is to set GenericAll on a user that is in that same OU.

Looking to do something like

--- Before

CompromisedUser -------GenericAll---------> Hero [OU] -------------contains-------------> TargetUser

--- After

CompromisedUser ---------GenericAll-------> Hero [OU] -------------GenericAll-------------> TargetUser

Thanks again for your work :) ..... some of the functions do not give output but is working.... and some seems to work fine with DN but not other input type.... but great work... will surely help in RT ops...

@CravateRouge
Copy link
Owner

Normally if you set GenericAll for CompromisedUser on Hero and Hero contains TargetUser, inheritance from OU should give CompromisedUser GenericAll right on TargetUser. What do you observe? Any error output when applying setGenericAll on Hero?

Which functions do not give output?

Some functions are designed to work only with the DN, could you give me the name of the ones that you encountered?

@CravateRouge
Copy link
Owner

I will consider this issue as resolved thanks to only querying for the DACL of the SID now.

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

No branches or pull requests

2 participants