diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2010-01-12 18:00:49 +0100 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-01-20 08:55:59 -0500 |
commit | 30dcfad596af29830cd45adaebeb174a24151a34 (patch) | |
tree | 07d114c00bedbd9bc32995eaec108ac92143922e /contrib/sssd.spec.in | |
parent | a2ad4811428a48830d040051c59eca6e13512710 (diff) | |
download | sssd-30dcfad596af29830cd45adaebeb174a24151a34.tar.gz sssd-30dcfad596af29830cd45adaebeb174a24151a34.tar.xz sssd-30dcfad596af29830cd45adaebeb174a24151a34.zip |
sss_groupshow - a utility to print properties of a local group
This patch adds a utility called sss_groupshow that allows user to
print properties of a group in the local domain.
Fixes: #306
Diffstat (limited to 'contrib/sssd.spec.in')
-rw-r--r-- | contrib/sssd.spec.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in index e3baf043e..b723df5ad 100644 --- a/contrib/sssd.spec.in +++ b/contrib/sssd.spec.in @@ -144,6 +144,7 @@ rm -rf $RPM_BUILD_ROOT %{_sbindir}/sss_groupadd %{_sbindir}/sss_groupdel %{_sbindir}/sss_groupmod +%{_sbindir}/sss_groupshow %{_libexecdir}/%{servicename}/ %{_libdir}/%{name}/ %{_libdir}/ldb/memberof.so @@ -166,6 +167,7 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man8/sss_groupadd.8* %{_mandir}/man8/sss_groupdel.8* %{_mandir}/man8/sss_groupmod.8* +%{_mandir}/man8/sss_groupshow.8* %{_mandir}/man8/sss_useradd.8* %{_mandir}/man8/sss_userdel.8* %{_mandir}/man8/sss_usermod.8* |