1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-07 17:18:11 +03:00

Add note to test 9 about 'encrypt passwords'

This commit is contained in:
Jelmer Vernooij 0001-01-01 00:00:00 +00:00
parent d72538fd14
commit bc04c2c82f

View File

@ -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>