From 0bedb9cf5ec592dfdf84994a9ace64a2c5d1e987 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 16 Feb 2010 15:49:29 +1100 Subject: s4-dsdb: removed gendb_search_single_extended_dn() Use dsdb_search_one() instead, which allows for arbitrary controls Pair-Programmed-With: Andrew Bartlett --- lib/util/util_ldb.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'lib/util/util_ldb.h') diff --git a/lib/util/util_ldb.h b/lib/util/util_ldb.h index 4575c6565a..f9eb028916 100644 --- a/lib/util/util_ldb.h +++ b/lib/util/util_ldb.h @@ -26,12 +26,4 @@ int gendb_search_dn(struct ldb_context *ldb, int gendb_add_ldif(struct ldb_context *ldb, const char *ldif_string); char *wrap_casefold(void *context, void *mem_ctx, const char *s, size_t n); -int gendb_search_single_extended_dn(struct ldb_context *ldb, - TALLOC_CTX *mem_ctx, - struct ldb_dn *basedn, - enum ldb_scope scope, - struct ldb_message **msg, - const char * const *attrs, - const char *format, ...) PRINTF_ATTRIBUTE(7,8); - #endif /* __LIB_UTIL_UTIL_LDB_H__ */ -- cgit