summaryrefslogtreecommitdiffstats
path: root/server/providers/ldap/sdap.h
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2009-09-17 11:12:36 +0200
committerStephen Gallagher <sgallagh@redhat.com>2009-10-22 13:56:20 -0400
commitfeb09e4b9ab708951a96e388c044b07c12866104 (patch)
treec212696889a2dfc1140907e658ead6825af0002c /server/providers/ldap/sdap.h
parentddbe8e598745ff1bcce5f89fd80945f56ece2ead (diff)
downloadsssd-feb09e4b9ab708951a96e388c044b07c12866104.tar.gz
sssd-feb09e4b9ab708951a96e388c044b07c12866104.tar.xz
sssd-feb09e4b9ab708951a96e388c044b07c12866104.zip
added generic LDAP search sdap_get_generic_send/_recv
Diffstat (limited to 'server/providers/ldap/sdap.h')
-rw-r--r--server/providers/ldap/sdap.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/server/providers/ldap/sdap.h b/server/providers/ldap/sdap.h
index 31c728959..3abe2d661 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);