1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

Add smb.conf entry for "winbind nested groups"

This commit is contained in:
Volker Lendecke 2004-04-21 12:08:44 +00:00 committed by Gerald W. Carter
parent 0dbd2fd59a
commit 899ad47b18

View File

@ -0,0 +1,19 @@
<samba:parameter name="winbind nested groups"
context="G"
type="boolean"
advanced="1" developer="1"
xmlns:samba="http://samba.org/common">
<description>
<para>If set to yes, this parameter activates the support for nested
groups. Nested groups are also called local groups or
aliases. They work like their counterparts in Windows: Nested
groups are defined locally on any machine (they are shared
between DC's through their SAM) and can contain users and
global groups from any trusted SAM. To be able to use nested
groups, you need to run nss_winbind.</para>
<para>Please note that per 3.0.3 this is a new feature, so
handle with care.</para>
</description>
<value type="default">no</value>
</samba:parameter>