Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add LDAPObject setting to handle different attributes for RDN and PKEY. | Pavel Zuna | 2010-10-28 | 1 | -24/+2 |
| | |||||
* | Fix problem testing for mutual exclusivity in hbac plugin. | Rob Crittenden | 2010-10-18 | 1 | -8/+16 |
| | | | | This should fix the hbac tests. | ||||
* | If an HBAC category is 'all' don't allow individual objects to be added. | Rob Crittenden | 2010-10-08 | 1 | -0/+44 |
| | | | | | | | | Basically, make 'all' mutually exclusive. This makes debugging lots easier. If say usercat='all' there is no point adding specific users to the rule because it will always apply to everyone. ticket 164 | ||||
* | Add an example for creating an HBAC service and service group. | Rob Crittenden | 2010-09-23 | 1 | -0/+9 |
| | | | | | | | Try to tie in the hbacsvc and hbacsvcgroup plugins better through an example. ticket 159 | ||||
* | Update command documentation based on feedback from docs team. | Rob Crittenden | 2010-08-27 | 1 | -29/+37 |
| | | | | ticket #158 | ||||
* | First pass at per-command documentation | Rob Crittenden | 2010-06-22 | 1 | -0/+38 |
| | |||||
* | Add groups of services to HBAC | Rob Crittenden | 2010-05-17 | 1 | -9/+56 |
| | | | | | | | Replace serviceName with memberService so we can assign individual services or groups of services to an HBAC rule. 588574 | ||||
* | Increase the attributes we display by default and fix up some labels. | Rob Crittenden | 2010-05-05 | 1 | -2/+8 |
| | |||||
* | Code cleanup: remove unused stuff, take 1. | Pavel Zuna | 2010-03-01 | 1 | -14/+0 |
| | |||||
* | Translatable Param.label, Param.doc | Jason Gerard DeRose | 2010-02-24 | 1 | -10/+15 |
| | |||||
* | Add Object.label class attribute, enable in webUI | Jason Gerard DeRose | 2010-02-12 | 1 | -0/+3 |
| | |||||
* | Add --all to LDAPCreate and make LDAP commands always display default ↵ | Pavel Zuna | 2010-01-11 | 1 | -1/+1 |
| | | | | attributes. | ||||
* | Take 2: Extensible return values and validation; steps toward a single ↵ | Jason Gerard DeRose | 2009-12-10 | 1 | -8/+6 |
| | | | | output_for_cli(); enable more webUI stuff | ||||
* | Rename GeneralizedTime to AccessTime. | Pavel Zuna | 2009-12-01 | 1 | -3/+3 |
| | |||||
* | Add {user,host,sourcehost}Category to HBAC and make accessTime multivalue. | Pavel Zuna | 2009-12-01 | 1 | -2/+94 |
| | |||||
* | Handle ipaEnabledFlag as bool (TRUE/FALSE) instead of string (enabled/disabled). | Pavel Zuna | 2009-11-18 | 1 | -4/+4 |
| | |||||
* | Fix bug in HBAC and netgroup plugin get_primary_key_from_dn methods. | Pavel Zuna | 2009-10-08 | 1 | -1/+4 |
| | |||||
* | Add HBAC plugin and introduce GeneralizedTime parameter type. | Pavel Zuna | 2009-10-05 | 1 | -0/+260 |