summaryrefslogtreecommitdiffstats
path: root/src/tools/sss_obfuscate
Commit message (Collapse)AuthorAgeFilesLines
* sss_obfuscate: Avoid traceback on ctrl+dStephen Gallagher2011-03-251-5/+21
| | | | | | | | | sss_obfuscate: abort on ctrl+c There is a python bug (http://bugs.python.org/issue11236) where getpass.getpass() does not throw KeyboardInterrupt on ctrl+c. This workaround is the closest we can get: if we detect the control character in the string that we read, we'll cancel.
* sss_obfuscate fixesStephen Gallagher2011-02-151-10/+22
| | | | | | | | | | | | | | | | Make the domain argument mandatory in sss_obfuscate It doesn't make sense to set a "default" domain. We should require that the domain always be specified. Gracefully handle permission errors in sss_obfuscate Make SSSDConfig API configuration readable Previously, only root could read these files, but it makes sense to allow non-root users to prototype sssd.conf files. removing password option functionality
* Fix usability of sss_obfuscate commandStephen Gallagher2011-01-171-12/+21
|
* sss_obfuscate toolJakub Hrozek2010-09-081-0/+81
A tool to add obfuscated passwords into the SSSD config file