diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-03-08 17:29:00 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-03-08 17:29:00 +0000 |
commit | ad2e7324f0feda2a391a21c06f7515ef2a152b7e (patch) | |
tree | e050f68ff7ef44394eaaa63d44553fd96eb6e0ed /docs/docbook | |
parent | 8742d1ff96919151d9745676a447750c11173a7e (diff) | |
download | samba-ad2e7324f0feda2a391a21c06f7515ef2a152b7e.tar.gz samba-ad2e7324f0feda2a391a21c06f7515ef2a152b7e.tar.bz2 samba-ad2e7324f0feda2a391a21c06f7515ef2a152b7e.zip |
Add Q&A for people having trouble trying to log in without a proper
samba user database.
(This used to be commit 957c11e40e0aedc24d2dce2aaae9888673d68e01)
Diffstat (limited to 'docs/docbook')
-rw-r--r-- | docs/docbook/faq/config.sgml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/docbook/faq/config.sgml b/docs/docbook/faq/config.sgml index a95ac84d2f..db27102cdf 100644 --- a/docs/docbook/faq/config.sgml +++ b/docs/docbook/faq/config.sgml @@ -8,4 +8,18 @@ When you have a user in 'admin users', samba will always do file operations for this user as 'root', even if 'force user' has been set. </para> </sect1> + +<sect1> +<title>I have just installed samba and I'm trying to log in from Windows, but samba refuses all logins!</title> + +<para> +Newer windows clients(NT4, 2000, XP) send encrypted passwords. Samba can't compare these +passwords to the unix password database, so it needs it's own user database. You can +add users to this database using "smbpasswd -a user-name". +</para> + +<para> +See also the "User database" chapter of the samba HOWTO Collection. +</para> +</sect1> </chapter> |