From 1846e7c767fd20e904f30c7eb719c7d56f56553e Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Wed, 13 Jun 2007 20:56:11 +0000 Subject: add smb.conf entry for 'winbind expand groups' (This used to be commit 3985a386deaf4dc67910bddc06728d1d6dd94fbb) --- docs/smbdotconf/winbind/winbindexpandgroups.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 docs/smbdotconf/winbind/winbindexpandgroups.xml (limited to 'docs/smbdotconf') diff --git a/docs/smbdotconf/winbind/winbindexpandgroups.xml b/docs/smbdotconf/winbind/winbindexpandgroups.xml new file mode 100644 index 0000000000..19b81b3e0a --- /dev/null +++ b/docs/smbdotconf/winbind/winbindexpandgroups.xml @@ -0,0 +1,24 @@ + + + This option controls the maximum depth that winbindd + will traverse when flattening nested group memberships + of Windows domain groups. This is different from the + option + which implements the Windows NT4 model of local group + nesting. The "winbind expand groups" + parameter specifically applies to the membership of + domain groups. + + Be aware that a high value for this parameter can + result in system slowdown as the main parent winbindd daemon + must perform the group unrolling and will be unable to answer + incoming NSS or authentication requests during this time. + + + +1 + -- cgit