docs:smbdotconf: remove swat-specific flags.
[Samba.git] / docs-xml / smbdotconf / security / passdbexpandexplicit.xml
blob778a3909a88a0e8e327211a3279b57c15a73d8c9
1 <samba:parameter name="passdb expand explicit"
2                  context="G"
3                                  type="boolean"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <description>
6     <para>
7         This parameter controls whether Samba substitutes %-macros in the passdb fields if they are explicitly set. We
8         used to expand macros here, but this turned out to be a bug because the Windows client can expand a variable
9         %G_osver% in which %G would have been substituted by the user's primary group.
10     </para>
11 </description>
13 <value type="default">no</value>
14 </samba:parameter>