edpanameno / ADWeb

An ASP.NET MVC 5 Application used to interact with active directory
9 stars 4 forks source link

AdvancedFilter - only search for regular user accounts #13

Open edpanameno opened 10 years ago

edpanameno commented 10 years ago

When using the custom AdvancedSearch Filter object, this is currently returning system users as well (admins, etc.) Need to make sure that these types of accounts are not being returned. I will need to look at creating another filter that will look for accounts that are not Well Known (looks like there is an Enum called WellKnownSidType that I may be able to use for this!!

edpanameno commented 10 years ago

I might have to use ADExplorer to see if there is a field in AD that can give me a value that I can use to filter out system generated users (or at least not show users that should not be manipulated in any way thru the application)

edpanameno commented 9 years ago

For this issue, I am only going to be searching some OU's that will not have any system generated accounts and therefore make this issue a non-issue. Just a thought!