summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/samdb.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2009-11-05 16:57:20 +1100
committerAndrew Bartlett <abartlet@samba.org>2009-11-12 16:34:03 +1100
commit390ac7d3063fdc64d64ecb498eb0c9b4626e2eb8 (patch)
treee597d136c6471a8028553d4fd087cd9698b27365 /source4/dsdb/samdb/samdb.h
parent3abc3e7a3a4e3833c8c08cc21deeaae174887f7f (diff)
downloadsamba-390ac7d3063fdc64d64ecb498eb0c9b4626e2eb8.tar.gz
samba-390ac7d3063fdc64d64ecb498eb0c9b4626e2eb8.tar.bz2
samba-390ac7d3063fdc64d64ecb498eb0c9b4626e2eb8.zip
s4:dsdb Add new dsdb_dn to handle DN+Binary and DN+String
This aims to replace (and is based on) the code in ldb_dn.c. It is however much stricter in the DNs it will accept. Andrew Bartlett
Diffstat (limited to 'source4/dsdb/samdb/samdb.h')
-rw-r--r--source4/dsdb/samdb/samdb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/dsdb/samdb/samdb.h b/source4/dsdb/samdb/samdb.h
index 6b83c6dc5a..45ab716741 100644
--- a/source4/dsdb/samdb/samdb.h
+++ b/source4/dsdb/samdb/samdb.h
@@ -38,6 +38,7 @@ struct tevent_context;
#include "dsdb/schema/schema.h"
#include "dsdb/samdb/samdb_proto.h"
#include "dsdb/common/proto.h"
+#include "dsdb/common/dsdb_dn.h"
#include "../libds/common/flags.h"
#define DSDB_CONTROL_CURRENT_PARTITION_OID "1.3.6.1.4.1.7165.4.3.2"