~zulcss/samba/server-dailies-3.4

« back to all changes in this revision

Viewing changes to docs-xml/smbdotconf/winbind/winbindtrusteddomainsonly.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 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>