summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/sudocmdgroup.py
Commit message (Collapse)AuthorAgeFilesLines
* Populate indirect members when showing a group object.Rob Crittenden2010-10-281-1/+2
| | | | | | | | | | | | | | | 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
* Add plugins for Sudo Commands, Command Groups and RulesJr Aquino2010-09-271-0/+157