diff options
author | Sumit Bose <sbose@redhat.com> | 2014-02-28 10:05:34 +0100 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2014-03-02 20:55:49 +0100 |
commit | 61804568ce5ede3b1a699cda17c033dd6c23f0e3 (patch) | |
tree | c1e6d101596395835b955be0d60c7f82648acdca /src/man | |
parent | b564424a77c7c3b361c944e0623023d0cfea2c9f (diff) | |
download | sssd-61804568ce5ede3b1a699cda17c033dd6c23f0e3.tar.gz sssd-61804568ce5ede3b1a699cda17c033dd6c23f0e3.tar.xz sssd-61804568ce5ede3b1a699cda17c033dd6c23f0e3.zip |
SUDO: AD provider
This patch adds the sudo target to the AD provider. The main reason is
to cover different default settings in the LDAP and AD provider. E.g.
the default for ldap_id_mapping is True in the AD provider and False
in the LDAP provider. If ldap_id_mapping was not set explicitly in the
config file both components worked with different setting.
Fixes https://fedorahosted.org/sssd/ticket/2256
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
Reviewed-by: Pavel Březina <pbrezina@redhat.com>
Diffstat (limited to 'src/man')
-rw-r--r-- | src/man/sssd-ad.5.xml | 6 | ||||
-rw-r--r-- | src/man/sssd.conf.5.xml | 15 |
2 files changed, 15 insertions, 6 deletions
diff --git a/src/man/sssd-ad.5.xml b/src/man/sssd-ad.5.xml index b763e42ed..9b39e081c 100644 --- a/src/man/sssd-ad.5.xml +++ b/src/man/sssd-ad.5.xml @@ -60,9 +60,9 @@ </para> <para> However, it is neither necessary nor recommended to set these - options. The AD provider can also be used as an access and chpass - provider. No configuration of the access provider is required on - the client side. + options. The AD provider can also be used as an access, chpass and + sudo provider. No configuration of the access provider is required + on the client side. </para> <para> By default, the AD provider will map UID and GID values from the diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index 4ce90de7b..9668bb0c0 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -1465,14 +1465,23 @@ fallback_homedir = /home/%u <citerefentry> <refentrytitle>sssd-ldap</refentrytitle> <manvolnum>5</manvolnum> - </citerefentry> for more information on configuring LDAP. + </citerefentry> for more information on configuring + LDAP. + </para> + <para> + <quote>ipa</quote> the same as <quote>ldap</quote> + but with IPA default settings. + </para> + <para> + <quote>ad</quote> the same as <quote>ldap</quote> + but with AD default settings. </para> <para> <quote>none</quote> disables SUDO explicitly. </para> <para> - Default: The value of <quote>id_provider</quote> is used if it - is set. + Default: The value of <quote>id_provider</quote> is + used if it is set. </para> </listitem> </varlistentry> |