summaryrefslogtreecommitdiffstats
path: root/ipa-admintools/ipa-lockuser
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-47/+52
| | | | | | | possible to catch KeyboardInterrupt during the import process. - Add function for handling python differences with GSSError 434798
* Handle the --usage option by actually displaying the usageRob Crittenden2008-01-311-2/+2
| | | | | | Fix some missing options in --usage Remove a few debugging statements Resolves 430704
* Add utility to lock user accounts. Remove lock capability from ipa-deluserRob Crittenden2007-11-261-0/+93
Fix bootstrap.ldif to add new Class of Service entries properly Include some man pages that weren't being installed