When I click the button "Add" in the tab "Group Policy" in the properties dialog of a newly created OU the ADUC console crashes.
You wrote on the mailing list that this bug has been fixed. But on my test environment the MMC crashes till now! Please review it.
No such implication was intended. I've not reviewed this yet.
Now I've found the reason: when you add an OU with the ADUC console, there isn't added the objectClass "top". The ADUC doesn't find it then and crashes. But when you add it manually (f.e. with ldbedit) the problem is solved. I think it shouldn't be to hard to fix this (also for the alpha). I thought, the best way is to add to *all* new created objects the objectClass "top" by default. What do you think?
I'm going to refactor the code to ensure the full objectClass hierarchy (including top) is always present. This I can do in the objectclass module.
I think this is now fixed by -r 24914, can you confirm?