diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2010-08-30 11:46:47 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-09-08 09:36:22 -0400 |
commit | 530ba03ecabb472f17d5d1ab546aec9390492de1 (patch) | |
tree | 7df0edd9d105262721cc6fcda6375ffa6f77a8a9 /Makefile.am | |
parent | 4f5405595730a106f7406eba849f65cda2eb53f1 (diff) | |
download | sssd-530ba03ecabb472f17d5d1ab546aec9390492de1.tar.gz sssd-530ba03ecabb472f17d5d1ab546aec9390492de1.tar.xz sssd-530ba03ecabb472f17d5d1ab546aec9390492de1.zip |
sss_obfuscate tool
A tool to add obfuscated passwords into the SSSD config file
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 1820164a6..d6aef7fd6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -406,6 +406,14 @@ sssd_be_LDFLAGS = \ -Wl,--version-script,$(srcdir)/src/providers/sssd_be.exports \ -export-dynamic +if BUILD_PYTHON_BINDINGS +sss_obfuscate_pythondir = $(sbindir) +sss_obfuscate_python_PYTHON = \ + src/tools/sss_obfuscate +endif + + + dist_noinst_DATA += \ src/examples/sssd.conf \ src/examples/sssdproxytest \ @@ -964,7 +972,7 @@ dist_man_MANS = \ src/man/sssd.8 src/man/sssd.conf.5 src/man/sssd-ldap.5 \ src/man/sssd-krb5.5 src/man/sssd-ipa.5 src/man/sssd-simple.5 \ src/man/sssd_krb5_locator_plugin.8 src/man/sss_groupshow.8 \ - src/man/pam_sss.8 + src/man/pam_sss.8 src/man/sss_obfuscate.8 SUFFIXES = .1.xml .1 .3.xml .3 .5.xml .5 .8.xml .8 .1.xml.1: |