summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/partition.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2009-10-30 09:00:13 +1100
committerAndrew Bartlett <abartlet@samba.org>2009-11-02 16:36:53 +1100
commit1ac8ef155f9e41a3c68e8e34ad8a14fb6c6d0365 (patch)
treeee8e7aba549eeb1b93398566c42a46c5f3a78b92 /source4/dsdb/samdb/ldb_modules/partition.h
parent7a290130bdeb411625f16451af3f2cfd25eeaf00 (diff)
downloadsamba-1ac8ef155f9e41a3c68e8e34ad8a14fb6c6d0365.tar.gz
samba-1ac8ef155f9e41a3c68e8e34ad8a14fb6c6d0365.tar.bz2
samba-1ac8ef155f9e41a3c68e8e34ad8a14fb6c6d0365.zip
s4:dsdb Revert back to using DN:filename in the partitions record
This allows us to change the escaping function without breaking existing installs. The new escaping function (used for new databases) is RFC1738 URI encoding, except for the trivial cases without special characters. The new databases are also placed in a subdirectory, sam.ldb.d per an earlier suggestion by metze. Andrew Bartlett
Diffstat (limited to 'source4/dsdb/samdb/ldb_modules/partition.h')
-rw-r--r--source4/dsdb/samdb/ldb_modules/partition.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/partition.h b/source4/dsdb/samdb/ldb_modules/partition.h
index 81c98f4767..241501d0e1 100644
--- a/source4/dsdb/samdb/ldb_modules/partition.h
+++ b/source4/dsdb/samdb/ldb_modules/partition.h
@@ -30,6 +30,7 @@ struct dsdb_partition {
struct ldb_module *module;
struct dsdb_control_current_partition *ctrl;
const char *backend_url;
+ DATA_BLOB orig_record;
};
struct partition_module {