diff options
author | Volker Lendecke <vlendec@samba.org> | 2005-12-01 14:47:37 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:12 -0500 |
commit | e466b1fc1ad9e29b79e8e840f38d082e6e5588b7 (patch) | |
tree | 3ed3e63d03675316da66abf40d9a58151b7443e4 | |
parent | d18b6bda63094ae8e26bf89203b7ef253e0b5280 (diff) | |
download | samba-e466b1fc1ad9e29b79e8e840f38d082e6e5588b7.tar.gz samba-e466b1fc1ad9e29b79e8e840f38d082e6e5588b7.tar.bz2 samba-e466b1fc1ad9e29b79e8e840f38d082e6e5588b7.zip |
Document "passdb expand explicit" properly
(This used to be commit 7b9a64e77a353a272120693c3b61db5ffa7545cf)
-rw-r--r-- | docs/smbdotconf/security/passdbexpandexplicit.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/smbdotconf/security/passdbexpandexplicit.xml b/docs/smbdotconf/security/passdbexpandexplicit.xml index d76d55e865..faf08b1624 100644 --- a/docs/smbdotconf/security/passdbexpandexplicit.xml +++ b/docs/smbdotconf/security/passdbexpandexplicit.xml @@ -1,4 +1,4 @@ -<samba:parameter name="passdb:expand_explicit" +<samba:parameter name="passdb expand explicit" context="G" advanced="1" developer="0" type="boolean" @@ -12,9 +12,10 @@ group. </para> <para> - If you rely on this behaviour, you have to set it explicitly to 'yes' + This parameter is set to "yes" by default, but this is about to change in + the future. </para> </description> -<value type="default">no</value> +<value type="default">yes</value> </samba:parameter> |