From 94f33628d8251b614d47b75fd4fd19d1a9965ffa Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Wed, 30 Apr 2003 22:52:23 +0000 Subject: Rebuild docs (This used to be commit 7cafdf9e9576f7988d72fccbc2fad3fbcd3c67df) --- docs/faq/FAQ-Config.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 docs/faq/FAQ-Config.html (limited to 'docs/faq/FAQ-Config.html') diff --git a/docs/faq/FAQ-Config.html b/docs/faq/FAQ-Config.html new file mode 100644 index 0000000000..785522ec4e --- /dev/null +++ b/docs/faq/FAQ-Config.html @@ -0,0 +1,16 @@ + +Chapter 3. Configuration problems

Chapter 3. Configuration problems

I have set 'force user' and samba still makes 'root' the owner of all the files I touch!

+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. +

I have just installed samba and I'm trying to log in from Windows, but samba refuses all logins!

+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". +

+See also the "User database" chapter of the samba HOWTO Collection. +

How can I make samba use netbios scope ID's

By default Samba uses a blank scope ID. This means +all your windows boxes must also have a blank scope ID. +If you really want to use a non-blank scope ID then you will +need to use the 'netbios scope' smb.conf option. +All your PCs will need to have the same setting for +this to work. Scope ID's are not recommended.

-- cgit