summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/hbacsvc.py
Commit message (Collapse)AuthorAgeFilesLines
* Clean up imports of hbacsvc pluginRob Crittenden2010-07-061-6/+4
| | | | I used pylint to identify a bunch of unnecessary and too-broad imports
* First pass at per-command documentationRob Crittenden2010-06-221-0/+18
|
* Add ipaUniqueID to HBAC services and service groupsRob Crittenden2010-05-271-3/+2
| | | | Also fix the memberOf attribute for the HBAC services
* Add groups of services to HBACRob Crittenden2010-05-171-0/+103
Replace serviceName with memberService so we can assign individual services or groups of services to an HBAC rule. 588574