summaryrefslogtreecommitdiffstats
path: root/ipa-admintools/ipa-passwd
Commit message (Collapse)AuthorAgeFilesLines
* Don't define bogus realm/server in configuration file by defaultRob Crittenden2008-03-171-0/+3
| | | | | | | Add default exception handler to avoid backtraces in cmdline tools Enhance error message when the IPA server or realm can't be found 437565
* - Centralize try/except so the entire program is covered. This make itRob Crittenden2008-02-271-34/+38
| | | | | | | possible to catch KeyboardInterrupt during the import process. - Add function for handling python differences with GSSError 434798
* Handle a ctrl-C gracefully while getting the new passwordRob Crittenden2008-02-201-13/+18
| | | | Resolves 433053
* Handle the --usage option by actually displaying the usageRob Crittenden2008-01-311-1/+5
| | | | | | Fix some missing options in --usage Remove a few debugging statements Resolves 430704
* Compatibility changes to work on RHEL 5 with python 2.4rcritten@redhat.com2007-11-301-1/+1
|
* If unable to connect to the XML-RPC server print a more useful error msg.Rob Crittenden2007-11-151-0/+13
|
* Actually return a value to the shellRob Crittenden2007-10-191-1/+2
|
* Rely more on kerberos.Simo Sorce2007-10-011-14/+22
| | | | | | | Don't read ipa.conf to get the realm, the kerberos libs do that for you. Use the krbPrincipalName to change passwords Make it possible to specify the principal at user creation. Mail is not a required attribute so far, don't require it.
* Give ipa-adduser, ipa-addgroup and ipa-usermod an interactive modercritten@redhat.com2007-09-211-0/+99
Add ipa-passwd tool Add simple field validation package This patch adds a package requirement, python-krbV. This is needed to determine the current user based on their kerberos ticket.