-
Notifications
You must be signed in to change notification settings - Fork 36
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
issue#481 fix invalid dn check for OU vs group or user #482
Conversation
groups don't start with ou= but may be within an OU so would contain ou= in the string. This change makes it so groups don't have to be in the root of the AD.
change config check to start with ou= for OU
…k_in_protection_rules Imprv nutanix#488 Update ntnx_protection_rules.py with start_time comparison in idempotency check
Seems that maybe I didn't do the previous PR correctly and it combined the two here |
Thank you for raising PR |
@abhinavbansal29 can you please review this PR, thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
fix invalid dn check for OU vs group or user