s4-dsdb: Add secrets_tdb_sync - an ldb module to keep secrets.tdb in sync
authorAndrew Bartlett <abartlet@samba.org>
Mon, 27 Aug 2012 09:29:38 +0000 (19:29 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 27 Aug 2012 21:57:29 +0000 (07:57 +1000)
commit8c205395c69fd4cfdde87441589395c782219e1e
treeb0e8706423ca36fb43955fe7a48a3a611f9b7394
parentf2d9be5af601741444bc5ff3d91edce38acff024
s4-dsdb: Add secrets_tdb_sync - an ldb module to keep secrets.tdb in sync

secrets_tdb_sync is a new ldb module designed to sync secrets.ldb
entries with the secrets.tdb file.

While not ideal to keep two copies of this data, this routine will
assist in allowing the samba-tool domain join code to operate
correctly in most cases where winbindd and smbd are used.

Andrew Bartlett
source4/dsdb/samdb/ldb_modules/samba_secrets.c
source4/dsdb/samdb/ldb_modules/secrets_tdb_sync.c [new file with mode: 0644]
source4/dsdb/samdb/ldb_modules/wscript_build_server
source4/scripting/python/samba/tests/provision.py
source4/scripting/python/samba/tests/upgradeprovision.py
source4/scripting/python/samba/tests/upgradeprovisionneeddc.py