-
Notifications
You must be signed in to change notification settings - Fork 89
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
IdFix gives blank result when filtering to a single OU #89
Comments
You In your case, you should enter the value in the format OU=The Name Co,DC=tnc,DC=local2. If you’ve done this and are still getting blank results, it could be due to one of the following reasons: There might not be any invalid attributes within the specified OU and its sub-OUs. You When you enter this value and select Query, IdFix will query for objects containing invalid attributes that will cause directory synchronization errors1. The scope of the query can be limited by entering a valid directory path in the Filter field to use as a start for the subtree search1. Please note that only one starting point can be designated at a time2. The subtree point will be used for all successive queries until changed2. Deleting the value will reset the query to the whole forest1. So, if you want to filter the query to the OU The Name Co’ and its sub-OUs in your domain ‘tnc.local’, you would enter ‘OU=The Name Co,DC=tnc,DC=local’ as the filter1. If a blank DataGrid is displayed after execution, then no errors were returned1, which means there are no invalid attributes within the specified OU and its sub-OUs that would cause directory synchronization errors3. 😊 You If you have an OU named “Marketing” in a domain named “contoso.com”, you would enter: You OU=Human Resources,DC=contoso,DC=com You No Invalid Attributes: There might not be any invalid attributes within the specified Organizational Unit (OU) and its sub-OUs1. IdFix queries all objects with a filter for applicable attributes1. If a blank DataGrid is displayed after execution, then no errors were returned1. This is a good thing1. You Here are a few things you might want to check: Permissions: Make sure the account you’re using to run IdFix has read/write permissions to your on-premises Active Directory objects2. You need these permissions to use IdFix2. |
I was putting it in the wrong field! |
Thank you for reporting an issue, suggesting an enhancement, or asking a question. We appreciate your feedback - to help the team understand your
needs please complete the below template to ensure we have the details to help. Thanks!
Please check out the Docs to see if your question is already addressed there. This will help us ensure our documentation covers the most frequent questions.
Category
Version
Please specify what version of IdFix you are using: 2.6.0.2
If you are not using the latest release, please update and see if the issue is resolved before submitting an issue.
Expected / Desired Behavior / Question
I would like to filter IdFix to a single OU (OU=The Name Co,DC=tnc,DC=local) and see it return all the invalid objects in the OU I want to replicate that I see when I do not filter.
Observed Behavior
When I query using the defaults, all of the results come through and I see several invalid objects in the OU I want to filter on. I am having a problem filtering idfix to a single OU (OU=The Name Co,DC=tnc,DC=local) and its sub-OUs. When I query using the filter there are no results.
Steps to Reproduce
Run IdFix query after updating the filter variables. All are default except 'Filter:' containing 'OU=The Name Co,DC=tnc,DC=local' (without quotes). When I click query there are no results.
Suggestion: Add a dialog to select the OU from active directory VIA GUI to filter on rather than text. This would avoid the issue of getting the text wrong.
The text was updated successfully, but these errors were encountered: