summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/include/ldb.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-07-21 01:56:22 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:29:50 -0500
commit7a8ac7588720ebd1ea61a539ca4040d322c4fcf2 (patch)
tree831472476edd430a115d11fadf6bcb6b3573b2a1 /source4/lib/ldb/include/ldb.h
parent4327a3f1ba274d111ec4ffe4989abc879803a714 (diff)
downloadsamba-7a8ac7588720ebd1ea61a539ca4040d322c4fcf2.tar.gz
samba-7a8ac7588720ebd1ea61a539ca4040d322c4fcf2.tar.bz2
samba-7a8ac7588720ebd1ea61a539ca4040d322c4fcf2.zip
r8659: return ldif formatted attributes in the ejs ldb search call, so sids show up as strings
not binary blobs (This used to be commit d2c29a5a51f68cabb9ef587376bf0a6b936cdd76)
Diffstat (limited to 'source4/lib/ldb/include/ldb.h')
-rw-r--r--source4/lib/ldb/include/ldb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/lib/ldb/include/ldb.h b/source4/lib/ldb/include/ldb.h
index 6670089902..7399b8ffe7 100644
--- a/source4/lib/ldb/include/ldb.h
+++ b/source4/lib/ldb/include/ldb.h
@@ -440,4 +440,7 @@ int ldb_set_debug_stderr(struct ldb_context *ldb);
int ldb_set_opaque(struct ldb_context *ldb, const char *name, void *value);
void *ldb_get_opaque(struct ldb_context *ldb, const char *name);
+const struct ldb_attrib_handler *ldb_attrib_handler(struct ldb_context *ldb,
+ const char *attrib);
+
#endif