From 9932622f615a783f276a83389a37e65ffcdfc5da Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 16 Sep 2010 14:04:14 -0400 Subject: Add option to limit nested groups --- src/man/sssd-ldap.5.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'src/man/sssd-ldap.5.xml') diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml index 646ef4cff..ff6d4399b 100644 --- a/src/man/sssd-ldap.5.xml +++ b/src/man/sssd-ldap.5.xml @@ -577,6 +577,22 @@ + + ldap_group_nesting_level (integer) + + + If ldap_schema is set to a schema format that + supports nested groups (e.g. RFC2307bis), then + this option controls how many levels of nesting + SSSD will follow. This option has no effect on the + RFC2307 schema. + + + Default: 2 + + + + ldap_netgroup_search_base (string) -- cgit