summaryrefslogtreecommitdiff
path: root/src/providers/ipa/ipa_config.c
AgeCommit message (Collapse)AuthorFilesLines
2013-09-11Fix formating of variables with type: size_tLukas Slebodnik1-1/+1
2013-01-08IPA: Rename IPA_CONFIG_SELINUX_DEFAULT_MAPJakub Hrozek1-1/+1
It is not a map, but a default context. The name should reflect that.
2012-05-02ipa_get_config_send: remove unused assignmentJakub Hrozek1-1/+0
2012-02-24LDAP: Only use paging control on requests for multiple entriesStephen Gallagher1-1/+2
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-06Add support for generic IPA config retrievalJan Zeleny1-0/+157