diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2002-10-02 14:18:58 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2002-10-02 14:18:58 +0000 |
commit | 2475f6ee3c2042f9a68311b577a72460241ab560 (patch) | |
tree | 01842e175e0d825961e6887c60159712fcd986e3 | |
parent | 53b16591832dc07e9e15a9078f08a899503bbaa6 (diff) | |
download | samba-2475f6ee3c2042f9a68311b577a72460241ab560.tar.gz samba-2475f6ee3c2042f9a68311b577a72460241ab560.tar.bz2 samba-2475f6ee3c2042f9a68311b577a72460241ab560.zip |
Add note to test 9 about 'encrypt passwords'
(This used to be commit bc04c2c82fe5c236a030237032952c707bd17073)
-rw-r--r-- | docs/docbook/projdoc/Diagnosis.sgml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/docbook/projdoc/Diagnosis.sgml b/docs/docbook/projdoc/Diagnosis.sgml index 20b2ccee08..3cc0bab5d5 100644 --- a/docs/docbook/projdoc/Diagnosis.sgml +++ b/docs/docbook/projdoc/Diagnosis.sgml @@ -443,7 +443,13 @@ It's also possible that the server can't work out what user name to connect you as. To see if this is the problem add the line "user = USERNAME" to the [tmp] section of smb.conf where "USERNAME" is the username corresponding to the password you typed. If you find this -fixes things you may need the username mapping option. +fixes things you may need the username mapping option. +</para> + +<para> +It might also be the case that your client only sends encrypted passwords +and you have <command>encrypt passwords = no</command> in <filename>smb.conf</filename>. +Turn it back on to fix. </para> </sect2> |