Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some typos in automember help and paramters. | Rob Crittenden | 2012-01-12 | 1 | -5/+5 |
| | | | | | | Contributed by Jérôme Fenal https://fedorahosted.org/freeipa/ticket/2261 | ||||
* | Parse comma-separated lists of values in all parameter types. This can be ↵ | Jan Cholasta | 2011-11-30 | 1 | -4/+4 |
| | | | | | | | | | | | | | enabled for a specific parameter by setting the "csv" option to True. Remove "List" parameter type and replace all occurences of it with appropriate multi-valued parameter ("Str" in most cases) with csv enabled. Add new parameter type "Any", capable of holding values of any type. This is needed by the "batch" command, as "Str" is not suitable type for the "methods" parameter. ticket 2007 | ||||
* | 34 Create FreeIPA CLI Plugin for the 389 Auto Membership plugin | Jr Aquino | 2011-08-31 | 1 | -0/+587 |
Added new container in etc to hold the automembership configs. Modified constants to point to the new container Modified dsinstance to create the container Created automember.py to add the new commands Added xmlrpc test to verify functionality Added minor fix to user.py for constant behavior between memberof and automember https://fedorahosted.org/freeipa/ticket/1272 |