source: branches/samba-3.2.x/docs-xml/smbdotconf/security/passdbexpandexplicit.xml

Last change on this file was 203, checked in by Herwig Bauernfeind, 16 years ago

Missing 3.2.2 client and HOWTO files

File size: 606 bytes
Line 
1<samba:parameter name="passdb expand explicit"
2 context="G"
3 advanced="1" developer="0"
4 type="boolean"
5 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6<description>
7 <para>
8 This parameter controls whether Samba substitutes %-macros in the passdb fields if they are explicitly set. We
9 used to expand macros here, but this turned out to be a bug because the Windows client can expand a variable
10 %G_osver% in which %G would have been substituted by the user's primary group.
11 </para>
12</description>
13
14<value type="default">no</value>
15</samba:parameter>
Note: See TracBrowser for help on using the repository browser.