diff options
author | Michael Adam <obnox@samba.org> | 2008-07-10 23:49:58 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-07-10 23:52:41 +0200 |
commit | 42eec4da853b9d3988fc22494cc3d632d1459732 (patch) | |
tree | 0de9f59618e34bc6ab2f5cff0240866018d21502 /docs-xml | |
parent | dacd0f90f3706db6ffab0cd7662d22eb40811e05 (diff) | |
download | samba-42eec4da853b9d3988fc22494cc3d632d1459732.tar.gz samba-42eec4da853b9d3988fc22494cc3d632d1459732.tar.xz samba-42eec4da853b9d3988fc22494cc3d632d1459732.zip |
docs: fix the specified default of "password server" - it is *, not "".
Michael
(cherry picked from commit d7f759d302612ef9eb0bba022f3b3e1dd433f843)
Diffstat (limited to 'docs-xml')
-rw-r--r-- | docs-xml/smbdotconf/security/passwordserver.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs-xml/smbdotconf/security/passwordserver.xml b/docs-xml/smbdotconf/security/passwordserver.xml index 188cea88d1a..0da247d27d5 100644 --- a/docs-xml/smbdotconf/security/passwordserver.xml +++ b/docs-xml/smbdotconf/security/passwordserver.xml @@ -92,8 +92,7 @@ </description> <related>security</related> -<value type="default"></value> +<value type="default">*</value> <value type="example">NT-PDC, NT-BDC1, NT-BDC2, *</value> <value type="example">windc.mydomain.com:389 192.168.1.101 *</value> -<value type="example">*</value> </samba:parameter> |