diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2012-07-05 19:45:14 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-07-06 11:44:46 -0400 |
commit | 03532fb1cbb7e8c1d5cf2e93aa3719f926631cab (patch) | |
tree | 86749acc2fb38d087c99af41c2c47cbbd612f609 /Makefile.am | |
parent | 4e2d9fe30bf8b692972a9654c60d2d90ed355815 (diff) | |
download | sssd-03532fb1cbb7e8c1d5cf2e93aa3719f926631cab.tar.gz sssd-03532fb1cbb7e8c1d5cf2e93aa3719f926631cab.tar.xz sssd-03532fb1cbb7e8c1d5cf2e93aa3719f926631cab.zip |
AD: Add manpages and SSSDConfig entries
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 359306211..4e78ae134 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1536,6 +1536,7 @@ dist_sssddata_DATA = \ src/config/etc/sssd.api.conf dist_sssdapiplugin_DATA = \ src/config/etc/sssd.api.d/sssd-ipa.conf \ + src/config/etc/sssd.api.d/sssd-ad.conf \ src/config/etc/sssd.api.d/sssd-krb5.conf \ src/config/etc/sssd.api.d/sssd-ldap.conf \ src/config/etc/sssd.api.d/sssd-local.conf \ |