summaryrefslogtreecommitdiffstats
path: root/src/providers/ipa/ipa_access.h
Commit message (Collapse)AuthorAgeFilesLines
* Modify hbac_get_cached_rules() so it can be used outside of HBAC codeJan Zeleny2012-07-311-0/+5
|
* Utilize sysdb context within be_req in HBACJan Zeleny2012-04-241-2/+2
|
* IPA: Check nsAccountLock during PAM_ACCT_MGMTStephen Gallagher2012-03-091-0/+1
| | | | https://fedorahosted.org/sssd/ticket/1227
* IPA hosts refactoringJan Zeleny2012-02-241-1/+2
|
* Delete unused structure in IPA access codeJan Zeleny2012-02-061-7/+0
|
* Separate the host-retrieval code from IPA HBAC to common IPA codeJan Zeleny2012-02-061-0/+1
|
* Implemented support for multiple search bases in HBAC rules and servicesJan Zeleny2012-02-061-1/+2
|
* Support multiple search bases in HBACJan Zeleny2012-01-141-0/+2
|
* Add ipa_hbac_refresh optionStephen Gallagher2011-07-081-0/+2
| | | | | This option describes the time between refreshes of the HBAC rules on the IPA server.
* Add new HBAC lookup and evaluation routinesStephen Gallagher2011-07-081-0/+18
|
* Remove old HBAC implementationStephen Gallagher2011-07-081-10/+1
|
* Add ipa_hbac_search_base config optionSumit Bose2011-01-191-1/+1
|
* Handle host objects like other objectsSumit Bose2010-09-231-1/+2
|
* Use new LDAP connection framework in IPA access backend.eindenbom2010-07-091-1/+41
|
* Remove service groupsSumit Bose2010-06-021-2/+0
| | | | | Because the memberOf attribute is now set for the service objects we do not need to fetch the service groups separately anymore.
* Use new schema for HBAC service checksSumit Bose2010-06-021-0/+4
|
* Fix LDAP search paths for IPA HBACSumit Bose2010-03-251-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
* Rename server/ directory to src/Stephen Gallagher2010-02-181-0/+66
Also update BUILD.txt