Next update of VFS modules development guide
[bbaumbach/samba-autobuild/.git] / docs / smbdotconf / winbind / winbindtrusteddomainsonly.xml
1 <samba:parameter name="winbind trusted domains only"
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>
8         This parameter is designed to allow Samba servers that are members 
9         of a Samba controlled domain to use UNIX accounts distributed via NIS, 
10         rsync, or LDAP as the uid's for winbindd users in the hosts primary domain.
11         Therefore, the user <literal>DOMAIN\user1</literal> would be mapped to 
12         the account user1 in /etc/passwd instead of allocating a new uid for him or her.
13         </para>
14
15         <para>
16         This parameter is now deprecated in favor of the newer idmap_nss backend.
17         Refer to the <smbconfoption name="idmap domains"/> smb.conf option and
18         the <citerefentry><refentrytitle>idmap_nss</refentrytitle>
19         <manvolnum>8</manvolnum></citerefentry> man page for more information.
20         </para>
21 </description>
22
23 <value type="default">no</value>
24 </samba:parameter>