|
|
905b4d |
From d3b1ed808665ba63bbb45cd4d9aa380916ed1b65 Mon Sep 17 00:00:00 2001
|
|
|
905b4d |
From: Dan Lavu <dlavu@redhat.com>
|
|
|
905b4d |
Date: Tue, 11 Nov 2014 15:46:51 -0500
|
|
|
905b4d |
Subject: [PATCH 094/104] MAN: page edit for ldap_use_tokengroups
|
|
|
905b4d |
MIME-Version: 1.0
|
|
|
905b4d |
Content-Type: text/plain; charset=UTF-8
|
|
|
905b4d |
Content-Transfer-Encoding: 8bit
|
|
|
905b4d |
|
|
|
905b4d |
Resolves:
|
|
|
905b4d |
https://fedorahosted.org/sssd/ticket/2448
|
|
|
905b4d |
|
|
|
905b4d |
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
|
|
|
905b4d |
Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
|
|
|
905b4d |
---
|
|
|
905b4d |
src/man/sssd-ldap.5.xml | 13 ++++++++++++-
|
|
|
905b4d |
1 file changed, 12 insertions(+), 1 deletion(-)
|
|
|
905b4d |
|
|
|
905b4d |
diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml
|
|
|
905b4d |
index d7a2a4ac9fa2497a4c347a2a7e77703e53b8a46c..5b36f69a679a1362290d8fea1f4c8fc29cc548d8 100644
|
|
|
905b4d |
--- a/src/man/sssd-ldap.5.xml
|
|
|
905b4d |
+++ b/src/man/sssd-ldap.5.xml
|
|
|
905b4d |
@@ -2482,7 +2482,18 @@ ldap_access_filter = (employeeType=admin)
|
|
|
905b4d |
<term>ldap_group_search_base (string)</term>
|
|
|
905b4d |
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="include/ldap_search_bases.xml" />
|
|
|
905b4d |
</varlistentry>
|
|
|
905b4d |
-
|
|
|
905b4d |
+ </variablelist>
|
|
|
905b4d |
+ <variablelist>
|
|
|
905b4d |
+ <note>
|
|
|
905b4d |
+ <para>
|
|
|
905b4d |
+ If the option <quote>ldap_use_tokengroups</quote> is
|
|
|
905b4d |
+ enabled. The searches against Active Directory will
|
|
|
905b4d |
+ not be restricted and return all groups memberships,
|
|
|
905b4d |
+ even with no gid mapping. It is recommended to disable
|
|
|
905b4d |
+ this feature, if group names are not being displayed
|
|
|
905b4d |
+ correctly.
|
|
|
905b4d |
+ </para>
|
|
|
905b4d |
+ </note>
|
|
|
905b4d |
<varlistentry condition="with_sudo">
|
|
|
905b4d |
<term>ldap_sudo_search_base (string)</term>
|
|
|
905b4d |
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="include/ldap_search_bases.xml" />
|
|
|
905b4d |
--
|
|
|
905b4d |
1.9.3
|
|
|
905b4d |
|