diff options
author | Andrew Bartlett <abartlet@samba.org> | 2010-04-20 11:48:51 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2010-04-20 12:11:18 +1000 |
commit | ea5cf7ce05f295c34d0fca194ed7d8691f1e04ab (patch) | |
tree | 702748388bc619ee4de72645d50d429cb60a5269 /source4/dsdb/samdb/ldb_modules | |
parent | 60d36929189eb8c5749431a4d90266b34c26b0c3 (diff) | |
download | samba-ea5cf7ce05f295c34d0fca194ed7d8691f1e04ab.tar.gz samba-ea5cf7ce05f295c34d0fca194ed7d8691f1e04ab.tar.bz2 samba-ea5cf7ce05f295c34d0fca194ed7d8691f1e04ab.zip |
s4:provision Pass in the invoication ID and NTDS Settings DN to Schema()
By putting these values into the cache on the LDB, this reduces some
of the noise in provision, particularly with the LDAP backend.
Andrew Bartlett
Diffstat (limited to 'source4/dsdb/samdb/ldb_modules')
-rw-r--r-- | source4/dsdb/samdb/ldb_modules/samba_dsdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/samba_dsdb.c b/source4/dsdb/samdb/ldb_modules/samba_dsdb.c index 8f7e5407c7..0e635de8ed 100644 --- a/source4/dsdb/samdb/ldb_modules/samba_dsdb.c +++ b/source4/dsdb/samdb/ldb_modules/samba_dsdb.c @@ -185,11 +185,11 @@ static int samba_dsdb_init(struct ldb_module *module) "kludge_acl", "schema_load", "instancetype", - "rdn_name", NULL }; const char **link_modules; static const char *tdb_modules_list[] = { + "rdn_name", "subtree_delete", "repl_meta_data", "subtree_rename", |