Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add mod_python-based XML-RPC server. | Rob Crittenden | 2008-10-16 | 2 | -4/+45 |
| | | | | | 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 | 2 | -9/+31 |
| | | | | 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 | 1 | -34/+30 |
| | |||||
* | 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 | ||||
* | Fix some remaining merge issues and don't use forward() in user-*lock() | Rob Crittenden | 2008-10-15 | 1 | -8/+4 |
| | |||||
* | Initial implementation of a generic search routine. | Rob Crittenden | 2008-10-15 | 1 | -5/+4 |
| | |||||
* | Resolved conficts in Rob's merge | Jason Gerard DeRose | 2008-10-15 | 4 | -45/+72 |
|\ | |||||
| * | Port user-mod to use ldap update() method | Rob Crittenden | 2008-10-15 | 1 | -17/+21 |
| | | |||||
| * | 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 | 4 | -17/+27 |
| | | |||||
| * | Move some functionality from user-add to the backend ldap create function | Rob Crittenden | 2008-10-14 | 1 | -50/+23 |
| | | |||||
* | | Merge branch 'master' of ↵ | Jason Gerard DeRose | 2008-10-14 | 1 | -50/+23 |
|\ \ | |/ |/| | | | 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 | 1 | -50/+23 |
| | | |||||
* | | Convert string values to boolean when generating environment | Martin Nagy | 2008-10-14 | 2 | -10/+29 |
|/ | |||||
* | More work on making user-add use Backend.ldap | Jason Gerard DeRose | 2008-10-14 | 1 | -18/+24 |
| | |||||
* | 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 | 1 | -1/+3 |
| | |||||
* | Added Object.get_dn() method; added corresponding unit tests | Jason Gerard DeRose | 2008-10-13 | 1 | -0/+7 |
| | |||||
* | 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 | 1 | -0/+4 |
| | |||||
* | Merge branch 'master' of ↵ | Jason Gerard DeRose | 2008-10-13 | 4 | -16/+166 |
|\ | | | | | | | git://git.engineering.redhat.com/users/rcritten/freeipa2 | ||||
| * | Implement user lock and unlock | Rob Crittenden | 2008-10-13 | 2 | -14/+62 |
| | | |||||
| * | 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 |
| | | |||||
| * | 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 | 1 | -1/+75 |
|/ | |||||
* | 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 | 2 | -4/+53 |
| | |||||
* | Slight change to how exceptions are handled | Rob Crittenden | 2008-10-10 | 1 | -2/+2 |
| | |||||
* | Mechanism to convert from xmlrpclib.Fault to an IPAError exception | Rob Crittenden | 2008-10-10 | 3 | -25/+163 |
| | | | | Include slew of new exceptions, not all of which are used yet | ||||
* | Implement user-del | Rob Crittenden | 2008-10-10 | 1 | -1/+26 |
| | | | | rename is_user_unique() to user_exists() | ||||
* | crud.Add.get_args() and get_options() now yield static values in takes_args, ↵ | Jason Gerard DeRose | 2008-10-09 | 1 | -0/+4 |
| | | | | takes_options after the automagic ones | ||||
* | Base Command.execute() method now raises NotImplementedError; updated unit tests | Jason Gerard DeRose | 2008-10-08 | 1 | -3/+1 |
| | |||||
* | Reorganized Command methods so it is easier to understand and added lots of ↵ | Jason Gerard DeRose | 2008-10-08 | 1 | -85/+223 |
| | | | | docstrings | ||||
* | Fixed example in raise_TypeError() docstring (thanks, mnagy) | Jason Gerard DeRose | 2008-10-07 | 1 | -3/+3 |
| | |||||
* | Moved ipalib/tests/ into tests/test_ipalib/ | Jason Gerard DeRose | 2008-10-07 | 12 | -3431/+0 |
| | |||||
* | Made package-level docstrings more consistent so they read better in ↵ | Jason Gerard DeRose | 2008-10-07 | 3 | -4/+5 |
| | | | | generated documentation | ||||
* | Merge branch 'master' of ↵ | Jason Gerard DeRose | 2008-10-07 | 3 | -8/+270 |
|\ | | | | | | | git://git.engineering.redhat.com/users/rcritten/freeipa2 | ||||
| * | Implement a real user_find and move existing user_find to user_show | Rob Crittenden | 2008-10-07 | 1 | -4/+22 |
| | | |||||
| * | Implement user-mod | Rob Crittenden | 2008-10-07 | 1 | -1/+20 |
| | |