libnet-vampire: add attributes and classes from the replicated schema to the bootstra...
commitc7d4b87512eabbff5172716a755a3cd61fe5476b
authorMatthieu Patou <mat@matws.net>
Mon, 8 Oct 2012 04:46:38 +0000 (7 21:46 -0700)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 23 May 2013 10:26:17 +0000 (23 20:26 +1000)
treea9507020863ddfb8425f012a8c2e667129693909
parentfe85bc1fb9ab2f891a9fd46bd8e00325622d39cf
libnet-vampire: add attributes and classes from the replicated schema to the bootstrap schema (bug #8680)

Replicated schema might have attributes and auxilary classes  on some
critical classes (ie.  top, user, computer ) that are not in the bootstrap
schema. Without those new attributes and classes, bootstrap schema is
unable to translate those critical classes in the schema constructed
from the replicated data. Without thoses classes new schema is useless
and can't be indexed properly.

In order to overcome this problem, we put all new attributes and classes
definitions into the bootstrap schema so that foundations classes can be
translated.

Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>

Signed-off-by: Matthieu Patou <mat@matws.net>
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/libnet/libnet_vampire.c