summaryrefslogtreecommitdiff
path: root/src/providers/ipa/ipa_access.h
AgeCommit message (Collapse)AuthorFilesLines
2011-07-08Add ipa_hbac_refresh optionStephen Gallagher1-0/+2
This option describes the time between refreshes of the HBAC rules on the IPA server.
2011-07-08Add new HBAC lookup and evaluation routinesStephen Gallagher1-0/+18
2011-07-08Remove old HBAC implementationStephen Gallagher1-10/+1
2011-01-19Add ipa_hbac_search_base config optionSumit Bose1-1/+1
2010-09-23Handle host objects like other objectsSumit Bose1-1/+2
2010-07-09Use new LDAP connection framework in IPA access backend.eindenbom1-1/+41
2010-06-02Remove service groupsSumit Bose1-2/+0
Because the memberOf attribute is now set for the service objects we do not need to fetch the service groups separately anymore.
2010-06-02Use new schema for HBAC service checksSumit Bose1-0/+4
2010-03-25Fix LDAP search paths for IPA HBACSumit Bose1-0/+1
- use domain_to_basedn() to construct LDAP search paths for IPA HBAC - move domain_to_basedn() to a separate file to simplify the build of a test
2010-02-18Rename server/ directory to src/Stephen Gallagher1-0/+66
Also update BUILD.txt