summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2014-06-03 13:12:54 +0200
committerJakub Hrozek <jhrozek@redhat.com>2014-06-03 16:16:17 +0200
commit7fa8c51e7ece2f4fed046d9f2a43d20c13db645c (patch)
tree42e715a793eff33de8a1b872a407dbb21199779d
parentbf6f1b3d49e17b1adf0448c0b06e94b1e52ddffd (diff)
downloadsssd-7fa8c51e7ece2f4fed046d9f2a43d20c13db645c.tar.gz
sssd-7fa8c51e7ece2f4fed046d9f2a43d20c13db645c.tar.xz
sssd-7fa8c51e7ece2f4fed046d9f2a43d20c13db645c.zip
MAN: Add reference to manual page sssd-sudo
Reviewed-by: Stephen Gallagher <sgallagh@redhat.com>
-rw-r--r--src/man/sssd-ldap.5.xml9
-rw-r--r--src/man/sssd.conf.5.xml28
2 files changed, 37 insertions, 0 deletions
diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml
index d0f3467ea..7b5ee3470 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 48fd22070..58ccc30b1 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>