summaryrefslogtreecommitdiffstats
path: root/docs-xml/smbdotconf
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2014-07-24 09:12:14 +0200
committerStefan Metzmacher <metze@samba.org>2014-07-31 18:48:36 +0200
commit98426ad467fa64975bd9e6aa32530a2dde719035 (patch)
treefadeb0934a49bdd73ae2c01d1e99f722166933e1 /docs-xml/smbdotconf
parent85a03c88446500609f6f2e8680bf940a7811e593 (diff)
downloadsamba-98426ad467fa64975bd9e6aa32530a2dde719035.tar.gz
samba-98426ad467fa64975bd9e6aa32530a2dde719035.tar.xz
samba-98426ad467fa64975bd9e6aa32530a2dde719035.zip
lib/param: change the default for "winbind expand groups" to "0"
Expanding groups requires the usage of SAMR, which is often not possible with the trust account credentials. This has caused a lot of trouble in the past, as this is the only operation which requires a member to contact a dc of a trusted domain directly, which is not always possible. With this changed default, it should only be required to contact a dc of our own domain. This is the correct behavior for a domain member. As expanding groups is mostly cosmetic, we should avoid it. This is similar to "winbind enum users" and "winbind enum groups", which are also off by default. Only some broken applications calculate the group memberships of users by traversing groups, such applications will require "winbind expand groups = 1". Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Reviewed-by: Björn Jacke <bj@sernet.de> Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Thu Jul 31 18:48:36 CEST 2014 on sn-devel-104
Diffstat (limited to 'docs-xml/smbdotconf')
-rw-r--r--docs-xml/smbdotconf/winbind/winbindexpandgroups.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/docs-xml/smbdotconf/winbind/winbindexpandgroups.xml b/docs-xml/smbdotconf/winbind/winbindexpandgroups.xml
index 19b81b3e0a..57077b3cea 100644
--- a/docs-xml/smbdotconf/winbind/winbindexpandgroups.xml
+++ b/docs-xml/smbdotconf/winbind/winbindexpandgroups.xml
@@ -17,8 +17,13 @@
result in system slowdown as the main parent winbindd daemon
must perform the group unrolling and will be unable to answer
incoming NSS or authentication requests during this time.</para>
-
+
+ <para>The default value was changed from 1 to 0 with Samba 4.2.
+ Some broken applications calculate the group memberships of
+ users by traversing groups, such applications will require
+ "winbind expand groups = 1". But the new default makes winbindd more reliable
+ as it doesn't require SAMR access to domain controllers of trusted domains.</para>
</description>
-<value type="default">1</value>
+<value type="default">0</value>
</samba:parameter>