summaryrefslogtreecommitdiffstats
path: root/src/providers/ipa/ipa_hbac_services.c
Commit message (Collapse)AuthorAgeFilesLines
* Prevent printing NULL from DEBUG messagesJakub Hrozek2012-04-181-2/+2
|
* 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
* Implemented support for multiple search bases in HBAC rules and servicesJan Zeleny2012-02-061-37/+162
|
* Cleanup: Remove unused parametersJakub Hrozek2011-11-221-4/+0
|
* HBAC: Use originalMember for identifying servicegroupsStephen Gallagher2011-10-141-0/+109
|
* sysdb refactoring: deleted domain variables in sysdb APIJan Zeleny2011-08-151-2/+2
| | | | | The patch also updates code using modified functions. Tests have also been adjusted.
* Add helper functions for looking up HBAC rule componentsStephen Gallagher2011-07-081-0/+451