From dc6dd1ef6a70a0a07017d362e13c7680e83c4fc8 Mon Sep 17 00:00:00 2001 From: Pavel Březina Date: Mon, 4 Jul 2016 12:19:37 +0200 Subject: sssctl: manual page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Resolves: https://fedorahosted.org/sssd/ticket/3055 Reviewed-by: Michal Židek Reviewed-by: Lukáš Slebodník --- contrib/sssd.spec.in | 1 + src/man/Makefile.am | 2 +- src/man/po/po4a.cfg | 1 + src/man/sssctl.8.xml | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 72 insertions(+), 1 deletion(-) create mode 100644 src/man/sssctl.8.xml diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in index b8a9efc07..d5730a474 100644 --- a/contrib/sssd.spec.in +++ b/contrib/sssd.spec.in @@ -950,6 +950,7 @@ done %{_mandir}/man8/sss_override.8* %{_mandir}/man8/sss_debuglevel.8* %{_mandir}/man8/sss_seed.8* +%{_mandir}/man8/sssctl.8* %files -n python-sssdconfig -f python2_sssdconfig.lang %defattr(-,root,root,-) diff --git a/src/man/Makefile.am b/src/man/Makefile.am index 433d1cddc..cd23b02f6 100644 --- a/src/man/Makefile.am +++ b/src/man/Makefile.am @@ -51,7 +51,7 @@ man_MANS = \ sssd-krb5.5 sssd-simple.5 \ sssd_krb5_locator_plugin.8 sss_groupshow.8 \ pam_sss.8 sss_obfuscate.8 sss_cache.8 sss_debuglevel.8 sss_seed.8 \ - sss_override.8 idmap_sss.8 \ + sss_override.8 idmap_sss.8 sssctl.8 \ $(NULL) if BUILD_SAMBA diff --git a/src/man/po/po4a.cfg b/src/man/po/po4a.cfg index ca9d66a2a..2a51731fc 100644 --- a/src/man/po/po4a.cfg +++ b/src/man/po/po4a.cfg @@ -27,6 +27,7 @@ [type:docbook] sss_ssh_authorizedkeys.1.xml $lang:$(builddir)/$lang/sss_ssh_authorizedkeys.1.xml [type:docbook] sss_ssh_knownhostsproxy.1.xml $lang:$(builddir)/$lang/sss_ssh_knownhostsproxy.1.xml [type:docbook] idmap_sss.8.xml $lang:$(builddir)/$lang/idmap_sss.8.xml +[type:docbook] sssctl.8.xml $lang:$(builddir)/$lang/sssctl.8.xml [type:docbook] include/service_discovery.xml $lang:$(builddir)/$lang/include/service_discovery.xml opt:"-k 0" [type:docbook] include/upstream.xml $lang:$(builddir)/$lang/include/upstream.xml opt:"-k 0" [type:docbook] include/failover.xml $lang:$(builddir)/$lang/include/failover.xml opt:"-k 0" diff --git a/src/man/sssctl.8.xml b/src/man/sssctl.8.xml new file mode 100644 index 000000000..721d0a2f7 --- /dev/null +++ b/src/man/sssctl.8.xml @@ -0,0 +1,69 @@ + + + +SSSD Manual pages + + + + + sssctl + 8 + + + + sssctl + SSSD control and status utility + + + + + sssctl + COMMAND + + options + + + + + + DESCRIPTION + + sssctl provides simple and unified way to obtain + information about SSSD status such as active server or list of + auto-discovered servers and domains or information about cached + objects. It also provides tools to manage SSSD data files during + troubleshooting such as a safe way to remove cache files or fetching + all SSSD log files and more. + + + + + AVAILABLE COMMANDS + + To list all available commands run sssctl + without any parameter. To print help for selected command + run sssctl COMMAND --help. + + + + + COMMON OPTIONS + + Those options are available with all commands. + + + + + + LEVEL + + + + + + + + + + -- cgit