Document passdb:expand_explicit
authorVolker Lendecke <vlendec@samba.org>
Sat, 26 Nov 2005 09:52:03 +0000 (09:52 +0000)
committerGerald W. Carter <jerry@samba.org>
Wed, 23 Apr 2008 14:01:12 +0000 (09:01 -0500)
docs/smbdotconf/security/passdbexpandexplicit.xml [new file with mode: 0644]

diff --git a/docs/smbdotconf/security/passdbexpandexplicit.xml b/docs/smbdotconf/security/passdbexpandexplicit.xml
new file mode 100644 (file)
index 0000000..d76d55e
--- /dev/null
@@ -0,0 +1,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>