summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/ldap_common.h
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2011-06-06 22:26:28 -0400
committerStephen Gallagher <sgallagh@redhat.com>2011-07-08 15:12:24 -0400
commit31442edcf62c284d5d983bda48e51ae55b70ebdf (patch)
tree4aa2287aad43a30c5ac72d0786782f81aa71d8e9 /src/providers/ldap/ldap_common.h
parent5dcaf08d0ae528318d2fb7dd9a6d37abbface6b8 (diff)
downloadsssd-31442edcf62c284d5d983bda48e51ae55b70ebdf.tar.gz
sssd-31442edcf62c284d5d983bda48e51ae55b70ebdf.tar.xz
sssd-31442edcf62c284d5d983bda48e51ae55b70ebdf.zip
Add helper function msgs2attrs_array
This function converts a list of ldb_messages into a list of sysdb_attrs.
Diffstat (limited to 'src/providers/ldap/ldap_common.h')
-rw-r--r--src/providers/ldap/ldap_common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/providers/ldap/ldap_common.h b/src/providers/ldap/ldap_common.h
index f4746805e..2d4b17556 100644
--- a/src/providers/ldap/ldap_common.h
+++ b/src/providers/ldap/ldap_common.h
@@ -166,4 +166,8 @@ char *sdap_get_id_specific_filter(TALLOC_CTX *mem_ctx,
char *base_filter,
char *extra_filter);
+errno_t msgs2attrs_array(TALLOC_CTX *mem_ctx, size_t count,
+ struct ldb_message **msgs,
+ struct sysdb_attrs ***attrs);
+
#endif /* _LDAP_COMMON_H_ */