summaryrefslogtreecommitdiff
path: root/src/providers/ipa/ipa_hbac_hosts.c
AgeCommit message (Collapse)AuthorFilesLines
2013-09-13IPA: Deprecate ipa_hbac_support_srchost optionOndrej Kos1-0/+5
This option got already deprecated on the ipa server side. Option is undocumented and warning is printed both to the sssd log files and syslog. Resolves: https://fedorahosted.org/sssd/ticket/1918
2013-01-21Remove sysdb arg from hbac_*host_attrs_to_rule()Simo Sorce1-7/+4
2013-01-15Add domain argument to sysdb_search_custom()Simo Sorce1-4/+7
Also changes sysdb_search_custom_by_name()
2012-02-24IPA hosts refactoringJan Zeleny1-3/+3
2012-02-06Separate the host-retrieval code from IPA HBAC to common IPA codeJan Zeleny1-434/+0
2012-02-06Fixed minor memory-hierarchy-related issue in IPA HBACJan Zeleny1-1/+2
2012-01-17Raise the debug level of two very noisy statementsStephen Gallagher1-2/+3
2012-01-14Support multiple search bases in HBACJan Zeleny1-37/+171
2011-11-29Add ipa_hbac_support_srchost option to IPA providerJan Zeleny1-35/+138
don't fetch all host groups if this option is false https://fedorahosted.org/sssd/ticket/1078
2011-11-22Cleanup: Remove unused parametersJakub Hrozek1-8/+2
2011-10-14HBAC: Use originalMember for identifying hostgroupsStephen Gallagher1-0/+109
2011-09-07Do not access memory out of boundsSumit Bose1-2/+2
2011-08-26HBAC: Use of hostgroups for targethost or sourcehost was brokenStephen Gallagher1-4/+4
We were trying to look up the wrong attribute for the name of the hostgroup.
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/+524