1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-09 09:57:48 +03:00
samba-mirror/docs/smbdotconf/security/passdbexpandexplicit.xml

22 lines
741 B
XML
Raw Normal View History

<samba:parameter name="passdb expand explicit"
context="G"
advanced="1" developer="0"
type="boolean"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>
This parameter controls whether Samba substitutes %-macros in the passdb
fields if they are explicitly set. We used to expand macros here, but this
turned out to be a bug because the Windows client can expand a variable
%G_osver% in which %G would have been substituted by the user's primary
group.
</para>
<para>
This parameter is set to "yes" by default, but this is about to change in
the future.
</para>
</description>
<value type="default">yes</value>
</samba:parameter>