summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/f_passwd.py
Commit message (Expand)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
* 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
* Implement the host commandsRob Crittenden2008-10-221-10/+2
* Framework for doing password changesRob Crittenden2008-10-201-0/+82