From 61669aadc91b62c25fa45d6af82de3f0028465b8 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 22 Dec 2005 11:26:41 +0000 Subject: r12433: Add comment describing this function. Andrew Bartlett (This used to be commit 07df0bdb44413e4eb956458e549430c94b1a38ef) --- source4/lib/gendb.c | 4 ++++ 1 file changed, 4 insertions(+) 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, -- cgit