diff options
author | Volker Lendecke <vl@samba.org> | 2010-11-22 22:39:45 +0100 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2010-11-22 23:26:11 +0100 |
commit | 568a2377cca8b833fe4e2d0d4075399b98acc7d5 (patch) | |
tree | 39003ac9c15e75a80a4aae2fafb918f97d63bc73 /docs-xml | |
parent | 076ccc6723edb6b28b16d228eccb26bd64603dba (diff) | |
download | samba-568a2377cca8b833fe4e2d0d4075399b98acc7d5.tar.gz |
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
Diffstat (limited to 'docs-xml')
-rw-r--r-- | docs-xml/smbdotconf/winbind/winbindusedefaultdomain.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/winbind/winbindusedefaultdomain.xml b/docs-xml/smbdotconf/winbind/winbindusedefaultdomain.xml index e0663a3f23a..c7e7600eab1 100644 --- a/docs-xml/smbdotconf/winbind/winbindusedefaultdomain.xml +++ b/docs-xml/smbdotconf/winbind/winbindusedefaultdomain.xml @@ -12,6 +12,10 @@ 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> |