diff options
author | Simo Sorce <ssorce@redhat.com> | 2010-09-16 14:04:14 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-10-18 13:12:04 -0400 |
commit | 9932622f615a783f276a83389a37e65ffcdfc5da (patch) | |
tree | 27ae5b967105d27f40948987ab4430221e3e48f4 /src/man | |
parent | 87b8fb42e8cf76883645782273271a85dc2220aa (diff) | |
download | sssd-9932622f615a783f276a83389a37e65ffcdfc5da.tar.gz sssd-9932622f615a783f276a83389a37e65ffcdfc5da.tar.xz sssd-9932622f615a783f276a83389a37e65ffcdfc5da.zip |
Add option to limit nested groups
Diffstat (limited to 'src/man')
-rw-r--r-- | src/man/sssd-ldap.5.xml | 16 |
1 files changed, 16 insertions, 0 deletions
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 @@ -578,6 +578,22 @@ </varlistentry> <varlistentry> + <term>ldap_group_nesting_level (integer)</term> + <listitem> + <para> + 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. + </para> + <para> + Default: 2 + </para> + </listitem> + </varlistentry> + + <varlistentry> <term>ldap_netgroup_search_base (string)</term> <listitem> <para> |