Fix bug #5713 by correcting the generated schema.
authorAndrew Bartlett <abartlet@samba.org>
Tue, 9 Sep 2008 06:18:27 +0000 (16:18 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 9 Sep 2008 06:21:22 +0000 (16:21 +1000)
commit937b466266256d26d02cf8d48e72a26272fe8627
treead250b1e7a38db64f011142fb553fdb499c8db7b
parent6f89e728272ca14f0ed9557485e21647c0731ef2
Fix bug #5713 by correcting the generated schema.

This bug is entitled 'Schema patch breaks interoperability with
Microsoft MMC consoles.', and it does so very spectacularly.

The issue is that we would include an entry:
objectClasses: ( 2.5.6.0 NAME 'top' SUP top ABSTRACT..

The MMC Active Directory Users and Computers snap in presumably
objected to the 'loop' this would present. The fixed entry is:

objectClasses: ( 2.5.6.0 NAME 'top' ABSTRACT

Thanks to Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> for his
persistance in getting me to look at this.

Andrew Bartlett
source/dsdb/schema/schema_description.c