~zulcss/samba/server-dailies-3.4

« back to all changes in this revision

Viewing changes to docs-xml/smbdotconf/winbind/winbindenumgroups.xml

  • Committer: Chuck Short
  • Date: 2010-09-28 20:38:39 UTC
  • Revision ID: zulcss@ubuntu.com-20100928203839-pgjulytsi9ue63x1
Initial version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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>