From feb09e4b9ab708951a96e388c044b07c12866104 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Thu, 17 Sep 2009 11:12:36 +0200 Subject: added generic LDAP search sdap_get_generic_send/_recv --- server/providers/ldap/sdap.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'server/providers/ldap/sdap.h') diff --git a/server/providers/ldap/sdap.h b/server/providers/ldap/sdap.h index 31c72895..3abe2d66 100644 --- a/server/providers/ldap/sdap.h +++ b/server/providers/ldap/sdap.h @@ -203,6 +203,11 @@ int sdap_parse_group(TALLOC_CTX *memctx, struct sdap_options *opts, struct sdap_handle *sh, struct sdap_msg *sm, struct sysdb_attrs **_attrs, char **_dn); +int sdap_parse_generic_entry(TALLOC_CTX *memctx, + struct sdap_handle *sh, + struct sdap_msg *sm, + struct sysdb_attrs **_attrs); + int sdap_get_msg_dn(TALLOC_CTX *memctx, struct sdap_handle *sh, struct sdap_msg *sm, char **_dn); -- cgit