s4:get_last_structural_class - only real structural classes can be candidates for...
commitdf63b2ca0e64897b18f8b6be8c31e16d62a96a30
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Fri, 4 Jun 2010 19:10:41 +0000 (4 21:10 +0200)
committerMatthias Dieter Wallnöfer <mdw@samba.org>
Sun, 6 Jun 2010 18:48:42 +0000 (6 20:48 +0200)
tree13c905cc11ec1a40a9611e45d43a4efa85cc1d6f
parentae9faaa89449cf25c2e5e8b51e64ceaacba01832
s4:get_last_structural_class - only real structural classes can be candidates for fetching the last one

Classes with objectCategory = 1 are always structural, these with
objectCategory = 0 also (as we can see in our Windows 2008 R2 schema file where
class "Person" has 0 but is structural).

Abstract classes and auxiliary ones cannot be considered (objectCategory = 2, 3)

http://msdn.microsoft.com/en-us/library/ms677964(VS.85).aspx
source4/dsdb/samdb/ldb_modules/util.c