summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/f_user.py
Commit message (Collapse)AuthorAgeFilesLines
* Renamed remaining plugins still using f_* b_* conventionJason Gerard DeRose2009-04-011-383/+0
|
* raise exceptions in the proper formRob Crittenden2009-02-201-1/+1
|
* Add new users as a member of the default groupRob Crittenden2009-02-191-5/+11
|
* Some tweaks in user plugins, ported to new crud base classesJason Gerard DeRose2009-02-031-5/+12
|
* Applied Rob's errors patchRob Crittenden2009-02-031-3/+6
|
* Removed bogus CLI.set_defaults() method that was causing non-required values ↵Jason Gerard DeRose2009-02-031-1/+1
| | | | to get filled in
* Added Object.params_minus() method; various small tweaksJason Gerard DeRose2009-02-031-2/+2
|
* Fixed a problem in the host plugin module; added not in TODO about using ↵Jason Gerard DeRose2009-01-141-35/+32
| | | | Param.query
* Merge branch 'master' of ↵Jason Gerard DeRose2008-12-201-6/+9
|\ | | | | | | git://git.engineering.redhat.com/users/rcritten/freeipa2
| * Don't pass along the kw dictionary we were passed by XML-RPC.Rob Crittenden2008-12-101-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 listRob Crittenden2008-12-101-1/+3
| | | | | | | | Fix some errors uncovered by the nosetests
* | Removed depreciated envtest command from f_user.pyJason Gerard DeRose2008-12-171-18/+0
|/
* Added textui.prompt_password() method; added logic in cli for dealing with ↵Jason Gerard DeRose2008-11-181-1/+2
| | | | 'password' flag in param.flags
* user-lock and user-unlock commands now use textui, which finishes the user ↵Jason Gerard DeRose2008-11-171-6/+15
| | | | plugins
* user-find now works again, uses textuiJason Gerard DeRose2008-11-171-12/+17
|
* Started updated user_* commands to use textuiJason Gerard DeRose2008-11-171-12/+17
|
* Uncomment some logging statements ported over from v1.Rob Crittenden2008-11-031-1/+1
|
* Use common display function for user-show and user-find.Rob Crittenden2008-10-231-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 v1Rob Crittenden2008-10-211-6/+24
|
* Implement --all option to display all attributes.Rob Crittenden2008-10-211-2/+8
| | | | Still need to strip the dn when not doing all.
* Port pwpolicy plugin to use b_ldapRob Crittenden2008-10-201-0/+4
| | | | Add basic output_for_cli() function to user-show
* Port f_service to LDAP backendRob Crittenden2008-10-171-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 searchingRob Crittenden2008-10-161-7/+18
| | | | Generalize the attribute -> objectclass search helper
* Remove all references to ipa_server.* from user pluginRob Crittenden2008-10-161-34/+30
|
* Fix some remaining merge issues and don't use forward() in user-*lock()Rob Crittenden2008-10-151-8/+4
|
* Initial implementation of a generic search routine.Rob Crittenden2008-10-151-5/+4
|
* Resolved conficts in Rob's mergeJason Gerard DeRose2008-10-151-39/+61
|\
| * Port user-mod to use ldap update() methodRob Crittenden2008-10-151-17/+21
| |
| * 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-141-13/+18
| |
| * Move some functionality from user-add to the backend ldap create functionRob Crittenden2008-10-141-50/+23
| |
* | Merge branch 'master' of ↵Jason Gerard DeRose2008-10-141-50/+23
|\ \ | |/ |/| | | git://git.engineering.redhat.com/users/rcritten/freeipa2
| * Move some functionality from user-add to the backend ldap create functionRob Crittenden2008-10-141-50/+23
| |
* | Convert string values to boolean when generating environmentMartin Nagy2008-10-141-0/+1
|/
* More work on making user-add use Backend.ldapJason Gerard DeRose2008-10-141-18/+24
|
* Started roughing out user_add() using api.Backend.ldap; added ↵Jason Gerard DeRose2008-10-141-9/+19
| | | | Command.output_for_cli() to take care of formatting print output
* CLI now maps Param.cli_name to Param.nameJason Gerard DeRose2008-10-131-4/+4
|
* Implement user lock and unlockRob Crittenden2008-10-131-1/+33
|
* Do a more specific search for the userRob Crittenden2008-10-131-1/+3
|
* Enable the verbose flag to pass thru xmlrpcRob Crittenden2008-10-101-0/+2
|
* Mechanism to convert from xmlrpclib.Fault to an IPAError exceptionRob Crittenden2008-10-101-25/+23
| | | | Include slew of new exceptions, not all of which are used yet
* Implement user-delRob Crittenden2008-10-101-1/+26
| | | | rename is_user_unique() to user_exists()
* Merge branch 'master' of ↵Jason Gerard DeRose2008-10-071-6/+147
|\ | | | | | | git://git.engineering.redhat.com/users/rcritten/freeipa2
| * Implement a real user_find and move existing user_find to user_showRob Crittenden2008-10-071-4/+22
| |
| * Implement user-modRob Crittenden2008-10-071-1/+20
| |
| * Add some more supporting functionsRob Crittenden2008-10-071-2/+12
| | | | | | | | Do a little bit more error handling and checking
| * Add group plugin, routine to get cn=ipaconfigRob Crittenden2008-10-041-13/+28
| |
| * Implement user-find and user-add backend functions so they work over XML-RPCRob Crittenden2008-10-041-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 readingMartin Nagy2008-10-081-2/+2
|/
* Implemented basic Command.forward() methodJason Gerard DeRose2008-10-021-4/+4
|