s3:lib: make use of samba_tevent_context_init()
[Samba/gebeck_regimport.git] / docs-xml / smbdotconf / security / mapuntrustedtodomain.xml
blobbcf65e6eb6dd41a944c0ea609687b36df17b4615
1 <samba:parameter name="map untrusted to domain"
2                  context="G"
3                  type="boolean"
4                  advanced="1"
5                  developer="1"
6                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
7 <description>
8     <para>
9     If a client connects to smbd using an untrusted domain name, such as
10     BOGUS\user, smbd replaces the BOGUS domain with it's SAM name before
11     attempting to authenticate that user.  In the case where smbd is acting as
12     a PDC this will be DOMAIN\user.  In the case where smbd is acting as a
13     domain member server or a standalone server this will be WORKSTATION\user.
14     </para>
16     <para>
17     In previous versions of Samba (pre 3.4), if smbd was acting as a domain
18     member server, the BOGUS domain name would instead be replaced by the
19     primary domain which smbd was a member of.  In this case authentication
20     would be deferred off to a DC using the credentials DOMAIN\user.
21     </para>
23     <para>
24     When this parameter is set to <constant>yes</constant> smbd provides the
25     legacy behavior of mapping untrusted domain names to the primary domain.
26     When smbd is not acting as a domain member server, this parameter has no
27     effect.
28     </para>
30 </description>
32 <value type="default">no</value>
33 </samba:parameter>