From 7fa8c51e7ece2f4fed046d9f2a43d20c13db645c Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Tue, 3 Jun 2014 13:12:54 +0200 Subject: MAN: Add reference to manual page sssd-sudo Reviewed-by: Stephen Gallagher --- src/man/sssd-ldap.5.xml | 9 +++++++++ src/man/sssd.conf.5.xml | 28 ++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) (limited to 'src') diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml index d0f3467e..7b5ee347 100644 --- a/src/man/sssd-ldap.5.xml +++ b/src/man/sssd-ldap.5.xml @@ -2050,6 +2050,15 @@ ldap_access_filter = (employeeType=admin) SUDO OPTIONS + + The detailed instructions for configuration of sudo_provider + are in the manual page + + sssd-sudo + 5 + . + + diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index 48fd2207..58ccc30b 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -800,6 +800,19 @@ fallback_homedir = /home/%u SUDO configuration options These options can be used to configure the sudo service. + The detailed instructions for configuration of + + sudo + 8 + to work with + + sssd + 8 + are in the manual page + + sssd-sudo + 5 + . @@ -1512,6 +1525,21 @@ fallback_homedir = /home/%u Default: The value of id_provider is used if it is set. + + The detailed instructions for configuration of + sudo_provider are in the manual page + + sssd-sudo + 5 + . + There are many configuration options that can be + used to adjust the behavior. Please refer to + "ldap_sudo_*" in + + sssd-ldap + 5 + . + -- cgit