Doc updates from John + some minor fixes by me
[samba.git] / docs / docbook / smbdotconf / ldap / ldaptrustids.xml
1 <samba:parameter xmlns:samba="http://samba.org/common">
2                 <term><anchor id="LDAPTRUSTIDS"/>ldap trust ids (G)</term>
3                 <listitem><para>Normally, Samba validates each entry
4                 in the LDAP server against getpwnam().  This allows
5                 LDAP to be used for Samba with the unix system using
6                 NIS (for example) and also ensures that Samba does not
7                 present accounts that do not otherwise exist.  </para>
8                 <para>This option is used to disable this functionality, and
9                 instead to rely on the presence of the appropriate
10                 attributes in LDAP directly, which can result in a
11                 significant performance boost in some situations.  
12                 Setting this option to yes effectivly assumes
13                 that the local machine is running <command moreinfo="none">nss_ldap</command> against the
14                 same LDAP server.</para>
15
16                 <para>Default: <command moreinfo="none">ldap trust ids = No</command></para>
17                 </listitem>
18                 </samba:parameter>