summaryrefslogtreecommitdiff
path: root/src/providers/ldap/sdap_async_autofs.c
AgeCommit message (Collapse)AuthorFilesLines
2012-02-26LDAP: Remove unnecessary filter sanitizeStephen Gallagher1-11/+5
The orig_dn here isn't being passed to a filter and therefore must not be santized, as the sanitization process would break DNs that contain (among other things) parentheses.
2012-02-24LDAP: Only use paging control on requests for multiple entriesStephen Gallagher1-2/+3
The paging control can cause issues on servers that put limits on how many paging controls can be active at one time (on some servers, it is limited to one per connection). We need to reduce our usage so that we only activate the paging control when making a request that may return an arbitrary number of results. https://fedorahosted.org/sssd/ticket/1202 phase one
2012-02-23AUTOFS: Search all search bases for automounter map entriesJakub Hrozek1-18/+86
https://fedorahosted.org/sssd/ticket/1168
2012-02-05AUTOFS: LDAP providerJakub Hrozek1-0/+833