diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2012-04-10 08:19:28 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-04-18 10:23:56 -0400 |
commit | f001756e1de68175c37b9353b88576717a9da55f (patch) | |
tree | 68e8138f29cde335d5ae6438e700106dd8dc10b1 /src | |
parent | e3cad4fc1c7a5e2bfdba18046e565212c68fd1e8 (diff) | |
download | sssd-f001756e1de68175c37b9353b88576717a9da55f.tar.gz sssd-f001756e1de68175c37b9353b88576717a9da55f.tar.bz2 sssd-f001756e1de68175c37b9353b88576717a9da55f.zip |
Remove the "command" option from documentation
It is a low-level developer option not indended to be consumed by users
https://fedorahosted.org/sssd/ticket/1174
Diffstat (limited to 'src')
-rw-r--r-- | src/man/sssd.conf.5.xml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index 63e396a5..af2e6bb5 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -283,22 +283,6 @@ </para> </listitem> </varlistentry> - <varlistentry> - <term>command (string)</term> - <listitem> - <para> - By default, the executable - representing this service is called - <command>sssd_${service_name}</command>. - This directive allows to change the executable - name for the service. In the vast majority of - configurations, the default values should suffice. - </para> - <para> - Default: <command>sssd_${service_name}</command> - </para> - </listitem> - </varlistentry> </variablelist> </refsect2> |