source: trunk/server/docs-xml/smbdotconf/winbind/winbindtrusteddomainsonly.xml

Last change on this file was 414, checked in by Herwig Bauernfeind, 16 years ago

Samba 3.5.0: Initial import

File size: 924 bytes
Line 
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 <citerefentry><refentrytitle>idmap_nss</refentrytitle>
18 <manvolnum>8</manvolnum></citerefentry> man page for more information.
19 </para>
20</description>
21
22<value type="default">no</value>
23</samba:parameter>
Note: See TracBrowser for help on using the repository browser.