| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
set. remove explicit sibling code from entity pages Modified the Label fields on HBAC and SUDO to make them appear cleaner in the UI
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
ticket #158
|
|
|
|
| |
I used pylint to identify a bunch of unnecessary and too-broad imports
|
| |
|
|
|
|
| |
Also fix the memberOf attribute for the HBAC services
|
|
Replace serviceName with memberService so we can assign individual
services or groups of services to an HBAC rule.
588574
|