summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Reichl <preichl@redhat.com>2014-05-12 22:45:00 +0000
committerJakub Hrozek <jhrozek@redhat.com>2014-06-02 18:54:32 +0200
commite97a7f5bfbb6de33fd722cf613dbaea042126ca6 (patch)
tree9cf67b84586de89ce9bc03867013b7e99ed36443
parentf07527b17c700509d632250c1b9c03a8c6c321e5 (diff)
downloadsssd-e97a7f5bfbb6de33fd722cf613dbaea042126ca6.tar.gz
sssd-e97a7f5bfbb6de33fd722cf613dbaea042126ca6.tar.xz
sssd-e97a7f5bfbb6de33fd722cf613dbaea042126ca6.zip
MAN: Detailed ldap_group_nesting_level option
Resolves: https://fedorahosted.org/sssd/ticket/2294 Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com> Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> (cherry picked from commit 3c1899348804713b49ba9c1f2bc782892c47c2fa)
-rw-r--r--src/man/sssd-ldap.5.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml
index b271a2b7f..9c3eae07f 100644
--- a/src/man/sssd-ldap.5.xml
+++ b/src/man/sssd-ldap.5.xml
@@ -880,6 +880,22 @@
RFC2307 schema.
</para>
<para>
+ Note: This option specifies the guaranteed level of
+ nested groups to be processed for any lookup. However,
+ nested groups beyond this limit
+ <emphasis>may be</emphasis> returned if previous
+ lookups already resolved the deeper nesting levels.
+ Also, subsequent lookups for other groups may enlarge
+ the result set for original lookup if re-queried.
+ </para>
+ <para>
+ If ldap_group_nesting_level is set to 0 then no
+ nested groups are processed at all. However, when
+ connected to Active-Directory Server 2008 and later
+ it is furthermore required to disable usage of
+ Token-Groups by setting ldap_use_tokengroups to false.
+ </para>
+ <para>
Default: 2
</para>
</listitem>