From 0a4b0580d8f5de1733ea065553992edfcb793de5 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Tue, 17 May 2011 10:20:04 +0200 Subject: Generic dereference data structures and utilities These will be shared by both dereference methods in a later patch. --- src/providers/ldap/sdap.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/providers/ldap/sdap.h') diff --git a/src/providers/ldap/sdap.h b/src/providers/ldap/sdap.h index c00b3d3e6..cef2d23ae 100644 --- a/src/providers/ldap/sdap.h +++ b/src/providers/ldap/sdap.h @@ -305,6 +305,16 @@ struct sdap_server_opts { struct sdap_id_ctx; +struct sdap_attr_map_info { + struct sdap_attr_map *map; + int num_attrs; +}; + +struct sdap_deref_attrs { + struct sdap_attr_map *map; + struct sysdb_attrs *attrs; +}; + int sdap_get_map(TALLOC_CTX *memctx, struct confdb_ctx *cdb, const char *conf_path, -- cgit