s4-dsdb: deleted objects are expected to be missing mandatory attributes
authorAndrew Tridgell <tridge@samba.org>
Mon, 11 Jul 2011 02:20:27 +0000 (12:20 +1000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 11 Jul 2011 04:32:44 +0000 (14:32 +1000)
commit6f6cda72fc6d737060dd1f747b0e3b0f497b8d57
treebc43884057df7b3b63a6cb08283a19c6aecbb7bd
parentda75e031c3cff54d23d47f54459addf3d00236af
s4-dsdb: deleted objects are expected to be missing mandatory attributes

the objectclass_attrs validation that an object contains all mandatory
attributes is incorrect for deleted objects, as they get stripped of
some mandatory attributes when deleted (for example, objectCategory
gets stripped)

Pair-Programmed-With: Amitay Isaacs <amitay@gmail.com>
source4/dsdb/samdb/ldb_modules/objectclass_attrs.c