summaryrefslogtreecommitdiff
path: root/src/providers/ldap/ldap_id_services.c
AgeCommit message (Collapse)AuthorFilesLines
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