summaryrefslogtreecommitdiff
path: root/docs/smbdotconf/security/passdbexpandexplicit.xml
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2005-11-26 09:52:03 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:47:12 -0500
commitb78eabbbc9e1a03d78e1a53621faab0cd40e6e37 (patch)
treec1fb498b4eb4b42545e5507db20b222c70e444b7 /docs/smbdotconf/security/passdbexpandexplicit.xml
parent4c13478fef2da97c3a3cda39987a5c70227c4131 (diff)
downloadsamba-b78eabbbc9e1a03d78e1a53621faab0cd40e6e37.tar.gz
samba-b78eabbbc9e1a03d78e1a53621faab0cd40e6e37.tar.bz2
samba-b78eabbbc9e1a03d78e1a53621faab0cd40e6e37.zip
Document passdb:expand_explicit
(This used to be commit 4da40fff7b07cf2825fd5947d231bf48eafdf9b3)
Diffstat (limited to 'docs/smbdotconf/security/passdbexpandexplicit.xml')
-rw-r--r--docs/smbdotconf/security/passdbexpandexplicit.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/smbdotconf/security/passdbexpandexplicit.xml b/docs/smbdotconf/security/passdbexpandexplicit.xml
new file mode 100644
index 0000000000..d76d55e865
--- /dev/null
+++ b/docs/smbdotconf/security/passdbexpandexplicit.xml
@@ -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>