summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/hbacsvc.py
Commit message (Collapse)AuthorAgeFilesLines
* HBAC plugin inconsistent outputMartin Kosek2011-02-161-4/+10
| | | | | | | | This patch adds a proper summary text to HBAC command which is then printed out in CLI. Now, HBAC plugin output is consistent with other plugins. https://fedorahosted.org/freeipa/ticket/596
* Initial grouping of ipalib plugins for ipa helpJan Zeleny2011-01-071-0/+1
| | | | | This patch makes one group for all HBAC plugins and one group for all sudo plugins.
* Change FreeIPA license to GPLv3+Jakub Hrozek2010-12-201-5/+5
| | | | | | | | | | The changes include: * Change license blobs in source files to mention GPLv3+ not GPLv2 only * Add GPLv3+ license text * Package COPYING not LICENSE as the license blobs (even the old ones) mention COPYING specifically, it is also more common, I think https://fedorahosted.org/freeipa/ticket/239
* action panel sibling added function to get sibling entities from the tab ↵Adam Young2010-12-011-1/+1
| | | | set. remove explicit sibling code from entity pages Modified the Label fields on HBAC and SUDO to make them appear cleaner in the UI
* Populate indirect members when showing a group object.Rob Crittenden2010-10-281-3/+3
| | | | | | | | | | | | | | | 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 Crittenden2010-08-271-8/+9
| | | | ticket #158
* 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