1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/docs-xml/smbdotconf/winbind/winbindusedefaultdomain.xml
Volker Lendecke 568a2377cc s3: Add a word of warning about "winbind use default domain"
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Mon Nov 22 23:26:11 CET 2010 on sn-devel-104
2010-11-22 23:26:11 +01:00

24 lines
1.0 KiB
XML

<samba:parameter name="winbind use default domain"
context="G"
type="boolean"
advanced="1" developer="1"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>This parameter specifies whether the
<citerefentry><refentrytitle>winbindd</refentrytitle>
<manvolnum>8</manvolnum></citerefentry> daemon should operate on users
without domain component in their username. Users without a domain
component are treated as is part of the winbindd server's own
domain. While this does not benefit Windows users, it makes SSH, FTP and
e-mail function in a way much closer to the way they
would in a native unix system.</para>
<para>This option should be avoided if possible. It can cause confusion
about responsibilities for a user or group. In many situations it is
not clear whether winbind or /etc/passwd should be seen as authoritative
for a user, likewise for groups.</para>
</description>
<value type="default">no</value>
<value type="example">yes</value>
</samba:parameter>