summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/partition.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2009-10-12 16:37:12 +1100
committerAndrew Bartlett <abartlet@samba.org>2009-10-21 22:43:50 +1100
commitb04bdee800dd73417f8885348d90c80dbc20d4a1 (patch)
tree338d862c2537c6f7f34da7b6930e50ba8f7b203a /source4/dsdb/samdb/ldb_modules/partition.h
parent8ea2a8b7858866689c95d6a9d158b392b560e6b5 (diff)
downloadsamba-b04bdee800dd73417f8885348d90c80dbc20d4a1.tar.gz
samba-b04bdee800dd73417f8885348d90c80dbc20d4a1.tar.bz2
samba-b04bdee800dd73417f8885348d90c80dbc20d4a1.zip
s4:dsdb Be strict in selecting on-disk names for partitions
I really don't want a cn=foo/../bar in my ldb file name. 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 62c2e2e74c..2fbcada0a1 100644
--- a/source4/dsdb/samdb/ldb_modules/partition.h
+++ b/source4/dsdb/samdb/ldb_modules/partition.h
@@ -24,6 +24,7 @@
#include "lib/ldb/include/ldb_private.h"
#include "dsdb/samdb/samdb.h"
#include "dsdb/samdb/ldb_modules/util.h"
+#include "system/locale.h"
struct dsdb_partition {
struct ldb_module *module;