s4-provision: fixed the GUIDs in the provision using dbcheck
authorAndrew Tridgell <tridge@samba.org>
Wed, 13 Jul 2011 00:31:15 +0000 (10:31 +1000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 13 Jul 2011 10:51:05 +0000 (12:51 +0200)
commit182fd31be57907e252c86506b1c2dac5c40fe244
tree3b2404640098956c2a1defe8491aacd3ab2e859c
parentafe4b77d35a95d2338094b8cbc96ca421a023413
s4-provision: fixed the GUIDs in the provision using dbcheck

some DNs are are not setup with GUIDs during the provision because of
circular dependencies between objects. This adds a dbcheck pass to the
provision to fix those DNs

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
source4/scripting/python/samba/provision/__init__.py