Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Converted to use new baseclass, remove the one with the f_ prefix | Rob Crittenden | 2009-03-20 | 1 | -417/+0 |
| | |||||
* | Fix some minor issues in group and service plugins | Rob Crittenden | 2009-03-17 | 1 | -1/+1 |
| | |||||
* | Update objectclasses for groups, by default not posix groups. | Rob Crittenden | 2009-02-27 | 1 | -11/+51 |
| | | | | | | This change depends on DS bugs 487574 and 487725. Groups cannot be promoted properly without these fixed. It will fail with an Object Class violation because gidNumber isn't set. | ||||
* | Add --all option to show/find, add default attrs to show, cleanup output | Rob Crittenden | 2009-02-19 | 1 | -19/+12 |
| | |||||
* | Applied Rob's errors patch | Rob Crittenden | 2009-02-03 | 1 | -5/+5 |
| | |||||
* | Updated passwd plugins module to where it can at least be imported | Jason Gerard DeRose | 2009-01-14 | 1 | -1/+1 |
| | |||||
* | Updated group plugins module to where it can at least be imported | Jason Gerard DeRose | 2009-01-14 | 1 | -21/+17 |
| | |||||
* | Don't pass along the kw dictionary we were passed by XML-RPC. | Rob Crittenden | 2008-12-10 | 1 | -3/+4 |
| | | | | | We generally want to just search indexed attributes. We get this list of attributes from the configuration, use it. | ||||
* | Port plugins to use the new output_for_cli() argument list | Rob Crittenden | 2008-12-10 | 1 | -34/+61 |
| | | | | Fix some errors uncovered by the nosetests | ||||
* | Uncomment some logging statements ported over from v1. | Rob Crittenden | 2008-11-03 | 1 | -1/+1 |
| | |||||
* | Fix comment | Rob Crittenden | 2008-10-27 | 1 | -1/+1 |
| | |||||
* | Implement group member add/remove | Rob Crittenden | 2008-10-21 | 1 | -2/+149 |
| | | | | Add gidNumber to the group command-line | ||||
* | Port f_service to LDAP backend | Rob Crittenden | 2008-10-17 | 1 | -1/+1 |
| | | | | | Add new keyword, 'filter', that can be passed to the search function. This is globbed onto the filter that is auto-created. | ||||
* | Use the search fields from the configuration when searching | Rob Crittenden | 2008-10-16 | 1 | -2/+13 |
| | | | | Generalize the attribute -> objectclass search helper | ||||
* | Remove references to ipa_server.* and port group plugin to ldap backend | Rob Crittenden | 2008-10-16 | 1 | -59/+85 |
| | |||||
* | Port group-add to use LDAP backend | Rob Crittenden | 2008-10-15 | 1 | -30/+27 |
| | | | | Have create and update return the record that was just added/modified | ||||
* | Implement group-mod | Rob Crittenden | 2008-10-10 | 1 | -0/+19 |
| | |||||
* | Implement group-del | Rob Crittenden | 2008-10-10 | 1 | -2/+46 |
| | |||||
* | Add some more supporting functions | Rob Crittenden | 2008-10-07 | 1 | -2/+1 |
| | | | | Do a little bit more error handling and checking | ||||
* | Add group plugin, routine to get cn=ipaconfig | Rob Crittenden | 2008-10-04 | 1 | -0/+117 |