Merge Samba3 and Samba4 together
[amitay/samba.git] / docs-xml / smbdotconf / winbind / winbindenumgroups.xml
1 <samba:parameter name="winbind enum groups"
2                  context="G"
3                                  type="boolean"
4                  advanced="1" developer="1"
5                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <description>
7         <para>On large installations using <citerefentry><refentrytitle>winbindd</refentrytitle>
8         <manvolnum>8</manvolnum></citerefentry> it may be necessary to suppress 
9         the enumeration of groups through the <command moreinfo="none">setgrent()</command>,
10         <command moreinfo="none">getgrent()</command> and
11         <command moreinfo="none">endgrent()</command> group of system calls.  If
12         the <parameter moreinfo="none">winbind enum groups</parameter> parameter is
13         <constant>no</constant>, calls to the <command moreinfo="none">getgrent()</command> system
14         call will not return any data. </para>
15
16 <warning><para>Turning off group enumeration may cause some programs to behave oddly.  </para></warning>
17 </description>
18
19 <value type="default">no</value>
20 </samba:parameter>