Docbook XML conversion: faq
[sfrench/samba-autobuild/.git] / docs / docbook / faq / config.xml
1 <chapter id="FAQ-Config">
2 <title>Configuration problems</title>
3
4 <sect1>
5 <title>I have set 'force user' and samba still makes 'root' the owner of all the files I touch!</title>
6 <para>
7 When you have a user in 'admin users', samba will always do file operations for 
8 this user as 'root', even if 'force user' has been set.
9 </para>
10 </sect1>
11
12 <sect1>
13 <title>I have just installed samba and I'm trying to log in from Windows, but samba refuses all logins!</title>
14
15 <para>
16 Newer windows clients(NT4, 2000, XP) send encrypted passwords. Samba can't compare these 
17 passwords to the unix password database, so it needs it's own user database. You can 
18 add users to this database using "smbpasswd -a user-name".
19 </para>
20
21 <para>
22 See also the "User database" chapter of the samba HOWTO Collection.
23 </para>
24 </sect1>
25
26 <sect1>
27 <title>How can I make samba use netbios scope ID's</title>
28
29 <para>By default Samba uses a blank scope ID. This means 
30 all your windows boxes must also have a blank scope ID. 
31 If you really want to use a non-blank scope ID then you will 
32 need to use the 'netbios scope' smb.conf option.
33 All your PCs will need to have the same setting for 
34 this to work. Scope ID's are not recommended.</para>
35 </sect1>
36
37 </chapter>