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:51:11 +0200 |
commit | 94389c97e5fa66fc91e84fdf212783b24e4a8107 (patch) | |
tree | ba7579d31a75a543220ffc31413394f43c85ed97 /docs-xml/smbdotconf | |
parent | 90f3da47205e670bfdde26d5c7858238a5ed7716 (diff) | |
download | samba-94389c97e5fa66fc91e84fdf212783b24e4a8107.tar.gz samba-94389c97e5fa66fc91e84fdf212783b24e4a8107.tar.bz2 samba-94389c97e5fa66fc91e84fdf212783b24e4a8107.zip |
docs: fix the specified default of "password server" - it is *, not "".
Michael
(This used to be commit d7f759d302612ef9eb0bba022f3b3e1dd433f843)
Diffstat (limited to 'docs-xml/smbdotconf')
-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 188cea88d1..0da247d27d 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> |