Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renamed remaining plugins still using f_* b_* convention | Jason Gerard DeRose | 2009-04-01 | 1 | -383/+0 |
| | |||||
* | raise exceptions in the proper form | Rob Crittenden | 2009-02-20 | 1 | -1/+1 |
| | |||||
* | Add new users as a member of the default group | Rob Crittenden | 2009-02-19 | 1 | -5/+11 |
| | |||||
* | Some tweaks in user plugins, ported to new crud base classes | Jason Gerard DeRose | 2009-02-03 | 1 | -5/+12 |
| | |||||
* | Applied Rob's errors patch | Rob Crittenden | 2009-02-03 | 1 | -3/+6 |
| | |||||
* | Removed bogus CLI.set_defaults() method that was causing non-required values ↵ | Jason Gerard DeRose | 2009-02-03 | 1 | -1/+1 |
| | | | | to get filled in | ||||
* | Added Object.params_minus() method; various small tweaks | Jason Gerard DeRose | 2009-02-03 | 1 | -2/+2 |
| | |||||
* | Fixed a problem in the host plugin module; added not in TODO about using ↵ | Jason Gerard DeRose | 2009-01-14 | 1 | -35/+32 |
| | | | | Param.query | ||||
* | Merge branch 'master' of ↵ | Jason Gerard DeRose | 2008-12-20 | 1 | -6/+9 |
|\ | | | | | | | git://git.engineering.redhat.com/users/rcritten/freeipa2 | ||||
| * | Don't pass along the kw dictionary we were passed by XML-RPC. | Rob Crittenden | 2008-12-10 | 1 | -5/+6 |
| | | | | | | | | | | 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 | -1/+3 |
| | | | | | | | | Fix some errors uncovered by the nosetests | ||||
* | | Removed depreciated envtest command from f_user.py | Jason Gerard DeRose | 2008-12-17 | 1 | -18/+0 |
|/ | |||||
* | Added textui.prompt_password() method; added logic in cli for dealing with ↵ | Jason Gerard DeRose | 2008-11-18 | 1 | -1/+2 |
| | | | | 'password' flag in param.flags | ||||
* | user-lock and user-unlock commands now use textui, which finishes the user ↵ | Jason Gerard DeRose | 2008-11-17 | 1 | -6/+15 |
| | | | | plugins | ||||
* | user-find now works again, uses textui | Jason Gerard DeRose | 2008-11-17 | 1 | -12/+17 |
| | |||||
* | Started updated user_* commands to use textui | Jason Gerard DeRose | 2008-11-17 | 1 | -12/+17 |
| | |||||
* | Uncomment some logging statements ported over from v1. | Rob Crittenden | 2008-11-03 | 1 | -1/+1 |
| | |||||
* | Use common display function for user-show and user-find. | Rob Crittenden | 2008-10-23 | 1 | -12/+36 |
| | | | | | Add --all option to user-find Fix command-line help to make sense on searches as well | ||||
* | Update the command-line options to more closely match v1 | Rob Crittenden | 2008-10-21 | 1 | -6/+24 |
| | |||||
* | Implement --all option to display all attributes. | Rob Crittenden | 2008-10-21 | 1 | -2/+8 |
| | | | | Still need to strip the dn when not doing all. | ||||
* | Port pwpolicy plugin to use b_ldap | Rob Crittenden | 2008-10-20 | 1 | -0/+4 |
| | | | | Add basic output_for_cli() function to user-show | ||||
* | 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 | -7/+18 |
| | | | | Generalize the attribute -> objectclass search helper | ||||
* | Remove all references to ipa_server.* from user plugin | Rob Crittenden | 2008-10-16 | 1 | -34/+30 |
| | |||||
* | 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 | 1 | -39/+61 |
|\ | |||||
| * | Port user-mod to use ldap update() method | Rob Crittenden | 2008-10-15 | 1 | -17/+21 |
| | | |||||
| * | 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 | 1 | -13/+18 |
| | | |||||
| * | 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 | 1 | -0/+1 |
|/ | |||||
* | 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 | 1 | -9/+19 |
| | | | | Command.output_for_cli() to take care of formatting print output | ||||
* | CLI now maps Param.cli_name to Param.name | Jason Gerard DeRose | 2008-10-13 | 1 | -4/+4 |
| | |||||
* | Implement user lock and unlock | Rob Crittenden | 2008-10-13 | 1 | -1/+33 |
| | |||||
* | Do a more specific search for the user | Rob Crittenden | 2008-10-13 | 1 | -1/+3 |
| | |||||
* | Enable the verbose flag to pass thru xmlrpc | Rob Crittenden | 2008-10-10 | 1 | -0/+2 |
| | |||||
* | Mechanism to convert from xmlrpclib.Fault to an IPAError exception | Rob Crittenden | 2008-10-10 | 1 | -25/+23 |
| | | | | 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() | ||||
* | Merge branch 'master' of ↵ | Jason Gerard DeRose | 2008-10-07 | 1 | -6/+147 |
|\ | | | | | | | 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 |
| | | |||||
| * | Add some more supporting functions | Rob Crittenden | 2008-10-07 | 1 | -2/+12 |
| | | | | | | | | Do a little bit more error handling and checking | ||||
| * | Add group plugin, routine to get cn=ipaconfig | Rob Crittenden | 2008-10-04 | 1 | -13/+28 |
| | | |||||
| * | Implement user-find and user-add backend functions so they work over XML-RPC | Rob Crittenden | 2008-10-04 | 1 | -6/+85 |
| | | | | | | | | | | Change port to 8880 to not conflict with a running IPA v1 instance Encode incoming values from unicode as utf-8 before sending to LDAP | ||||
* | | Implement config file reading | Martin Nagy | 2008-10-08 | 1 | -2/+2 |
|/ | |||||
* | Implemented basic Command.forward() method | Jason Gerard DeRose | 2008-10-02 | 1 | -4/+4 |
| |