summaryrefslogtreecommitdiff
path: root/docs/smbdotconf/security/passdbexpandexplicit.xml
blob: d76d55e86513b9d0a84c1d766af02947c3485356 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<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>
    If you rely on this behaviour, you have to set it explicitly to 'yes'
    </para>
</description>

<value type="default">no</value>
</samba:parameter>