On (03/06/14 07:30), Stephen Gallagher wrote: >On 06/03/2014 07:24 AM, Lukas Slebodnik wrote: >> ehlo, >> >> We have detail instructions how to configure integration >> sudo<->sssd in the manula page sssd-sudo. The manula page sssd-sudo >> was mentioned in manual page sssd.conf only in "SEE ALSO" section. >> >> This patch adds to two another places. >> >> If you have better phrasing or you know other places where >> sssd-sudo can be mentioned feel free to send patch with your name >> :-) >> > >This looks acceptable to me. Might be worth adding to the "SUDO >OPTIONS" section of sssd-ldap as well.
reference added also to the section "SUDO OPTIONS" in manual page sssd-ldap LS
>From 3c4bbf9f9ce137fc4cb58e753146ee48f8ae61c1 Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik <lsleb...@redhat.com> Date: Tue, 3 Jun 2014 13:12:54 +0200 Subject: [PATCH] MAN: Add reference to manual page sssd-sudo --- src/man/sssd-ldap.5.xml | 9 +++++++++ src/man/sssd.conf.5.xml | 28 ++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml index d0f3467ea657911eaeae7a6556817c7a9a762d26..7b5ee34705c180075e573c11de4553cb2658cd28 100644 --- a/src/man/sssd-ldap.5.xml +++ b/src/man/sssd-ldap.5.xml @@ -2051,6 +2051,15 @@ ldap_access_filter = (employeeType=admin) <refsect1 id='sudo-options' condition="with_sudo"> <title>SUDO OPTIONS</title> <para> + The detailed instructions for configuration of sudo_provider + are in the manual page + <citerefentry> + <refentrytitle>sssd-sudo</refentrytitle> + <manvolnum>5</manvolnum> + </citerefentry>. + </para> + + <para> <variablelist> <varlistentry> <term>ldap_sudorule_object_class (string)</term> diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index 48fd2207086babfe09934b025d637f65c992624b..58ccc30b1fda9b47bd29500043cfa5551896a2a4 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -800,6 +800,19 @@ fallback_homedir = /home/%u <title>SUDO configuration options</title> <para> These options can be used to configure the sudo service. + The detailed instructions for configuration of + <citerefentry> + <refentrytitle>sudo</refentrytitle> + <manvolnum>8</manvolnum> + </citerefentry> to work with + <citerefentry> + <refentrytitle>sssd</refentrytitle> + <manvolnum>8</manvolnum> + </citerefentry> are in the manual page + <citerefentry> + <refentrytitle>sssd-sudo</refentrytitle> + <manvolnum>5</manvolnum> + </citerefentry>. </para> <variablelist> <varlistentry> @@ -1512,6 +1525,21 @@ fallback_homedir = /home/%u Default: The value of <quote>id_provider</quote> is used if it is set. </para> + <para> + The detailed instructions for configuration of + sudo_provider are in the manual page + <citerefentry> + <refentrytitle>sssd-sudo</refentrytitle> + <manvolnum>5</manvolnum> + </citerefentry>. + There are many configuration options that can be + used to adjust the behavior. Please refer to + "ldap_sudo_*" in + <citerefentry> + <refentrytitle>sssd-ldap</refentrytitle> + <manvolnum>5</manvolnum> + </citerefentry>. + </para> </listitem> </varlistentry> <varlistentry> -- 1.9.3
_______________________________________________ sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/sssd-devel