Hi Guys,
I've tried to Google it out, but i couldn't find any useful information. Problem is as following:
- My application uses ADAM (Active Directory Application Mode) to store some fancy objects, no big deal.
- I'm using DirectorySearcher class and wildcards to filter list of those objects - still nothing unusual.
Everything works as expected until I try filter using single hi-ascii character. In example filter i'm using is:
(&(objectCategory=AssetGroup)(displayname=*ü*))
I want to find all objects which contain ü inside. I have only one such an object, but all objects are returned. Interesting thing is when I use more than one hi-ascii character everything works correctly.
Any one came across such a strange thing ? It seems to me as MS defect... I would be grateful for all your suggestions.