Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reworking Environment, moved it to config.py | Martin Nagy | 2008-10-17 | 8 | -224/+278 |
| | |||||
* | Port f_service to LDAP backend | Rob Crittenden | 2008-10-17 | 4 | -49/+113 |
| | | | | | Add new keyword, 'filter', that can be passed to the search function. This is globbed onto the filter that is auto-created. | ||||
* | Some xml-rpc server code cleanup. Make system.* functions to work with plugins | Rob Crittenden | 2008-10-17 | 1 | -74/+34 |
| | |||||
* | Add mod_python-based XML-RPC server. | Rob Crittenden | 2008-10-16 | 3 | -4/+444 |
| | | | | | Use -e kerberos on the command-line to use the mod_python server, otherwise it defaults to use the simple-server URL. | ||||
* | Use the search fields from the configuration when searching | Rob Crittenden | 2008-10-16 | 4 | -19/+51 |
| | | | | 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 |
| | |||||
* | Remove all references to ipa_server.* from user plugin | Rob Crittenden | 2008-10-16 | 2 | -36/+44 |
| | |||||
* | Port group-add to use LDAP backend | Rob Crittenden | 2008-10-15 | 2 | -32/+42 |
| | | | | Have create and update return the record that was just added/modified | ||||
* | Fix some remaining merge issues and don't use forward() in user-*lock() | Rob Crittenden | 2008-10-15 | 2 | -13/+4 |
| | |||||
* | Initial implementation of a generic search routine. | Rob Crittenden | 2008-10-15 | 3 | -87/+92 |
| | |||||
* | Resolved conficts in Rob's merge | Jason Gerard DeRose | 2008-10-15 | 5 | -47/+122 |
|\ | |||||
| * | Port user-mod to use ldap update() method | Rob Crittenden | 2008-10-15 | 2 | -20/+33 |
| | | |||||
| * | Add missing * to *kw to make it pass named arguments instead of positional | Rob Crittenden | 2008-10-15 | 1 | -2/+2 |
| | | |||||
| * | Port user_del to CrudBackend | Rob Crittenden | 2008-10-14 | 1 | -10/+22 |
| | | | | | | | | Override output_for_cli() to generate nicer output | ||||
| * | Port user-show to new CrudBackend framework | Rob Crittenden | 2008-10-14 | 5 | -19/+63 |
| | | |||||
| * | Move some functionality from user-add to the backend ldap create function | Rob Crittenden | 2008-10-14 | 5 | -71/+63 |
| | | |||||
* | | Added GPL v2 in LICENSE file | Jason Gerard DeRose | 2008-10-14 | 1 | -0/+339 |
| | | |||||
* | | Merge branch 'master' of ↵ | Jason Gerard DeRose | 2008-10-14 | 5 | -71/+63 |
|\ \ | |/ |/| | | | git://git.engineering.redhat.com/users/rcritten/freeipa2 | ||||
| * | Move some functionality from user-add to the backend ldap create function | Rob Crittenden | 2008-10-14 | 5 | -71/+63 |
| | | |||||
* | | Convert string values to boolean when generating environment | Martin Nagy | 2008-10-14 | 3 | -10/+32 |
|/ | |||||
* | More work on making user-add use Backend.ldap | Jason Gerard DeRose | 2008-10-14 | 2 | -20/+29 |
| | |||||
* | Started roughing out user_add() using api.Backend.ldap; added ↵ | Jason Gerard DeRose | 2008-10-14 | 3 | -10/+29 |
| | | | | Command.output_for_cli() to take care of formatting print output | ||||
* | Some small cleanup on Environment, filled in docstrings | Jason Gerard DeRose | 2008-10-14 | 1 | -10/+32 |
| | |||||
* | Added ldap.get_user_dn() method | Jason Gerard DeRose | 2008-10-14 | 2 | -1/+13 |
| | |||||
* | Added Object.get_dn() method; added corresponding unit tests | Jason Gerard DeRose | 2008-10-13 | 3 | -0/+24 |
| | |||||
* | CLI.run_interactive() now uses Param.cli_name instead of Param.name for ↵ | Jason Gerard DeRose | 2008-10-13 | 1 | -3/+3 |
| | | | | prompts and errors | ||||
* | Command.params are now sorted the same way as Object.params (make user-add ↵ | Jason Gerard DeRose | 2008-10-13 | 1 | -1/+8 |
| | | | | prompt for first, last before login) | ||||
* | CLI now maps Param.cli_name to Param.name | Jason Gerard DeRose | 2008-10-13 | 2 | -6/+7 |
| | |||||
* | Param now takes cli_name kwarg that sets Param.cli_name attribute | Jason Gerard DeRose | 2008-10-13 | 2 | -0/+6 |
| | |||||
* | Merge branch 'master' of ↵ | Jason Gerard DeRose | 2008-10-13 | 7 | -26/+350 |
|\ | | | | | | | git://git.engineering.redhat.com/users/rcritten/freeipa2 | ||||
| * | Implement user lock and unlock | Rob Crittenden | 2008-10-13 | 3 | -18/+241 |
| | | |||||
| * | Fix up a comment | Rob Crittenden | 2008-10-13 | 1 | -1/+1 |
| | | |||||
| * | Initial implementation of password policy | Rob Crittenden | 2008-10-13 | 1 | -0/+100 |
| | | |||||
| * | Do a more specific search for the user | Rob Crittenden | 2008-10-13 | 1 | -1/+3 |
| | | |||||
| * | We should be registering Commands, not Methods | Rob Crittenden | 2008-10-13 | 1 | -2/+2 |
| | | |||||
| * | Raise the right exceptions | Rob Crittenden | 2008-10-13 | 1 | -4/+3 |
| | | |||||
| * | Fix syntax error | Rob Crittenden | 2008-10-10 | 1 | -1/+1 |
| | | |||||
* | | Added CrudBackend abstract class defining generic CRUD API | Jason Gerard DeRose | 2008-10-13 | 2 | -1/+126 |
|/ | |||||
* | Stub out delegations | Rob Crittenden | 2008-10-11 | 2 | -0/+304 |
| | | | | Add ACI class | ||||
* | Enable the verbose flag to pass thru xmlrpc | Rob Crittenden | 2008-10-10 | 3 | -3/+7 |
| | |||||
* | Use new options handler | Rob Crittenden | 2008-10-10 | 1 | -7/+2 |
| | |||||
* | Start service principal plugin | Rob Crittenden | 2008-10-10 | 1 | -0/+155 |
| | |||||
* | Implement group-mod | Rob Crittenden | 2008-10-10 | 1 | -0/+19 |
| | |||||
* | Implement group-del | Rob Crittenden | 2008-10-10 | 3 | -4/+62 |
| | |||||
* | Slight change to how exceptions are handled | Rob Crittenden | 2008-10-10 | 2 | -4/+3 |
| | |||||
* | Mechanism to convert from xmlrpclib.Fault to an IPAError exception | Rob Crittenden | 2008-10-10 | 5 | -35/+173 |
| | | | | Include slew of new exceptions, not all of which are used yet | ||||
* | Implement user-del | Rob Crittenden | 2008-10-10 | 2 | -4/+34 |
| | | | | rename is_user_unique() to user_exists() | ||||
* | Remove some dead code | Rob Crittenden | 2008-10-10 | 1 | -135/+30 |
| | |||||
* | crud.Add.get_args() and get_options() now yield static values in takes_args, ↵ | Jason Gerard DeRose | 2008-10-09 | 2 | -2/+15 |
| | | | | takes_options after the automagic ones | ||||
* | Base Command.execute() method now raises NotImplementedError; updated unit tests | Jason Gerard DeRose | 2008-10-08 | 2 | -3/+4 |
| |