added support for parentGUID
authorAndrew Tridgell <tridge@samba.org>
Tue, 17 Mar 2009 03:18:53 +0000 (14:18 +1100)
committerAndrew Tridgell <tridge@samba.org>
Tue, 17 Mar 2009 03:18:53 +0000 (14:18 +1100)
commita1ebb850209289734b12ea966b01d295d8fc436d
tree3e37143eeaaad05f9c70f301cee5cf825c624988
parent1a06b31b592a9c1d0188f4470b38e881b0bf3633
added support for parentGUID

This is made up of 4 parts:

  1) change our schema to include the parentGUID attribute type

  2) in the add hook in the objectclass module, get the objectGUID of
  the parent and add it to the message as parentGUID

  3) in the rename hook in the objectclass module, get the objectGUID
  of the new parent, and insert an async modify request after the
  renmam is done

  4) added a simple test suite
source4/dsdb/samdb/ldb_modules/objectclass.c
source4/lib/ldb/tests/python/ldap.py
source4/setup/schema.ldif