summaryrefslogtreecommitdiff
path: root/source4/lib/gendb.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2005-12-22 11:26:41 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:47:38 -0500
commit61669aadc91b62c25fa45d6af82de3f0028465b8 (patch)
treea83dee36d6ca43389efc572ad7dc7c0f3286b56a /source4/lib/gendb.c
parent6cb5cda53b04ad21142c6ca7b1d014847ae363cc (diff)
downloadsamba-61669aadc91b62c25fa45d6af82de3f0028465b8.tar.gz
samba-61669aadc91b62c25fa45d6af82de3f0028465b8.tar.bz2
samba-61669aadc91b62c25fa45d6af82de3f0028465b8.zip
r12433: Add comment describing this function.
Andrew Bartlett (This used to be commit 07df0bdb44413e4eb956458e549430c94b1a38ef)
Diffstat (limited to 'source4/lib/gendb.c')
-rw-r--r--source4/lib/gendb.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/lib/gendb.c b/source4/lib/gendb.c
index 0aeacbe701..7326975c1a 100644
--- a/source4/lib/gendb.c
+++ b/source4/lib/gendb.c
@@ -94,6 +94,10 @@ int gendb_search(struct ldb_context *ldb,
return count;
}
+/*
+ search the LDB for a specified record (by DN)
+*/
+
int gendb_search_dn(struct ldb_context *ldb,
TALLOC_CTX *mem_ctx,
const struct ldb_dn *dn,