View previous topic :: View next topic |
Author |
Message |
nuff n00b

Joined: 20 May 2005 Posts: 40 Location: Stockholm, Sweden
|
Posted: Fri May 27, 2005 7:41 pm Post subject: Help with configureing samba server. |
|
|
How do i configure the samba server to accept my users and passwords ?
I have created one user in the samba server and share one directory to the user but when i try to login from my windows machine and fill in the login name and password it will never accept it I have even try to set "No password required" for the user but the samba server still request password when i fill in the username?
Can please somebody help me with a good samba config file ? the only thing i want is to share my home folder without any security.
My config file now:
Code: |
[global]
workgroup = LAN
netbios name = router
os level = 20
null passwords = yes
encrypt passwords = yes
security = share
[rootmapp]
valid users = nuff,root
public = yes
path = /home/nuff
|
|
|
Back to top |
|
 |
xoomix Guru


Joined: 02 Jan 2003 Posts: 489
|
Posted: Fri May 27, 2005 9:37 pm Post subject: ... |
|
|
Have you ran the smbpasswd tool yet? |
|
Back to top |
|
 |
nuff n00b

Joined: 20 May 2005 Posts: 40 Location: Stockholm, Sweden
|
Posted: Fri May 27, 2005 9:53 pm Post subject: |
|
|
Wiiie!
It works when i added the user with the smbpasswd tool. I think something must have go wrong when i used "webmin" to import all users in the system to samba. |
|
Back to top |
|
 |
|