summaryrefslogtreecommitdiffstats
path: root/src/providers/ipa/ipa_hosts.c
Commit message (Collapse)AuthorAgeFilesLines
* IPA: Fix segfault with srchost functionality enabledStephen Gallagher2012-03-051-1/+1
| | | | https://fedorahosted.org/sssd/ticket/1215
* LDAP: Only use paging control on requests for multiple entriesStephen Gallagher2012-02-241-2/+4
| | | | | | | | | | 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
* IPA: Add host info handlerJan Cholasta2012-02-071-3/+10
|
* Separate the host-retrieval code from IPA HBAC to common IPA codeJan Zeleny2012-02-061-0/+449