summaryrefslogtreecommitdiff
path: root/src/providers/ipa/ipa_hbac_services.c
AgeCommit message (Collapse)AuthorFilesLines
2013-01-21Remove sysdb arg from ipa_hbac_service_info_send()Simo Sorce1-3/+0
2013-01-21Remove sysdb arg from hbac_service_attrs_to_rule()Simo Sorce1-3/+2
2013-01-15Add domain argument to sysdb_search_custom()Simo Sorce1-2/+3
Also changes sysdb_search_custom_by_name()
2012-04-18Prevent printing NULL from DEBUG messagesJakub Hrozek1-2/+2
2012-02-24LDAP: Only use paging control on requests for multiple entriesStephen Gallagher1-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
2012-02-06Implemented support for multiple search bases in HBAC rules and servicesJan Zeleny1-37/+162
2011-11-22Cleanup: Remove unused parametersJakub Hrozek1-4/+0
2011-10-14HBAC: Use originalMember for identifying servicegroupsStephen Gallagher1-0/+109
2011-08-15sysdb refactoring: deleted domain variables in sysdb APIJan Zeleny1-2/+2
The patch also updates code using modified functions. Tests have also been adjusted.
2011-07-08Add helper functions for looking up HBAC rule componentsStephen Gallagher1-0/+451