diff options
author | Pavel Březina <pbrezina@redhat.com> | 2012-06-28 10:15:03 +0200 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2012-07-30 19:09:44 +0200 |
commit | fbaaa993eff7ef1ed5a62c38d6cdacd52a53d2d8 (patch) | |
tree | 89aa614357a09b0ce68cab24ac8504f56823f8dd /src/man | |
parent | 8a2a49333b7df3a4b86db42cd20ec8286d2788d3 (diff) | |
download | sssd-fbaaa993eff7ef1ed5a62c38d6cdacd52a53d2d8.tar.gz sssd-fbaaa993eff7ef1ed5a62c38d6cdacd52a53d2d8.tar.xz sssd-fbaaa993eff7ef1ed5a62c38d6cdacd52a53d2d8.zip |
sudo ldap provider: support autoconfiguration of hostnames
https://fedorahosted.org/sssd/ticket/1420
sudoHost attribute may contain hostname or fqdn of the machine.
Sudo itself supports only one hostname and its fqdn - the one that
is returned by gethostbyname().
This patch implements autoconfiguration of hostname and fqdn if
it has not been set manually by ldap_sudo_hostnames option.
Diffstat (limited to 'src/man')
-rw-r--r-- | src/man/sssd-ldap.5.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml index 964006d70..0e14a2a43 100644 --- a/src/man/sssd-ldap.5.xml +++ b/src/man/sssd-ldap.5.xml @@ -1983,9 +1983,9 @@ ldap_access_filter = memberOf=cn=allowedusers,ou=Groups,dc=example,dc=com the rules. </para> <para> - <emphasis>Note:</emphasis> autoconfiguration is not - yet supported, therefore if this option is left - empty then hostname matching will be disabled. + If this option is empty, SSSD will try to discover + the hostname and the fully qualified domain name + automatically. </para> <para> If <emphasis>ldap_sudo_use_host_filter</emphasis> |