diff options
author | Pavel Březina <pbrezina@redhat.com> | 2011-08-10 10:56:10 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2011-09-06 14:24:59 -0400 |
commit | f1828234a850dd28465425248a83a993f262918f (patch) | |
tree | 7e5edd3d0c37b9bb0dd2355c9399936e16e27c2f /contrib/suse | |
parent | 54423ae32fa26aa7790a67ff0f9a93b96677e590 (diff) | |
download | sssd-f1828234a850dd28465425248a83a993f262918f.tar.gz sssd-f1828234a850dd28465425248a83a993f262918f.tar.xz sssd-f1828234a850dd28465425248a83a993f262918f.zip |
sss_debuglevel - change the debug levels on the fly
https://fedorahosted.org/sssd/ticket/950
Diffstat (limited to 'contrib/suse')
-rw-r--r-- | contrib/suse/sssd.spec.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/suse/sssd.spec.in b/contrib/suse/sssd.spec.in index 5c3178ff7..e943427e7 100644 --- a/contrib/suse/sssd.spec.in +++ b/contrib/suse/sssd.spec.in @@ -176,6 +176,7 @@ rm -rf $RPM_BUILD_ROOT %{_sbindir}/sss_groupdel %{_sbindir}/sss_groupmod %{_sbindir}/sss_groupshow +%{_sbindir}/sss_debuglevel %{_libexecdir}/%{servicename}/ %{_libdir}/%{name}/ %{_libdir}/ldb/memberof.so @@ -202,6 +203,7 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man8/sss_useradd.8* %{_mandir}/man8/sss_userdel.8* %{_mandir}/man8/sss_usermod.8* +%{_mandir}/man8/sss_debuglevel.8* %{_mandir}/man8/sssd_krb5_locator_plugin.8* %{python_sitearch}/pysss.so %{python_sitelib}/*.py* |