summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/hbacsvcgroup.py
Commit message (Collapse)AuthorAgeFilesLines
* First pass at per-command documentationRob Crittenden2010-06-221-0/+21
|
* Add ipaUniqueID to HBAC services and service groupsRob Crittenden2010-05-271-1/+2
| | | | Also fix the memberOf attribute for the HBAC services
* Remove local get_dn() from hbacsvcgroup and add tests for hbacsvcgroupRob Crittenden2010-05-201-18/+6
|
* Add groups of services to HBACRob Crittenden2010-05-171-0/+144
Replace serviceName with memberService so we can assign individual services or groups of services to an HBAC rule. 588574