summaryrefslogtreecommitdiff
path: root/docs/faq/errors.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/faq/errors.html')
-rw-r--r--docs/faq/errors.html16
1 files changed, 5 insertions, 11 deletions
diff --git a/docs/faq/errors.html b/docs/faq/errors.html
index a918a73efc..dd105396ba 100644
--- a/docs/faq/errors.html
+++ b/docs/faq/errors.html
@@ -127,7 +127,7 @@ Windows NT in the chapter "Portability" of the samba HOWTO collection</TD
></TABLE
><P
></P
->&#13;</P
+></P
></DIV
><DIV
CLASS="SECT1"
@@ -146,27 +146,21 @@ CLASS="COMMAND"
the program always prompts for the password if the server is a Samba server.
It also ignores the "-N" argument when querying some (but not all) of our
NT servers."</SPAN
->
-
-<P
+></P
+><P
>No, it does not ignore -N, it is just that your server rejected the
null password in the connection, so smbclient prompts for a password
to try again.</P
->
-
-<P
+><P
>To get the behaviour that you probably want use <B
CLASS="COMMAND"
>smbclient -L host -U%</B
></P
->
-
-<P
+><P
>This will set both the username and password to null, which is
an anonymous login for SMB. Using -N would only set the password
to null, and this is not accepted as an anonymous login for most
SMB servers.</P
->&#13;</P
></DIV
><DIV
CLASS="SECT1"