diff options
Diffstat (limited to 'docs/smbdotconf/winbind/winbindtrusteddomainsonly.xml')
-rw-r--r-- | docs/smbdotconf/winbind/winbindtrusteddomainsonly.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/smbdotconf/winbind/winbindtrusteddomainsonly.xml b/docs/smbdotconf/winbind/winbindtrusteddomainsonly.xml new file mode 100644 index 0000000000..14e932ba94 --- /dev/null +++ b/docs/smbdotconf/winbind/winbindtrusteddomainsonly.xml @@ -0,0 +1,17 @@ +<samba:parameter name="winbind trusted domains only" + context="G" + type="boolean" + advanced="1" developer="1" + xmlns:samba="http://samba.org/common"> +<description> + <para>This parameter is designed to allow Samba servers that + are members of a Samba controlled domain to use UNIX accounts + distributed via NIS, rsync, or LDAP as the uid's for winbindd users + in the hosts primary domain. Therefore, the user DOMAIN\user1 would + be mapped to the account user1 in /etc/passwd instead of allocating + a new uid for him or her. +</para> +</description> + +<value type="default">no</value> +</samba:parameter> |