svn commit: samba-docs r868 - in trunk/smbdotconf/security: .

vlendec at samba.org vlendec at samba.org
Sat Nov 26 09:52:04 GMT 2005


Author: vlendec
Date: 2005-11-26 09:52:03 +0000 (Sat, 26 Nov 2005)
New Revision: 868

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=868

Log:
Document passdb:expand_explicit
Added:
   trunk/smbdotconf/security/passdbexpandexplicit.xml


Changeset:
Added: trunk/smbdotconf/security/passdbexpandexplicit.xml
===================================================================
--- trunk/smbdotconf/security/passdbexpandexplicit.xml	2005-11-25 18:47:42 UTC (rev 867)
+++ trunk/smbdotconf/security/passdbexpandexplicit.xml	2005-11-26 09:52:03 UTC (rev 868)
@@ -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>



More information about the samba-cvs mailing list