From b78eabbbc9e1a03d78e1a53621faab0cd40e6e37 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 26 Nov 2005 09:52:03 +0000 Subject: Document passdb:expand_explicit (This used to be commit 4da40fff7b07cf2825fd5947d231bf48eafdf9b3) --- docs/smbdotconf/security/passdbexpandexplicit.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/smbdotconf/security/passdbexpandexplicit.xml (limited to 'docs/smbdotconf/security') 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 @@ + + + + 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. + + + If you rely on this behaviour, you have to set it explicitly to 'yes' + + + +no + -- cgit