summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/samba_secrets.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-08-27 19:29:38 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-08-28 07:57:29 +1000
commit8c205395c69fd4cfdde87441589395c782219e1e (patch)
treeb0e8706423ca36fb43955fe7a48a3a611f9b7394 /source4/dsdb/samdb/ldb_modules/samba_secrets.c
parentf2d9be5af601741444bc5ff3d91edce38acff024 (diff)
downloadsamba-8c205395c69fd4cfdde87441589395c782219e1e.tar.gz
samba-8c205395c69fd4cfdde87441589395c782219e1e.tar.bz2
samba-8c205395c69fd4cfdde87441589395c782219e1e.zip
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
Diffstat (limited to 'source4/dsdb/samdb/ldb_modules/samba_secrets.c')
-rw-r--r--source4/dsdb/samdb/ldb_modules/samba_secrets.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/samba_secrets.c b/source4/dsdb/samdb/ldb_modules/samba_secrets.c
index 1eaf00af0d..d184ee7f84 100644
--- a/source4/dsdb/samdb/ldb_modules/samba_secrets.c
+++ b/source4/dsdb/samdb/ldb_modules/samba_secrets.c
@@ -52,6 +52,7 @@ static int samba_secrets_init(struct ldb_module *module)
stack visually
*/
static const char *modules_list[] = {"update_keytab",
+ "secrets_tdb_sync",
"objectguid",
"rdn_name",
NULL };