summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Some xml-rpc server code cleanup. Make system.* functions to work with pluginsRob Crittenden2008-10-171-74/+34
|
* Add mod_python-based XML-RPC server.Rob Crittenden2008-10-163-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 searchingRob Crittenden2008-10-164-19/+51
| | | | Generalize the attribute -> objectclass search helper
* Remove references to ipa_server.* and port group plugin to ldap backendRob Crittenden2008-10-161-59/+85
|
* Remove all references to ipa_server.* from user pluginRob Crittenden2008-10-162-36/+44
|
* Port group-add to use LDAP backendRob Crittenden2008-10-152-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 Crittenden2008-10-152-13/+4
|
* Initial implementation of a generic search routine.Rob Crittenden2008-10-153-87/+92
|
* Resolved conficts in Rob's mergeJason Gerard DeRose2008-10-155-47/+122
|\
| * Port user-mod to use ldap update() methodRob Crittenden2008-10-152-20/+33
| |
| * Add missing * to *kw to make it pass named arguments instead of positionalRob Crittenden2008-10-151-2/+2
| |
| * Port user_del to CrudBackendRob Crittenden2008-10-141-10/+22
| | | | | | | | Override output_for_cli() to generate nicer output
| * Port user-show to new CrudBackend frameworkRob Crittenden2008-10-145-19/+63
| |
| * Move some functionality from user-add to the backend ldap create functionRob Crittenden2008-10-145-71/+63
| |
* | Added GPL v2 in LICENSE fileJason Gerard DeRose2008-10-141-0/+339
| |
* | Merge branch 'master' of ↵Jason Gerard DeRose2008-10-145-71/+63
|\ \ | |/ |/| | | git://git.engineering.redhat.com/users/rcritten/freeipa2
| * Move some functionality from user-add to the backend ldap create functionRob Crittenden2008-10-145-71/+63
| |
* | Convert string values to boolean when generating environmentMartin Nagy2008-10-143-10/+32
|/
* More work on making user-add use Backend.ldapJason Gerard DeRose2008-10-142-20/+29
|
* Started roughing out user_add() using api.Backend.ldap; added ↵Jason Gerard DeRose2008-10-143-10/+29
| | | | Command.output_for_cli() to take care of formatting print output
* Some small cleanup on Environment, filled in docstringsJason Gerard DeRose2008-10-141-10/+32
|
* Added ldap.get_user_dn() methodJason Gerard DeRose2008-10-142-1/+13
|
* Added Object.get_dn() method; added corresponding unit testsJason Gerard DeRose2008-10-133-0/+24
|
* CLI.run_interactive() now uses Param.cli_name instead of Param.name for ↵Jason Gerard DeRose2008-10-131-3/+3
| | | | prompts and errors
* Command.params are now sorted the same way as Object.params (make user-add ↵Jason Gerard DeRose2008-10-131-1/+8
| | | | prompt for first, last before login)
* CLI now maps Param.cli_name to Param.nameJason Gerard DeRose2008-10-132-6/+7
|
* Param now takes cli_name kwarg that sets Param.cli_name attributeJason Gerard DeRose2008-10-132-0/+6
|
* Merge branch 'master' of ↵Jason Gerard DeRose2008-10-137-26/+350
|\ | | | | | | git://git.engineering.redhat.com/users/rcritten/freeipa2
| * Implement user lock and unlockRob Crittenden2008-10-133-18/+241
| |
| * Fix up a commentRob Crittenden2008-10-131-1/+1
| |
| * Initial implementation of password policyRob Crittenden2008-10-131-0/+100
| |
| * Do a more specific search for the userRob Crittenden2008-10-131-1/+3
| |
| * We should be registering Commands, not MethodsRob Crittenden2008-10-131-2/+2
| |
| * Raise the right exceptionsRob Crittenden2008-10-131-4/+3
| |
| * Fix syntax errorRob Crittenden2008-10-101-1/+1
| |
* | Added CrudBackend abstract class defining generic CRUD APIJason Gerard DeRose2008-10-132-1/+126
|/
* Stub out delegationsRob Crittenden2008-10-112-0/+304
| | | | Add ACI class
* Enable the verbose flag to pass thru xmlrpcRob Crittenden2008-10-103-3/+7
|
* Use new options handlerRob Crittenden2008-10-101-7/+2
|
* Start service principal pluginRob Crittenden2008-10-101-0/+155
|
* Implement group-modRob Crittenden2008-10-101-0/+19
|
* Implement group-delRob Crittenden2008-10-103-4/+62
|
* Slight change to how exceptions are handledRob Crittenden2008-10-102-4/+3
|
* Mechanism to convert from xmlrpclib.Fault to an IPAError exceptionRob Crittenden2008-10-105-35/+173
| | | | Include slew of new exceptions, not all of which are used yet
* Implement user-delRob Crittenden2008-10-102-4/+34
| | | | rename is_user_unique() to user_exists()
* Remove some dead codeRob Crittenden2008-10-101-135/+30
|
* crud.Add.get_args() and get_options() now yield static values in takes_args, ↵Jason Gerard DeRose2008-10-092-2/+15
| | | | takes_options after the automagic ones
* Base Command.execute() method now raises NotImplementedError; updated unit testsJason Gerard DeRose2008-10-082-3/+4
|
* Reorganized Command methods so it is easier to understand and added lots of ↵Jason Gerard DeRose2008-10-081-85/+223
| | | | docstrings
* Changed sub-package docstrings in tests/ to make consintent with other packagesJason Gerard DeRose2008-10-083-3/+3
|