summaryrefslogtreecommitdiff
path: root/lib/util/util_ldb.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-02-16 15:49:29 +1100
committerAndrew Tridgell <tridge@samba.org>2010-02-16 21:10:51 +1100
commit0bedb9cf5ec592dfdf84994a9ace64a2c5d1e987 (patch)
tree159590c2b9a7dee2ae3b561af2317b07f538f0ec /lib/util/util_ldb.h
parentb630530730a710b7e850be2f848b1b85dbc25b4d (diff)
downloadsamba-0bedb9cf5ec592dfdf84994a9ace64a2c5d1e987.tar.gz
samba-0bedb9cf5ec592dfdf84994a9ace64a2c5d1e987.tar.bz2
samba-0bedb9cf5ec592dfdf84994a9ace64a2c5d1e987.zip
s4-dsdb: removed gendb_search_single_extended_dn()
Use dsdb_search_one() instead, which allows for arbitrary controls Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'lib/util/util_ldb.h')
-rw-r--r--lib/util/util_ldb.h8
1 files changed, 0 insertions, 8 deletions
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__ */