diff options
author | Jan Zeleny <jzeleny@redhat.com> | 2012-05-23 04:21:35 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-05-31 15:46:27 -0400 |
commit | 64ddff90c7fcc02ccb06824ac93af7d5f361a88f (patch) | |
tree | 70f12aa095d575826844f26278c2056ce8df0cf5 /src/providers/ldap/sdap.h | |
parent | 3111c28041b732b98a7fb39ef6232257d086d670 (diff) | |
download | sssd-64ddff90c7fcc02ccb06824ac93af7d5f361a88f.tar.gz sssd-64ddff90c7fcc02ccb06824ac93af7d5f361a88f.tar.bz2 sssd-64ddff90c7fcc02ccb06824ac93af7d5f361a88f.zip |
Add support for filtering atributes
This patch adds support for filtering attributes when constructing
attribute list from a map for LDAP query.
Diffstat (limited to 'src/providers/ldap/sdap.h')
-rw-r--r-- | src/providers/ldap/sdap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/providers/ldap/sdap.h b/src/providers/ldap/sdap.h index 61f899f3..90558221 100644 --- a/src/providers/ldap/sdap.h +++ b/src/providers/ldap/sdap.h @@ -454,6 +454,7 @@ bool sdap_check_sup_list(struct sup_list *l, const char *val); int build_attrs_from_map(TALLOC_CTX *memctx, struct sdap_attr_map *map, size_t size, + const char **filter, const char ***_attrs, size_t *attr_count); |