source: trunk/server/docs-xml/smbdotconf/winbind/winbindexpandgroups.xml

Last change on this file was 414, checked in by Herwig Bauernfeind, 15 years ago

Samba 3.5.0: Initial import

File size: 1017 bytes
Line 
1<samba:parameter name="winbind expand groups"
2 context="G"
3 type="integer"
4 advanced="1" developer="1"
5 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6<description>
7 <para>This option controls the maximum depth that winbindd
8 will traverse when flattening nested group memberships
9 of Windows domain groups. This is different from the
10 <smbconfoption name="winbind nested groups"/> option
11 which implements the Windows NT4 model of local group
12 nesting. The &quot;winbind expand groups&quot;
13 parameter specifically applies to the membership of
14 domain groups.</para>
15
16 <para>Be aware that a high value for this parameter can
17 result in system slowdown as the main parent winbindd daemon
18 must perform the group unrolling and will be unable to answer
19 incoming NSS or authentication requests during this time.</para>
20
21</description>
22
23<value type="default">1</value>
24</samba:parameter>
Note: See TracBrowser for help on using the repository browser.