Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Populate indirect members when showing a group object. | Rob Crittenden | 2010-10-28 | 1 | -15/+6 |
| | | | | | | | | | | | | | | | This is done by creating a new attribute, memberindirect, to hold this indirect membership. The new function get_members() can return all members or just indirect or direct. We are only using it to retrieve indirect members currently. This also: * Moves all member display attributes into baseldap.py to reduce duplication * Adds netgroup nesting * Use a unique object name in hbacsvc and hbacsvcgroup ticket 296 | ||||
* | Update command documentation based on feedback from docs team. | Rob Crittenden | 2010-08-27 | 1 | -14/+16 |
| | | | | ticket #158 | ||||
* | First pass at per-command documentation | Rob Crittenden | 2010-06-22 | 1 | -0/+21 |
| | |||||
* | Add ipaUniqueID to HBAC services and service groups | Rob Crittenden | 2010-05-27 | 1 | -1/+2 |
| | | | | Also fix the memberOf attribute for the HBAC services | ||||
* | Remove local get_dn() from hbacsvcgroup and add tests for hbacsvcgroup | Rob Crittenden | 2010-05-20 | 1 | -18/+6 |
| | |||||
* | Add groups of services to HBAC | Rob Crittenden | 2010-05-17 | 1 | -0/+144 |
Replace serviceName with memberService so we can assign individual services or groups of services to an HBAC rule. 588574 |