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