summaryrefslogtreecommitdiff
path: root/src/providers/ldap/ldap_id_services.c
AgeCommit message (Collapse)AuthorFilesLines
2013-01-21Remove sysdb as a be context structure memberSimo Sorce1-1/+1
The sysdb context is already available through the 'domain' structure.
2013-01-15Add domain arguments to sysdb services functionsSimo Sorce1-2/+2
also fix sysdb_svc_add declarations
2012-05-31Add support for filtering atributesJan Zeleny1-1/+2
This patch adds support for filtering attributes when constructing attribute list from a map for LDAP query.
2012-05-10LDAP: Add attr_count return value to build_attrs_from_map()Stephen Gallagher1-1/+1
This is necessary because in several places in the code, we are appending to the attrs returned from this value, and if we relied on the map size macro, we would be appending after the NULL terminator if one or more attributes were defined as NULL.
2012-03-26LDAP services: Keep the protocol aroundJakub Hrozek1-0/+1
2012-01-31LDAP: Add support for service lookups (non-enum)Stephen Gallagher1-0/+290