summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/f_passwd.py
Commit message (Collapse)AuthorAgeFilesLines
* Renamed remaining plugins still using f_* b_* conventionJason Gerard DeRose2009-04-011-71/+0
|
* raise exceptions in the proper formRob Crittenden2009-02-201-1/+1
|
* Finished reworked cli.CLI class into cli.cli pluginJason Gerard DeRose2009-02-031-2/+3
|
* Updated passwd plugins module to where it can at least be importedJason Gerard DeRose2009-01-141-9/+7
|
* Remove some debugging statementsRob Crittenden2008-12-111-2/+0
|
* Raise an error on bad principals instead of printing one when changing passwordsRob Crittenden2008-12-111-7/+7
| | | | Fix logic in determining what to do with an incoming principal
* Calling 'passwd' command now prompts for password using textui.prompt_password()Jason Gerard DeRose2008-11-181-13/+13
|
* Use posixAccount instead of person to identify usersRob Crittenden2008-10-241-1/+1
| | | | Add output_for_cli to service-find
* Implement the host commandsRob Crittenden2008-10-221-10/+2
| | | | | In order for this to work against a v1 database the update host.update needs to be applied
* Framework for doing password changesRob Crittenden2008-10-201-0/+82
Need mechanism to prompt for new password twice and verify they are the same