diff options
author | Andrew Bartlett <abartlet@samba.org> | 2007-09-10 02:51:19 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:37 -0500 |
commit | d09d6d8f92b66f812c1fc44b0b875bcbce531f30 (patch) | |
tree | c78d156a8b2b7f6182cb73c91257421d7f4121f5 /docs | |
parent | 8045f51dfb28c74cba68c43ce22fbea92fe35a4d (diff) | |
download | samba-d09d6d8f92b66f812c1fc44b0b875bcbce531f30.tar.gz samba-d09d6d8f92b66f812c1fc44b0b875bcbce531f30.tar.bz2 samba-d09d6d8f92b66f812c1fc44b0b875bcbce531f30.zip |
Update docs to match the new defaults in Samba 3.2.0 and later.
Andrew Bartlett
(This used to be commit ac0589c95625e754a6eca6e7da483b9b78afb35a)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/smbdotconf/security/clientlanmanauth.xml | 2 | ||||
-rw-r--r-- | docs/smbdotconf/security/clientplaintextauth.xml | 2 | ||||
-rw-r--r-- | docs/smbdotconf/security/lanmanauth.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/smbdotconf/security/clientlanmanauth.xml b/docs/smbdotconf/security/clientlanmanauth.xml index d6383a7533..5266fef6a2 100644 --- a/docs/smbdotconf/security/clientlanmanauth.xml +++ b/docs/smbdotconf/security/clientlanmanauth.xml @@ -24,5 +24,5 @@ attempted.</para> </description> -<value type="default">yes</value> +<value type="default">no</value> </samba:parameter> diff --git a/docs/smbdotconf/security/clientplaintextauth.xml b/docs/smbdotconf/security/clientplaintextauth.xml index d6f4d08e8a..c4061559db 100644 --- a/docs/smbdotconf/security/clientplaintextauth.xml +++ b/docs/smbdotconf/security/clientplaintextauth.xml @@ -7,6 +7,6 @@ <para>Specifies whether a client should send a plaintext password if the server does not support encrypted passwords.</para> </description> -<value type="default">yes</value> +<value type="default">no</value> </samba:parameter> diff --git a/docs/smbdotconf/security/lanmanauth.xml b/docs/smbdotconf/security/lanmanauth.xml index 056cdc8bd2..341952205f 100644 --- a/docs/smbdotconf/security/lanmanauth.xml +++ b/docs/smbdotconf/security/lanmanauth.xml @@ -29,5 +29,5 @@ special configuration to use it.</para> </description> -<value type="default">yes</value> +<value type="default">no</value> </samba:parameter> |