diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2011-01-17 10:31:52 -0500 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2011-01-17 12:19:00 -0500 |
commit | 8d00718b943ab8b326320feb50820f0663031817 (patch) | |
tree | 99e146fae31ee1c2670d54702a4e7877b74ab4e1 /src/man | |
parent | c99f4a333122a3c56f6843f08607de4ead6d780a (diff) | |
download | sssd-8d00718b943ab8b326320feb50820f0663031817.tar.gz sssd-8d00718b943ab8b326320feb50820f0663031817.tar.xz sssd-8d00718b943ab8b326320feb50820f0663031817.zip |
Fix usability of sss_obfuscate command
Diffstat (limited to 'src/man')
-rw-r--r-- | src/man/sss_obfuscate.8.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/man/sss_obfuscate.8.xml b/src/man/sss_obfuscate.8.xml index 55bb1c331..8b6a1727a 100644 --- a/src/man/sss_obfuscate.8.xml +++ b/src/man/sss_obfuscate.8.xml @@ -34,8 +34,8 @@ section of the SSSD config file. </para> <para> - The cleartext password can be specified as an extra argument to the - program or read from standard input. + The cleartext password can be specified as an argument to the + program, read from standard input or entered interactively. The obfuscated password is put into <quote>ldap_default_authtok</quote> parameter of a given SSSD domain and the <quote>ldap_default_authtok_type</quote> parameter is set to |