logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

sss_obfuscate - obfuscate a clear text password

Authors

TheSSSDupstream-https://github.com/SSSD/sssd/

SSSD                                               06/24/2025                                   SSS_OBFUSCATE(8)

Description

sss_obfuscate converts a given password into human-unreadable format and places it into appropriate
       domain section of the SSSD config file.

       The cleartext password is read from standard input or entered interactively. The obfuscated password is
       put into “ldap_default_authtok” parameter of a given SSSD domain and the “ldap_default_authtok_type”
       parameter is set to “obfuscated_password”. Refer to sssd-ldap(5) for more details on these parameters.

       Please note that obfuscating the password provides norealsecuritybenefit as it is still possible for
       an attacker to reverse-engineer the password back. Using better authentication mechanisms such as client
       side certificates or GSSAPI is strongly advised.

Name

       sss_obfuscate - obfuscate a clear text password

Options

-h,--help
           Display help message and exit.

       -s,--stdin
           The password to obfuscate will be read from standard input.

       -d,--domainDOMAIN
           The SSSD domain to use the password in. The default name is “default”.

       -f,--fileFILE
           Read the config file specified by the positional parameter.

           Default: /etc/sssd/sssd.conf

See Also

sssd(8), sssd.conf(5), sssd-ldap(5), sssd-ldap-attributes(5), sssd-krb5(5), sssd-simple(5), sssd-ipa(5),
       sssd-ad(5), sssd-files(5), sssd-sudo(5), sssd-session-recording(5), sss_cache(8), sss_debuglevel(8),
       sss_obfuscate(8), sss_seed(8), sssd_krb5_locator_plugin(8), sss_ssh_authorizedkeys(1),
       sss_ssh_knownhosts(1), sssd-ifp(5), pam_sss(8).  sss_rpcidmapd(5) sssd-systemtap(5)

Synopsis

sss_obfuscate [options] [PASSWORD]

See Also