docs: Improve wording around 'winbind expand groups' param
authorNoel Power <noel.power@suse.com>
Thu, 28 Sep 2017 11:28:46 +0000 (12:28 +0100)
committerJim McDonough <jmcd@samba.org>
Fri, 29 Sep 2017 20:37:08 +0000 (22:37 +0200)
Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jim McDonough <jmcd@samba.org>
Autobuild-User(master): Jim McDonough <jmcd@samba.org>
Autobuild-Date(master): Fri Sep 29 22:37:08 CEST 2017 on sn-devel-144

docs-xml/smbdotconf/winbind/winbindexpandgroups.xml

index 941ba046311d66563ee58280fbb96b0e02e311a2..5a05ecff18b35111f54b0d711ac5c8f7cb980bbd 100644 (file)
               parameter specifically applies to the membership of 
              domain groups.</para>
 
+        <para>This option also affects the return of non nested
+        group memberships of Windows domain users. With the
+        new default "winbind expand groups = 0" winbind does
+        not query group memberships at all.</para>
+
         <para>Be aware that a high value for this parameter can
         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
+       Some broken applications (including some implementations of
+       newgrp and sg) 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>
+       "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">0</value>