summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/include/ldb_private.h
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2005-07-26 09:17:46 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:30:04 -0500
commit768585b1dd3fcc2f2180528bd94e1fef4a6ead7b (patch)
tree90fd80a754dc0253574b4e0e39e01d6121a06213 /source4/lib/ldb/include/ldb_private.h
parent18cf9ccba72264a38134246822d5bb62df091175 (diff)
downloadsamba-768585b1dd3fcc2f2180528bd94e1fef4a6ead7b.tar.gz
samba-768585b1dd3fcc2f2180528bd94e1fef4a6ead7b.tar.bz2
samba-768585b1dd3fcc2f2180528bd94e1fef4a6ead7b.zip
r8779: Add rdn module to makefile and headers
Search by distinguishedName as if searching by dn (This used to be commit 1d4046136255aead319ab08da229146dbd285b38)
Diffstat (limited to 'source4/lib/ldb/include/ldb_private.h')
-rw-r--r--source4/lib/ldb/include/ldb_private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/lib/ldb/include/ldb_private.h b/source4/lib/ldb/include/ldb_private.h
index 0abf056db4..43e6a3ecba 100644
--- a/source4/lib/ldb/include/ldb_private.h
+++ b/source4/lib/ldb/include/ldb_private.h
@@ -171,6 +171,8 @@ int lsqlite3_connect(struct ldb_context *ldb,
const char *options[]);
struct ldb_module *timestamps_module_init(struct ldb_context *ldb, const char *options[]);
struct ldb_module *schema_module_init(struct ldb_context *ldb, const char *options[]);
+struct ldb_module *rdn_name_module_init(struct ldb_context *ldb, const char *options[]);
+
int ldb_match_msg(struct ldb_context *ldb,
struct ldb_message *msg,