summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|
* PEP 257: cleaned up docstrings in test_ipa_types.pyJason Gerard DeRose2008-10-081-3/+62
|
* Fixed two PEP 257 violations I missed in test_plugable.pyJason Gerard DeRose2008-10-081-2/+2
|
* PEP 257: cleaned up docstrings in test_frontend.pyJason Gerard DeRose2008-10-081-45/+76
|
* PEP 257: cleaned up docstrings in test_errors.pyJason Gerard DeRose2008-10-081-14/+29
|
* Restructured test_crud.py around new CrudChecker base classJason Gerard DeRose2008-10-081-85/+83
|
* Made docstrings in test_crud.py contistent with restJason Gerard DeRose2008-10-071-10/+26
|
* PEP 257: cleaned up docstrings in test_config.pyJason Gerard DeRose2008-10-071-4/+4
|
* PEP 257: cleaned up docstrings in test_cli.pyJason Gerard DeRose2008-10-071-10/+12
|
* PEP 257: cleaned up docstrings in test_plugable.pyJason Gerard DeRose2008-10-071-24/+69
|
* Renamed webui-cherry.py, simple-server.py to lite-webui.py, lite-xmlrpc.py ↵Jason Gerard DeRose2008-10-072-0/+0
| | | | respectively
* Renamed gen-doc.bash, run-tests.bash to make-doc, make-test respectivelyJason Gerard DeRose2008-10-072-0/+0
|
* Fixed example in raise_TypeError() docstring (thanks, mnagy)Jason Gerard DeRose2008-10-071-3/+3
|